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
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?
The text was updated successfully, but these errors were encountered:
I saw that there is a standalone package for CLOC, which is very helpful. However, I tried to install the new ROCm and CLOC package with apt-get, I got the following error: /opt/rocm/cloc/bin/cloc.sh: line 132: /opt/rocm/hlc3.2/bin/clc2: No such file or directory
It seems hlc is installed with either of the packages anymore.
Sun,
The master is now up to date. See new install instructions. When the package manager gets cloc1.0-11 , please run "apt-get install amdcloc". It will install all the other pieces you need. Sorry for the churn as we move to better package management. Let me know if this fixes this issue.
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?
The text was updated successfully, but these errors were encountered: