I installed CUDA 6.0 tookit on a Windows 8.1 machine and tried to run the deviceQuery
CUDA sample. However, it returned the following error for Win32 and Win64 versions.
deviceQuery.exe Starting...
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 30
-> unknown error
Result = FAIL
I installed different versions of the drivers and tried to compile the sample code from Visual Studio but the result of the execution was same.
How can I solve this problem? Any suggestion is really welcome.