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 5e9e474 commit 5cef32dCopy full SHA for 5cef32d
amd/hipcc/src/hipBin_amd.h
@@ -203,11 +203,6 @@ string HipBinAmd::getHipInclude() const {
203
void HipBinAmd::initializeHipCXXFlags() {
204
string hipCXXFlags;
205
const OsType& os = getOSInfo();
206
- if (os == windows) {
207
- hipCXXFlags = " -std=c++14 -fms-extensions -fms-compatibility";
208
- } else {
209
- hipCXXFlags = " -std=c++11";
210
- }
211
string hipClangIncludePath;
212
hipClangIncludePath = getCompilerIncludePath();
213
hipCXXFlags += " -isystem \"" + hipClangIncludePath;
0 commit comments