From 584f15e24a56b6f7a71bae90b9c62993f61edb9a Mon Sep 17 00:00:00 2001 From: David Schneller Date: Fri, 12 Jul 2024 20:45:03 +0200 Subject: [PATCH] Disable AVX512 tests --- .github/workflows/codegen.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 188b2c6..936267b 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -1,6 +1,8 @@ name: codegen on: - - push + - push: + branches: + - master - pull_request jobs: @@ -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