Revert "Fix CI."

This reverts commit 0e558cc0ae.
This commit is contained in:
Seunghoon Lee 2024-07-11 11:08:38 +09:00
parent 0e558cc0ae
commit 53b51ddd55
No known key found for this signature in database
GPG key ID: 436E38F4E70BD152
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ on:
env:
CARGO_TERM_COLOR: always
ROCM_VERSION: "6.1.3"
ROCM_VERSION: "5.7.3"
jobs:
build_lin:
@ -40,7 +40,7 @@ jobs:
submodules: true
- name: Install AMD HIP SDK
run: |
C:\msys64\usr\bin\wget.exe https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-24.Q3-Win10-Win11-For-HIP.exe -O "amdgpu-install.exe"
C:\msys64\usr\bin\wget.exe https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-23.Q4-Win10-Win11-For-HIP.exe -O "amdgpu-install.exe"
.\amdgpu-install.exe -Install -View:1
Start-Sleep -Seconds 60
$setupId = (Get-Process ATISetup).id

View file

@ -5,7 +5,7 @@ on:
env:
CARGO_TERM_COLOR: always
ROCM_VERSION: "6.1.3"
ROCM_VERSION: "5.7.3"
jobs:
release:
@ -87,7 +87,7 @@ jobs:
submodules: true
- name: Install AMD HIP SDK
run: |
C:\msys64\usr\bin\wget.exe https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-24.Q3-Win10-Win11-For-HIP.exe -O "amdgpu-install.exe"
C:\msys64\usr\bin\wget.exe https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-23.Q4-Win10-Win11-For-HIP.exe -O "amdgpu-install.exe"
.\amdgpu-install.exe -Install -View:1
Start-Sleep -Seconds 60
$setupId = (Get-Process ATISetup).id