Replies: 1 comment
-
|
Sorry, mistyped libamdocl64.so. I found the package needed rocm-opencl-runtime for Ubuntu. Now, my opencl installation works:) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Trying to build OpenCL from ROCm 6.40 sources in Ubuntu 24.04. It errs with the following message:
CMake Error at amdocl/CMakeLists.txt:81 (target_include_directories):Error evaluating generator expression:
$<TARGET_PROPERTY:rocclr,INCLUDE_DIRECTORIES>
Target "rocclr" not found.
I have downloaded sources for all ROCm 6.4.0, but I need only OpenCL built to get libamdocl.so (for the platforms). How do I tell cmake to use the rocclr include directories from the sources? I tried adding:
-DUSE_INCLUDE_DIRECTORIES=path/to/rocclr/includes, but didn't work:(
TIA
Nikos
Beta Was this translation helpful? Give feedback.
All reactions