Skip to content

Commit

Permalink
removed iaca_get from GHA workflow and set to use OSACA as default fo…
Browse files Browse the repository at this point in the history
…r tests
  • Loading branch information
JanLJL committed Jan 11, 2024
1 parent 26f6130 commit c6749ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/machine-files/HaswellEP_E5-2695v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/machine-files/SandyBridgeEP_E5-2680.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c6749ff

Please sign in to comment.