Skip to content

Commit

Permalink
ci: Add extensive transpose kernel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jul 2, 2024
1 parent db04bc8 commit 9774760
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ snitch-cluster-vsim:
- make SIM_DIR=./runs/vsim/simple annotate -j
# Run additional, more extensive tests
- cd sw/apps/blas/gemm/test
- ./run.py runs.yaml --cfg $PWD/cfg/* --simulator vsim -j
- ./run.py run.yaml --cfg $PWD/cfg/* --simulator vsim -j
- cd -
- cd sw/apps/dnn/transpose/test
- ./run.py run.yaml --cfg $PWD/cfg/* --simulator vsim -j

# Banshee
snitch-cluster-banshee:
Expand All @@ -129,7 +132,7 @@ snitch-cluster-fdiv-vsim:
- ./util/run.py sw/fdiv.yaml --simulator vsim -j --run-dir runs/vsim
# Extensive FlashAttention-2 tests
- cd sw/apps/dnn/flashattention_2/test
- ./run.py runs.yaml --cfg $PWD/cfg/* --simulator vsim -j
- ./run.py run.yaml --cfg $PWD/cfg/* --simulator vsim -j

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

0 comments on commit 9774760

Please sign in to comment.