Skip to content

Commit

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

jobs:
Expand Down Expand Up @@ -77,8 +76,8 @@ jobs:
cd tests/
qemu-x86_64-static -cpu Haswell build/hsw-test
pspamm-codegen-avx512:
name: pspamm-codegen-avx512
pspamm-codegen-avx512-no-run:
name: pspamm-codegen-avx512-no-run
runs-on: ubuntu-24.04
needs: install-pspamm
steps:
Expand Down Expand Up @@ -110,10 +109,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 d972ec6

Please sign in to comment.