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 @@ -105,11 +105,6 @@ snitch-cluster-vsim:
105
105
# Run additional, more extensive tests
106
106
- cd sw/apps/blas/gemm/test
107
107
- ./run.py runs.yaml --cfg $PWD/cfg/* --simulator vsim -j
108
- - cd ../../../dnn/flashattention_2/test
109
- # FP8 FA-2 tests are failing with precision mismatch
110
- # due to operand ordering
111
- - ./run.py runs.yaml --cfg $PWD/cfg/fp32* --simulator vsim -j
112
- - ./run.py runs.yaml --cfg $PWD/cfg/fp16* --simulator vsim -j
113
108
114
109
# Banshee
115
110
snitch-cluster-banshee :
@@ -134,6 +129,11 @@ snitch-cluster-fdiv-vsim:
134
129
- make CFG_OVERRIDE=cfg/fdiv.hjson sw
135
130
- make bin/snitch_cluster.vsim
136
131
- ./util/run.py sw/fdiv.yaml --simulator vsim -j --run-dir runs/vsim
132
+ - cd sw/apps/dnn/flashattention_2/test
133
+ # FP8 FA-2 tests are failing with precision mismatch
134
+ # due to operand ordering
135
+ - ./run.py runs.yaml --cfg $PWD/cfg/fp32* --simulator vsim -j
136
+ - ./run.py runs.yaml --cfg $PWD/cfg/fp16* --simulator vsim -j
137
137
138
138
# Test OmegaNet TCDM interconnect
139
139
snitch-cluster-omega-vsim :
You can’t perform that action at this time.
0 commit comments