Skip to content

Commit

Permalink
try skylake
Browse files Browse the repository at this point in the history
  • Loading branch information
Weaxs committed Dec 19, 2023
1 parent 5503ec3 commit 5d73c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
run: go mod tidy
- name: Test
run: |
CMAKE_ARGS="-DGGML_F16C=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF" make BUILD_TYPE=metal test
CMAKE_ARGS="-DCMAKE_C_FLAGS=-march=skylake -CMAKE_CXX_FLAGS=-march=skylake" make BUILD_TYPE=metal test

0 comments on commit 5d73c41

Please sign in to comment.