Skip to content

Commit 92a2f08

Browse files
committed
Stop passing --fhip-new-launch-api to Clang
Change-Id: I344d56d2e4584281d5eccbf8ab8dc1c0576b2d30
1 parent 0a9ba00 commit 92a2f08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

amd/hipcc/src/hipBin_amd.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,6 @@ void HipBinAmd::executeHipCCCmd(vector<string> argv) {
10931093
+ deviceLibPath + "\"";
10941094
HIPCXXFLAGS += hip_device_lib_str;
10951095
}
1096-
HIPCXXFLAGS += " -fhip-new-launch-api";
10971096
}
10981097
if (os != windows) {
10991098
HIPLDFLAGS += " -lgcc_s -lgcc -lpthread -lm -lrt";

0 commit comments

Comments
 (0)