Skip to content

Commit 64d8275

Browse files
committed
ci: grab HIP_PATH
1 parent d006747 commit 64d8275

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,8 @@ jobs:
11431143
11441144
- name: Install rocwmma
11451145
run: |
1146+
$env:HIP_PATH=$(Resolve-Path 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' | split-path | split-path)
1147+
$env:CMAKE_PREFIX_PATH="${env:HIP_PATH}"
11461148
cd rocwmma
11471149
cmake -G "Unix Makefiles" -B build -S . `
11481150
-DROCWMMA_BUILD_TESTS=Off `

0 commit comments

Comments
 (0)