You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
I'm using Arch Linux with cmake 3.18 and I'm unable to build ROCclr with the current build instructions / CMakeLists.txt. The problem seems to be that find_library also looks for a library in /opt/rocm which is not present of course as ROCm OpenCL Runtime needs ROCclr. Moreover, ROCclr only needs the include files from OpenCL, not the full package.
I successfully build ROCclr with the patched CMakeLists.txt from my PR #16 .
The text was updated successfully, but these errors were encountered:
I think there are some extensions in ROCm OpenCL Runtime library code that is not present in upstream Khronos code, so that is why it uses AMD's headers and code right now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using Arch Linux with
cmake 3.18
and I'm unable to build ROCclr with the current build instructions / CMakeLists.txt. The problem seems to be thatfind_library
also looks for a library in/opt/rocm
which is not present of course as ROCm OpenCL Runtime needs ROCclr. Moreover, ROCclr only needs the include files from OpenCL, not the full package.I successfully build ROCclr with the patched CMakeLists.txt from my PR #16 .
The text was updated successfully, but these errors were encountered: