Skip to content

Commit

Permalink
lint: fix too long line err
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Potocnik committed Jan 12, 2024
1 parent 8512c1a commit a4e3fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/snitch_cluster/sw/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ 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
# - 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/gelu/build/gelu.elf # seems like it stalls
# - elf: apps/dnn/conv2d/build/conv2d.elf # fails with exit code 32
Expand Down

0 comments on commit a4e3fcb

Please sign in to comment.