c++ - Could not locate deviceQuery on my installation Cuda toolkit v7.5 on Windows 10 -


as going through installing cuda v7.5 following link http://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/#compiling-examples

i not able verify installation described in section 2.5. verify installation. reason because not find devicequery program should have been located in

c:\programdata\nvidia corporation\cuda samples\v7.5\bin\win64\release 

therefore, not run devicequery cuda verified. devicequery program located ? still precompiled , deployed installation ?

no, it's not precompiled more.

you have compile (build) application first, before can run it.

that true cuda samples now.


Comments