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

[ROCm/hip commit: 5a31bad821]
This commit is contained in:
Maneesh Gupta
2016-04-15 12:56:31 +05:30
parent 425c5f9ade
commit 32e35b671d
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})