Skip to content

Commit

Permalink
[CI] Move FA tests to FDIV suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Potocnik committed Jun 28, 2024
1 parent 577433d commit 390ef52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ snitch-cluster-vsim:
# Run additional, more extensive tests
- cd sw/apps/blas/gemm/test
- ./run.py runs.yaml --cfg $PWD/cfg/* --simulator vsim -j
- cd ../../../dnn/flashattention_2/test
# FP8 FA-2 tests are failing with precision mismatch
# due to operand ordering
- ./run.py runs.yaml --cfg $PWD/cfg/fp32* --simulator vsim -j
- ./run.py runs.yaml --cfg $PWD/cfg/fp16* --simulator vsim -j

# Banshee
snitch-cluster-banshee:
Expand All @@ -135,6 +130,11 @@ snitch-cluster-fdiv-vsim:
- make CFG_OVERRIDE=cfg/fdiv.hjson sw
- make bin/snitch_cluster.vsim
- ./util/run.py sw/fdiv.yaml --simulator vsim -j --run-dir runs/vsim
- cd sw/apps/dnn/flashattention_2/test
# FP8 FA-2 tests are failing with precision mismatch
# due to operand ordering
- ./run.py runs.yaml --cfg $PWD/cfg/fp32* --simulator vsim -j
- ./run.py runs.yaml --cfg $PWD/cfg/fp16* --simulator vsim -j

# Test OmegaNet TCDM interconnect
snitch-cluster-omega-vsim:
Expand Down

0 comments on commit 390ef52

Please sign in to comment.