ROCm / hcc

HCC is an Open Source, Optimizing C++ Compiler for Heterogeneous Compute currently for the ROCm GPU Computing Platform
https://github.com/RadeonOpenCompute/hcc/wiki
Other
424 stars 106 forks source link

fix creation of /opt/rocm soft link #1439

Closed david-salinas closed 4 years ago

david-salinas commented 4 years ago

We need to install ROCr (HSA RT) after we create the soft link, otherwise the symlinks in the HSA lib do not get created properly on the ROCr install.

david-salinas commented 4 years ago

There may be an issue with CMAKE_INSTALL_PREFIX ... investigating.