-
Notifications
You must be signed in to change notification settings - Fork 189
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
clCreateCommandQueue (-6) #98
Comments
I'm having the same issue with a Radeon HD 7870. According to these threads on the AMD community forum, there is a know issue with OpenCL + AMDGPU PRO driver on certain graphics cards: Pitcairn graphics card doesn't work with AMDGPU-PRO 16.60 driver |
I went back to the AMD forum and found this thread that recommended setting these environment variables:
Tried it, and successfully ran |
Solution above me seems to be working, but in blender results of opencl calculations seem to be wrong for me. Are you sure that nothing is wrong with your computations? EDIT: I have found workaround for blender (progressive rendering has to be used). |
I am getting
clCreateCommandQueue (-6)
as an error output when running sa-solver. I am running Ubuntu 16.04 and I have the latest AMDGPU-PRO drivers installed. The IDs are listed when using./silentarmy --list
. Also,make test
fails and I'm guessing it's for the same reason. My GPU is a Radeon HD 7850 with 1 GB of VRAM.The text was updated successfully, but these errors were encountered: