Skip to content

Commit 301a848

Browse files
David Salinaskzhuravl
authored andcommitted
Correct setup for nvidia platform
SWDEV-464713 - [ROCm_CI] hip_directed-catch2 failing on test-dailyLKG Change-Id: I76386d38852a922441f722530aacaf17cc112a20
1 parent ba20a50 commit 301a848

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

amd/hipcc/src/hipBin_nvidia.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ HipBinNvidia::HipBinNvidia() {
6969
platformInfo.runtime = cuda;
7070
platformInfo.compiler = nvcc;
7171
platformInfoNV_ = platformInfo;
72+
constructHipPath();
73+
constructRoccmPath();
7274
constructCompilerPath();
75+
readHipVersion();
7376
}
7477

7578
// detects if cuda is installed

0 commit comments

Comments
 (0)