From 2c4cb52b79200c096839d8f724a69355de1d9bb2 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Fri, 11 Mar 2022 15:27:33 +0530 Subject: [PATCH] SWDEV-324823 - Stop passing -fhip-new-launch-api (#2532) Stop passing this flag to Clang since it's already the default option Change-Id: I164f973603dcc2bf02a29939a02af1e0413729b5 [ROCm/hip commit: cb0a5b3b53772b4cf9c5a89ba0c4b5781e0ecf44] --- projects/hip/bin/hipcc.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/hip/bin/hipcc.pl b/projects/hip/bin/hipcc.pl index 8431d1621e..1ef3a90e30 100755 --- a/projects/hip/bin/hipcc.pl +++ b/projects/hip/bin/hipcc.pl @@ -697,7 +697,6 @@ if ($HIP_PLATFORM eq "amd") { if ($DEVICE_LIB_PATH ne "$ROCM_PATH/amdgcn/bitcode") { $HIPCXXFLAGS .= " --hip-device-lib-path=\"$DEVICE_LIB_PATH\""; } - $HIPCXXFLAGS .= " -fhip-new-launch-api"; } if (not $isWindows) { $HIPLDFLAGS .= " -lgcc_s -lgcc -lpthread -lm -lrt";