If you get the dreaded
	CUDA error: no kernel image is available for execution on the device

it's because the K2200 only supports compute-mode 5.0 and current linux
drivers want at least compute-mode 5.2

temporary work around: pass this to nvcc

-arch=sm_50 

