If I put my host code and device code in one .cu file, compiled with nvcc, I can have the host refer to the __constant__ memory used by the ker
__constant__