Hello,
I have the same problem with using GeForce GT 755M for machine learning (CAFFA framework)
My platform:
ubuntu 16.04, Cuda V8.0.44, CuDNN
I suggest my version is too new and I have to downgrade.
Could you advise the best way for solve my problem?
Find in following more details:
nvcc is warning about deprecation. But it not error and as I know it is about future.
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release
CAFFE install with no error, but on testing make runtest I recieve next massage:
Current device name:
F0109 19:47:58.676647 25551 gpu_memory.cpp:159] Check failed: error == cudaSuccess (30 vs. 0) unknown error
*** Check failure stack trace: ***
@ 0x2abdf1fd9daa (unknown)
@ 0x2abdf1fd9ce4 (unknown)
@ 0x2abdf1fd96e6 (unknown)
@ 0x2abdf1fdc687 (unknown)
@ 0x2abdf3fba3e6 caffe::GPUMemory::Manager::update_dev_info()
@ 0x2abdf3fba7d9 caffe::GPUMemory::Manager::init()
@ 0x46673a main
@ 0x2abdf4fbdf45 (unknown)
@ 0x46e2c9 (unknown)
@ (nil) (unknown)
If I disable CUDU in CAFFA Makefile.config, all had tested with no errors.
More outputs:
~/caffe# nvcc --version
nvcc: NVIDIA ® Cuda compiler driver
Copyright © 2005-2016 NVIDIA Corporation
Built on Sun_Sep__4_22:14:01_CDT_2016
Cuda compilation tools, release 8.0, V8.0.44
~/caffe# nvidia-smi
Mon Jan 9 19:51:56 2017
±----------------------------------------------------------------------------+
| NVIDIA-SMI 367.57 Driver Version: 367.57 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GT 755M Off | 0000:01:00.0 N/A | N/A |
| N/A 60C P0 N/A / N/A | 823MiB / 2000MiB | N/A Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
±----------------------------------------------------------------------------+