Skip to content

Commit 9d3864f

Browse files
committed
SWDEV-355608 - hipcc: remove -use_fast_math
It doesn't seem to provide any functionality, probably leftover from some experimental codes.
1 parent 13d18bd commit 9d3864f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

amd/hipcc/src/hipBin_amd.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -689,10 +689,6 @@ void HipBinAmd::executeHipCCCmd(vector<string> argv) {
689689
compileOnly = 1;
690690
buildDeps = 1;
691691
}
692-
if (trimarg == "-use_fast_math") {
693-
HIPCXXFLAGS += " -DHIP_FAST_MATH ";
694-
HIPCFLAGS += " -DHIP_FAST_MATH ";
695-
}
696692
if ((trimarg == "-use-staticlib") && (setLinkType == 0)) {
697693
linkType = 0;
698694
setLinkType = 1;

0 commit comments

Comments
 (0)