File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,6 @@ snitch-cluster-vsim:
106
106
# Run additional, more extensive tests
107
107
- cd sw/apps/blas/gemm/test
108
108
- ./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
114
109
115
110
# Banshee
116
111
snitch-cluster-banshee :
@@ -135,6 +130,11 @@ snitch-cluster-fdiv-vsim:
135
130
- make CFG_OVERRIDE=cfg/fdiv.hjson sw
136
131
- make bin/snitch_cluster.vsim
137
132
- ./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
138
138
139
139
# Test OmegaNet TCDM interconnect
140
140
snitch-cluster-omega-vsim :
You can’t perform that action at this time.
0 commit comments