You will need a version of CUDA that supports compute capability 7.5 and a version of Visual Studio that that version of CUDA is compatible with. If you have those, both the Msieve makefile and cub/makefile list out the compute capabilities that they will compile for; you can try adding '75' to the list but I don't know if the generated code will work, or wheither the Msieve binary will select the right PTX at runtime.
You've gone from using Msieve on hardware that's too old to using Msieve on hardware that's too new. The result is probably the same :)
|