hipcc: Default to HIP_LIB_TYPE=1

Change-Id: I83b05accd76f7bc94bd724c66ae060fa0095bc8d


[ROCm/hip commit: 669d734624]
Esse commit está contido em:
Maneesh Gupta
2016-11-10 11:34:00 +05:30
commit 8aaa4d6744
+1 -1
Ver Arquivo
@@ -320,7 +320,7 @@ if ($setStdLib eq 0 and $HIP_PLATFORM eq 'hcc')
}
if ($needHipHcc) {
$HIP_LIB_TYPE = $hipConfig{'HIP_LIB_TYPE'} // 0;
$HIP_LIB_TYPE = $hipConfig{'HIP_LIB_TYPE'} // 1;
# TODO - remove the old sea-of-objects solution:
if ($HIP_LIB_TYPE eq 0) {