Skip to content

Commit 390ef52

Browse files
author
Viviane Potocnik
committed
[CI] Move FA tests to FDIV suite
1 parent 577433d commit 390ef52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ snitch-cluster-vsim:
106106
# Run additional, more extensive tests
107107
- cd sw/apps/blas/gemm/test
108108
- ./run.py runs.yaml --cfg $PWD/cfg/* --simulator vsim -j
109-
- cd ../../../dnn/flashattention_2/test
110-
# FP8 FA-2 tests are failing with precision mismatch
111-
# due to operand ordering
112-
- ./run.py runs.yaml --cfg $PWD/cfg/fp32* --simulator vsim -j
113-
- ./run.py runs.yaml --cfg $PWD/cfg/fp16* --simulator vsim -j
114109

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

139139
# Test OmegaNet TCDM interconnect
140140
snitch-cluster-omega-vsim:

0 commit comments

Comments
 (0)