Skip to content

Commit

Permalink
sw: remove CONV2D from verification due to bug in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Potocnik committed Feb 5, 2024
1 parent 6023983 commit b012338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/snitch_cluster/sw/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ runs:
- elf: apps/dnn/gemm/build/gemm.elf
# - elf: apps/dnn/layernorm/build/layernorm.elf # Illegal FDIV w/o FDIV unit
# cmd: [../../../sw/dnn/layernorm/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/dnn/conv2d/build/conv2d.elf
cmd: [../../../sw/dnn/conv2d/verify.py, "${sim_bin}", "${elf}"]
# - elf: apps/dnn/conv2d/build/conv2d.elf
# cmd: [../../../sw/dnn/conv2d/verify.py, "${sim_bin}", "${elf}"]
# - elf: apps/dnn/fusedconv/build/fusedconv.elf # fails newly
# - elf: apps/dnn/softmax/build/softmax.elf # Illegal FDIV without FDIV unit
# cmd: [../../../sw/dnn/softmax/verify.py, "${sim_bin}", "${elf}"]
Expand Down

0 comments on commit b012338

Please sign in to comment.