60// Disable the "invalid error number" message that we get with older versions of nvcc
61 #pragma diag_suppress 1222
62// Disable the "calling a __host__ function from a __host__ __device__ function is not allowed" messages (yes, there are many of them and they seem to change with every version of the compiler)