Hello All,
I have a GeForce GT 755M GPU. While the product description of the GPU mentions the support of CUDA (http://www.geforce.com/hardware/notebook-gpus/geforce-gt-755m/features). But, the make of the GPU is not mentioned here ->https://developer.nvidia.com/cuda-gpus. The information is completely different from that of the product specs.
Also, I tried installing the NVIDIA Tool Ver 6.5 onto my Laptop, the toolkit was installed. However, when I compile the CUDA samples and run the deviceQuery sample, I get the following output
./deviceQuery
./deviceQuery Starting…
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 38
-> no CUDA-capable device is detected
Result = FAIL
I am using Ubuntu 14.04 64 bit OS with NVIDIA driver version 346. I need to use my laptop for CUDA programming, any help will be appreciated.
I used this particular blog (http://www.quantstart.com/articles/Installing-Nvidia-CUDA-on-Ubuntu-14-04-for-Linux-GPU-Computing) for installation of CUDA toolkit and SDK
Thank You