From 8aaa4d6744e6f4f34f02014949a97daf1ffa5f5c Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Thu, 10 Nov 2016 11:34:00 +0530 Subject: [PATCH] hipcc: Default to HIP_LIB_TYPE=1 Change-Id: I83b05accd76f7bc94bd724c66ae060fa0095bc8d [ROCm/hip commit: 669d734624325b7203e29c314107cd9722dd344c] --- projects/hip/bin/hipcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/bin/hipcc b/projects/hip/bin/hipcc index 3441ac764b..1504d68141 100755 --- a/projects/hip/bin/hipcc +++ b/projects/hip/bin/hipcc @@ -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) {