Skip to content

Commit

Permalink
ci: Add covariance and syrk
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Aug 19, 2024
1 parent af0265a commit 4bac6f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions target/snitch_cluster/sw/fdiv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ runs:
cmd: [../../../sw/dnn/flashattention_2/scripts/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/correlation/build/correlation.elf
cmd: [../../../sw/apps/correlation/scripts/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/covariance/build/covariance.elf
cmd: [../../../sw/apps/covariance/scripts/verify.py, "${sim_bin}", "${elf}"]
4 changes: 4 additions & 0 deletions target/snitch_cluster/sw/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ runs:
cmd: [../../../sw/blas/gemm/scripts/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/blas/dot/build/dot.elf
cmd: [../../../sw/blas/dot/scripts/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/blas/syrk/build/syrk.elf
cmd: [../../../sw/blas/syrk/scripts/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/dnn/batchnorm/build/batchnorm.elf
- elf: apps/dnn/maxpool/build/maxpool.elf
# - elf: apps/dnn/conv2d/build/conv2d.elf # Fails with wrong results
Expand All @@ -95,3 +97,5 @@ runs:
- elf: apps/montecarlo/pi_estimation/build/pi_estimation.elf
# - elf: apps/atax/build/atax.elf
# cmd: [../../../sw/apps/atax/scripts/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/covariance/build/covariance.elf
cmd: [../../../sw/apps/covariance/scripts/verify.py, "${sim_bin}", "${elf}"]

0 comments on commit 4bac6f5

Please sign in to comment.