-
Notifications
You must be signed in to change notification settings - Fork 251
i7 8700K not found by clinfo on Kubuntu 18.04; missing steps? #57
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
Comments
Try to track loaded .so files via |
Thanks for your fast answer. Here is the output:
There are some errors, but these do not seem to be related to |
If I remove
|
Hi @ranocha,
have you tried running clinfo as root user? |
Thank you for your help. Running
|
there is no "00:02.0 VGA compatible controller: Intel Corporation ..." device listed. Most probably device wasn't initialized by BIOS. I think you should inspect BIOS setting and try enabling both integrated and discrete graphics. |
Thank you very much, @ArturHarasimiuk. I've been silly, I'm very sorry. Now, everything works well. Thank you all very much for your great work and patient help! |
I'm using Kubuntu 18.04 with an i7 8700K and a GeForce GTX 1070 Ti. I've installed the
nvidia-cuda-toolkit
which adds support for OpenCL on the GPU. Then, I followed the build instructions of Intel Compute Runtime and installedintel-opencl-igdrcl
as described. However,clinfo
(from the official package lists) is not able to find the Intel OpenCL implementation.However, there is an
intel.icd
file:I've seen #20 (comment) and have added the Khronos ICD loader as described there, but the issue remains the same.
Could you please help me? What am I doing wrong? Thanks in advance for your time!
The text was updated successfully, but these errors were encountered: