File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments