Skip to content

Commit

Permalink
Disable AVX512 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Jul 12, 2024
1 parent 6815ec0 commit 584f15e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: codegen
on:
- push
- push:
branches:
- master
- pull_request

jobs:
Expand Down Expand Up @@ -110,10 +112,11 @@ jobs:
cd tests/
g++ -static -mavx512f build/knl_testsuite.cpp -o build/knl-test
- name: pspamm-tests-run
run: |
cd tests/
qemu-x86_64-static -cpu Skylake-Server build/knl-test
# disabled, since qemu doesn't support AVX512F (yet) with of Ubuntu 24.04
# - name: pspamm-tests-run
# run: |
# cd tests/
# qemu-x86_64-static -cpu Skylake-Server build/knl-test

pspamm-codegen-aarch64:
name: pspamm-codegen-aarch64
Expand Down

0 comments on commit 584f15e

Please sign in to comment.