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 add834b commit 91477d8Copy full SHA for 91477d8
amd/hipcc/src/hipBin_amd.h
@@ -1042,14 +1042,6 @@ void HipBinAmd::executeHipCCCmd(vector<string> argv) {
1042
if (hasHIP) {
1043
HIPCXXFLAGS += GPU_ARCH_ARG;
1044
}
1045
- for (unsigned int j= 0; j < knownTargets.size(); j++) {
1046
- // If the specified target is not
1047
- // in the list of known target names, emit a warning.
1048
- if (procName == knownTargets.at(j)) {
1049
- cout << "Warning: The specified HIP target: "<< val <<
1050
- " is unknown. Correct compilation is not guaranteed.\n";
1051
- }
1052
1053
} // end of val != "gfx000"
1054
} // end of targets for loop
1055
string HCC_EXTRA_LIBRARIES;
0 commit comments