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
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 .
I'm using Arch Linux with
cmake 3.18and I'm unable to build ROCclr with the current build instructions / CMakeLists.txt. The problem seems to be thatfind_libraryalso looks for a library in/opt/rocmwhich 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 .