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 58ec754 commit ab652c3Copy full SHA for ab652c3
amd/hipcc/src/hipBin_nvidia.h
@@ -279,7 +279,7 @@ const PlatformInfo& HipBinNvidia::getPlatformInfo() const {
279
// returns the cpp config
280
string HipBinNvidia::getCppConfig() {
281
string cppConfig =
282
- " - D__HIP_PLATFORM_NVCC__ = -D__HIP_PLATFORM_NVIDIA__ = -I";
+ " -D__HIP_PLATFORM_NVCC__= -D__HIP_PLATFORM_NVIDIA__= -I";
283
string hipPath;
284
hipPath = getHipPath();
285
cppConfig += hipPath;
0 commit comments