-
Notifications
You must be signed in to change notification settings - Fork 8
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
OPENCL Couldn't create sub-devices. Error #34
Comments
Hello, I made a change on line 117 of the file, OclHost.cpp, from "if (ciErrNum == -18)" to "if (ciErrNum == -30), and then compiled the sources using cmake. Now the NGM works. Mao-Lun |
Thanks |
Hi @maolun, I had the very same problem on this machine: https://www3.risc.jku.at/projects/mach2/. My solution for the problem was this change to the code:
This works for me but will fail as soon as there is a machine with more than 2560 cores (per node). What do you think? BTW: that comment " Greetings |
Hi Hermann, |
Hello,
I was tying NGM at Texas Advanced Computing Center (https://portal.tacc.utexas.edu/user-guides/stampede2). However, an error occurs constantly. I compiled the NGM through CMake. I wonder if anyone has insight on how to solve this issue. Thanks. Any suggestion is greatly appreciated.
ESC[AESC[2K[OPENCL] Available platforms: 1
[OPENCL] AMD Accelerated Parallel Processing
[OPENCL] Selecting OpenCl platform: AMD Accelerated Parallel Processing
[OPENCL] Platform: OpenCL 1.2 AMD-APP (1214.3)
[OPENCL] 1 CPU device found.
[OPENCL] Device 0: Intel(R) Xeon Phi(TM) CPU 7250 @ 1.40GHz (Driver: 1214.3 (sse2,avx))
[OPENCL] Couldn't create sub-devices. Error:
Error: Invalid value (-30)
terminate called without an active exception
Best,
Mao-Lun
The text was updated successfully, but these errors were encountered: