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 c88d19e commit b87e1a3Copy full SHA for b87e1a3
amd/hipcc/src/hipBin_amd.h
@@ -1100,7 +1100,7 @@ void HipBinAmd::executeHipCCCmd(vector<string> argv) {
1100
roccmPath+ "/lib -lhsa-runtime64 -ldl -lnuma " + toolArgs;
1101
toolArgs = toolArgTemp;
1102
} else {
1103
- toolArgTemp = toolArgs + " -Wl,--enable-new-dtags -Wl,-rpath=" + hipLibPath + ":"
+ toolArgTemp = toolArgs + " -Wl,-rpath=" + hipLibPath + ":"
1104
+ roccmPath+"/lib -lamdhip64 ";
1105
1106
}
0 commit comments