From d972ec60fdeaa8a501a0c03d582a2fc131464516 Mon Sep 17 00:00:00 2001 From: David Schneller Date: Fri, 12 Jul 2024 20:49:35 +0200 Subject: [PATCH] Disable AVX512 runs --- .github/workflows/codegen.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 188b2c6..69f06de 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -1,6 +1,5 @@ name: codegen on: - - push - pull_request jobs: @@ -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: @@ -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