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 988c023 commit acbb901Copy full SHA for acbb901
.github/workflows/build.yml
@@ -194,7 +194,7 @@ jobs:
194
write-host "Installing AMD HIP SDK"
195
Start-Process "${env:RUNNER_TEMP}\rocm-install.exe" -ArgumentList '-install' -NoNewWindow -Wait
196
write-host "Completed AMD HIP SDK installation"
197
- Add-Content $env:HIP_PATH $(Resolve-Path 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' | split-path | split-path)
+ Add-Content $env:HIP_PATH $(Resolve-Path 'C:\Program Files\AMD\*\*\bin\clang.exe' | split-path | split-path)
198
Add-Content $env:GITHUB_PATH "${env:HIP_PATH}"
199
200
- name: Verify ROCm
0 commit comments