Skip to content

Commit

Permalink
sw: remove softmax + layernorm from run script due to missing FDIV an…
Browse files Browse the repository at this point in the history
…d fix cmd paths
  • Loading branch information
Viviane Potocnik committed Jan 12, 2024
1 parent 219c118 commit 8512c1a
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 @@ -77,11 +77,11 @@ runs:
- elf: apps/dnn/linear/build/linear.elf
- elf: apps/dnn/maxpool/build/maxpool.elf
- elf: apps/dnn/gemm/build/gemm.elf
- elf: apps/dnn/layernorm/build/layernorm.elf # Illegal FDIV without FDIV unit
cmd: ../../sw/dnn/layernorm/verify.py {sim_bin} {elf}
# - elf: apps/dnn/layernorm/build/layernorm.elf # Illegal FDIV without FDIV unit
# cmd: [../../../sw/dnn/layernorm/verify.py, "${sim_bin}", "${elf}"]
# - elf: apps/dnn/gelu/build/gelu.elf # seems like it stalls
# - elf: apps/dnn/conv2d/build/conv2d.elf # fails with exit code 32
# - 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}
# - elf: apps/dnn/softmax/build/softmax.elf # Illegal FDIV without FDIV unit
# cmd: [../../../sw/dnn/softmax/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/montecarlo/pi_estimation/build/pi_estimation.elf

0 comments on commit 8512c1a

Please sign in to comment.