Replace /opt/hcc -> /opt/rocm/hcc and /opt/hsa -> /opt/rocm/hsa

This commit is contained in:
Maneesh Gupta
2016-04-15 12:56:31 +05:30
parent 84956b6e99
commit cf4c3b0913
7 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ if (${HIP_PLATFORM} STREQUAL "hcc")
set (HSA_PATH $ENV{HSA_PATH})
if (NOT DEFINED HSA_PATH)
set (HSA_PATH /opt/hsa)
set (HSA_PATH /opt/rocm/hsa)
endif()
set (CODEXL_PATH $ENV{CODEXL_PATH})