/usr/local/cuda-5.0/bin/nvcc -g -O2 -arch=compute_10 --maxrregcount=124 --ptxas-options=-v -I./compat/jansson -o salsa_kernel.o -c salsa_kernel.cu
salsa_kernel.cu(269): error: no instance of overloaded function "tex2D" matches the argument list
argument types are: (texture
Found this when playing with an Amazon EC2 GPU cluster instance on a pair of M2050's. Same error on known working Linux box.
04-09 gave about 200kH/s on the pair. That with the 12 hyperthreads on the CPU nets about 250kH/s. Still ~60x too expensive to be worth it, but fun to try anyway.
Cheers.
The newest code no longer supports a 64-bit compile. You need to compile a 32-bit binary.