Today I was trying to install CLOC 1.0 branch. I have ROCm from install using apt-get install rocm. I saw all the runtime and compilers are nicely placed in /opt/rocm. CLOC is also in one of the folders. However, if I use the cloc from ROCm, it would not be able to find llvm and hsa runtime.
Then when I tried to install CLOC with the .deb packages, it gave me an error saying that the hsa-runtime-dev was not installed. The new ROCKRuntime package does not have an installable package anymore.
Is there a way to let CLOC work with ROCm?
Today I was trying to install CLOC 1.0 branch. I have ROCm from install using
apt-get install rocm. I saw all the runtime and compilers are nicely placed in /opt/rocm. CLOC is also in one of the folders. However, if I use the cloc from ROCm, it would not be able to find llvm and hsa runtime.Then when I tried to install CLOC with the .deb packages, it gave me an error saying that the hsa-runtime-dev was not installed. The new ROCKRuntime package does not have an installable package anymore.
Is there a way to let CLOC work with ROCm?