diff --git a/.github/workflows/test-n-publish.yml b/.github/workflows/test-n-publish.yml index 7d9f6c2..824b1eb 100644 --- a/.github/workflows/test-n-publish.yml +++ b/.github/workflows/test-n-publish.yml @@ -20,7 +20,6 @@ jobs: python -m pip install --upgrade pip python -m pip install codecov requests sympy python -m pip install -e . - iaca_get --I-accept-the-Intel-What-If-Pre-Release-License-Agreement-and-please-take-my-soul - name: Test run: | coverage run -p tests/all_tests.py diff --git a/examples/machine-files/HaswellEP_E5-2695v3.yml b/examples/machine-files/HaswellEP_E5-2695v3.yml index 7dad17e..b577391 100644 --- a/examples/machine-files/HaswellEP_E5-2695v3.yml +++ b/examples/machine-files/HaswellEP_E5-2695v3.yml @@ -17,8 +17,8 @@ compiler: !!omap - gcc: -O3 -march=core-avx2 -D_POSIX_C_SOURCE=200809L -fopenmp -lm -ffreestanding in-core model: !!omap - - IACA: HSW - OSACA: HSW + - IACA: HSW - LLVM-MCA: -mcpu=haswell isa: x86 diff --git a/examples/machine-files/SandyBridgeEP_E5-2680.yml b/examples/machine-files/SandyBridgeEP_E5-2680.yml index d34a0c2..5c15473 100644 --- a/examples/machine-files/SandyBridgeEP_E5-2680.yml +++ b/examples/machine-files/SandyBridgeEP_E5-2680.yml @@ -11,8 +11,8 @@ cores per NUMA domain: 8 transparent hugepage: always in-core model: !!omap - - IACA: SNB - OSACA: SNB + - IACA: SNB - LLVM-MCA: -mcpu=sandybridge isa: x86