Skip to content

Commit

Permalink
Update hipBLAS environment preparation in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jul 26, 2024
1 parent f9a2abb commit e4685d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
- name: Prepare hipBLAS environment
id: prepare-hipblas
if: ${{ matrix.accel == 'hipblas' }}
run: |
"HIP_PATH=$(Resolve-Path 'C:\Program Files\AMD\ROCm\*\bin\clang.exe' | split-path | split-path)" >> $env:GITHUB_ENV
Expand Down

0 comments on commit e4685d6

Please sign in to comment.