File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161 # - build: "rocm5.5"
6262 # defines: '-G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSD_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS="gfx1100;gfx1102;gfx1030" -DSD_BUILD_SHARED_LIBS=ON'
6363 - build : ' vulkan'
64- defines : " -DSD_VULKAN=ON -DGGML_AVX=ON -DGGML_AVX2=OFF -DGGML_FMA=ON -DSD_BUILD_SHARED_LIBS=ON -DGGML_NATIVE=OFF -DGGML_VULKAN_DEBUG=ON"
64+ defines : " -DSD_VULKAN=ON -DGGML_AVX=ON -DGGML_AVX2=OFF -DGGML_FMA=ON -DSD_BUILD_SHARED_LIBS=ON -DGGML_NATIVE=OFF -DGGML_VULKAN_DEBUG=OFF -DGGML_PERF= ON"
6565 steps :
6666 - name : Clone
6767 id : checkout
@@ -106,7 +106,7 @@ jobs:
106106 mkdir build
107107 cd build
108108 cmake .. ${{ matrix.defines }}
109- cmake --build . --config Debug
109+ cmake --build . --config Release
110110
111111 - name : Check AVX512F support
112112 id : check_avx512f
You can’t perform that action at this time.
0 commit comments