replace code names with gfx names

Change-Id: I5e0b96a0b474b16cfa92077a30a5b80b7230254b


[ROCm/hip commit: a96821871f]
This commit is contained in:
Siu Chi Chan
2017-03-15 12:26:13 -04:00
parent 86e2a5d11d
commit d17073a995
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ if ($HIP_PLATFORM eq "hcc") {
$HIP_ATP_MARKER=$ENV{'HIP_ATP_MARKER'} // 1;
$marker_path = "$ROCM_PATH/profiler/CXLActivityLogger";
$ROCM_TARGET=$ENV{'ROCM_TARGET'} // "fiji";
$ROCM_TARGET=$ENV{'ROCM_TARGET'} // "gfx803";
# HCC* may be used to compile src/hip_hcc.o (and also feed the HIPCXXFLAGS below)
$HCC = "$HCC_HOME/bin/hcc";