Skip to content

Commit dec51b9

Browse files
authored
Update backends.yml
1 parent 48ed34a commit dec51b9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/backends.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ jobs:
171171
windows-hip:
172172
runs-on: windows-latest
173173

174-
strategy:
175-
matrix:
176-
gpu_target: [gfx1100, gfx1101, gfx1030]
177-
178174
steps:
179175
- name: Install
180176
id: depends
@@ -205,7 +201,7 @@ jobs:
205201
$env:CMAKE_PREFIX_PATH="${env:HIP_PATH}"
206202
mkdir build
207203
cd build
208-
cmake -G "Unix Makefiles" --build .. -DCMAKE_C_COMPILER="${env:HIP_PATH}\bin\clang.exe" -DCMAKE_CXX_COMPILER="${env:HIP_PATH}\bin\clang++.exe" -DGGML_HIP=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS=${{ matrix.gpu_target }} -DGGML_RPC=ON -DSD_BUILD_SHARED_LIBS=ON
204+
cmake -G "Unix Makefiles" .. -DCMAKE_C_COMPILER="${env:HIP_PATH}\bin\clang.exe" -DCMAKE_CXX_COMPILER="${env:HIP_PATH}\bin\clang++.exe" -DGGML_HIP=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS="gfx1100;gfx1101;gfx1030" -DGGML_RPC=ON -DSD_BUILD_SHARED_LIBS=ON
209205
cmake --build . --config Release
210206
211207
- name: Upload artifact

0 commit comments

Comments
 (0)