We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d18bd commit 9d3864fCopy full SHA for 9d3864f
amd/hipcc/src/hipBin_amd.h
@@ -689,10 +689,6 @@ void HipBinAmd::executeHipCCCmd(vector<string> argv) {
689
compileOnly = 1;
690
buildDeps = 1;
691
}
692
- if (trimarg == "-use_fast_math") {
693
- HIPCXXFLAGS += " -DHIP_FAST_MATH ";
694
- HIPCFLAGS += " -DHIP_FAST_MATH ";
695
- }
696
if ((trimarg == "-use-staticlib") && (setLinkType == 0)) {
697
linkType = 0;
698
setLinkType = 1;
0 commit comments