Skip to content

Commit ab652c3

Browse files
David SalinasDavid Salinas
authored andcommitted
hipconfig --cpp_config output malformed flags on nvidia
SWDEV-468587 - hipconfig --cpp_config outputs malformed flags on nvidia Change-Id: I87646c1ce0fdaf81b65c46108c8b85ada7708f3c
1 parent 58ec754 commit ab652c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd/hipcc/src/hipBin_nvidia.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ const PlatformInfo& HipBinNvidia::getPlatformInfo() const {
279279
// returns the cpp config
280280
string HipBinNvidia::getCppConfig() {
281281
string cppConfig =
282-
" - D__HIP_PLATFORM_NVCC__ = -D__HIP_PLATFORM_NVIDIA__ = -I";
282+
" -D__HIP_PLATFORM_NVCC__= -D__HIP_PLATFORM_NVIDIA__= -I";
283283
string hipPath;
284284
hipPath = getHipPath();
285285
cppConfig += hipPath;

0 commit comments

Comments
 (0)