Hi,
in order to get the package to compile correctly please add -DOPENCL_LIBRARIES=/opt/rocm/lib \ -DOPENCL_INCLUDE_DIRS=/opt/rocm/include
to cmake build, otherwise the system /usr/include/CL include path is used and the rocm libs may not get picked up:
https://github.com/ROCmSoftwarePlatform/MIOpenGEMM/issues/47
Further see the issue with missing #include<limits> that needs to be added to miopengemm/src/MIOpenGEMM-rocm-4.2.0/miopengemm/src/enums.cpp in order to compile with system gcc11:
Pinned Comments
acxz commented on 2020-03-02 20:00 (UTC)
Development is on Github: https://github.com/rocm-arch/rocm-arch Please open issues and PRs there instead of commenting.