-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No GPU devices error on AMD ATI 7600M series #59
Comments
Thanks. however, I have a question. I cannot see any flag in the makefile.config to enable/disable opencl. How can I configure it? |
It is enabled by default (USE_GREENTEA := 1) and CUDA should be disabled by default. This is the excert from Makefile.config.example that you can copy to your own Makefile.config, just like normal Caffe:
It's a bit of an inside joke, since Caffe is the "CUDA Caffe" and Greentea (the refreshing alternative beverage to it) is the "OpenCL Caffe" ;) |
I compiled it without changing anything in the example Makefile.config. Just commented out the CUDA lines. My compilation and runtest were successful ( although I am not sure if its considering opencl and my gpu). I didnt even enable the CPU mode. The CPU line is commented. Now, when I run the example training script, I get following error:
|
Hm that should not happen, and you shouldn't have to change anything in the Makefile.config... |
Sorry, my bad. I didnt clone from the right branch and didnt used the correct code/Makefile.config. I wasnt expecting such a late night reply and thus didnt even read your comment before posting my previous post :D |
I tried again and now I am not getting any of the errors I mentioned before. However, I am getting another error. The code is trying to look for a file "solver_data_list.txt.gen.cmake" which isnt generated. I believe somehow the file isnt created or so.
|
I manually renamed the file sample_data_list.txt to the expected name ( with cmake ext) and it passed through. The overall test perf: ----------] Global test environment tear-down |
Hi,
I installed OpenCL on AMD ATI Radeon HD 7600M series. As far as I know my GPU is configured and installed correctly. But, I am getting "No GPU devices error" while running make runtest.
However, glxinfo displays the AMD GPU.
ERROR:
The text was updated successfully, but these errors were encountered: