Skip to content

Commit

Permalink
target/snitch_cluster: Disable AXPY and GEMM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Nov 24, 2023
1 parent 7fb8798 commit 523e549
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions target/snitch_cluster/sw/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ runs:
- elf: tests/build/zero_mem.elf
- elf: tests/build/non_null_exitcode.elf
exit_code: 14
- elf: apps/blas/axpy/build/axpy.elf
cmd: ../../sw/blas/axpy/verify.py {sim_bin} {elf}
- elf: apps/blas/gemm/build/gemm.elf
cmd: ../../sw/blas/gemm/verify.py {sim_bin} {elf}
# - elf: apps/blas/axpy/build/axpy.elf
# cmd: ../../sw/blas/axpy/verify.py {sim_bin} {elf}
# - elf: apps/blas/gemm/build/gemm.elf
# cmd: ../../sw/blas/gemm/verify.py {sim_bin} {elf}
- elf: apps/dnn/batchnorm/build/batchnorm.elf
- elf: apps/dnn/linear/build/linear.elf
- elf: apps/dnn/maxpool/build/maxpool.elf
Expand Down

0 comments on commit 523e549

Please sign in to comment.