Replies: 2 comments 1 reply
-
🥳 Resolved As usual, it helped to write the problem down, it occurred to me that the project might expect Intel OneAPI libs.
So the missing bit was:
and
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @Karm for the update. I am wondering if it would work, in case you removed the Additionally, would |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I got lucky to have a GPU desktop at my desk and naturally I'd like to experiment with
It's RTX 4090 GPU and i9-13900K CPU, Fedora 40.
I know my CUDA devel workflow is fine from other projects. And even TornadoVM seems happy about it.
It seems to have a problem with OpenCL though:
like...it's trying to find 3.0 while the OpenCL that came with my Nvidia Linux drivers is 1.0?
I do have 1.0:
...and how about my CPU that allegedly supports 3.0?
Would I be able to craft a heterogeneous run utilizing both the Intel embedded GPU and the discrete Nvidia one?
I think I have the Intel OpenCL installed too:
Do I hardcode CL_TARGET_OPENCL_VERSION in the CMakeLists to 1?
Thx for hints
Beta Was this translation helpful? Give feedback.
All reactions