Skip to content

Commit

Permalink
Update AMD HIP SDK version to 24.Q3 in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jul 26, 2024
1 parent 8754b6e commit a35202e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: |
$ErrorActionPreference = "Stop"
write-host "Downloading AMD HIP SDK Installer"
Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-23.Q4-WinSvr2022-For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
Invoke-WebRequest -Uri "https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-24.Q3-Win10-Win11-For-HIP.exe" -OutFile "${env:RUNNER_TEMP}\rocm-install.exe"
write-host "Installing AMD HIP SDK"
Start-Process "${env:RUNNER_TEMP}\rocm-install.exe" -ArgumentList '-install' -NoNewWindow -Wait
write-host "Completed AMD HIP SDK installation"
Expand Down
1 change: 1 addition & 0 deletions build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if ($env:BUILD_WITH_ACCEL -eq "cpu") {
"-DCMAKE_C_COMPILER='$env:HIP_PATH\bin\clang.exe'",
"-DCMAKE_CXX_COMPILER='$env:HIP_PATH\bin\clang++.exe'")
$zipFileName = "whispercpp-windows-hipblas-$Version.zip"
$env:HIP_PLATFORM="amd"
} else {
$cmakeArgs += (
"-DWHISPERCPP_WITH_CUDA=ON",
Expand Down

0 comments on commit a35202e

Please sign in to comment.