Skip to content

Commit

Permalink
snDNN: remove fusedconv from passing apps due to reported errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannaP committed Jul 20, 2023
1 parent 7c34140 commit 4af3a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions target/snitch_cluster/sw/apps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ SUBDIRS += nop
SUBDIRS += blas/axpy
SUBDIRS += blas/gemm
SUBDIRS += sndnn/batchnorm
# SUBDIRS += sndnn/conv2d # fails with exit code 32
SUBDIRS += sndnn/fusedconv
SUBDIRS += sndnn/conv2d # fails with exit code 32
SUBDIRS += sndnn/fusedconv # fails newly
SUBDIRS += sndnn/gelu
SUBDIRS += sndnn/gemm
# SUBDIRS += sndnn/layernorm # throws illegal instruction in simulation
SUBDIRS += sndnn/layernorm # throws illegal instruction in simulation
SUBDIRS += sndnn/linear
SUBDIRS += sndnn/maxpool
# SUBDIRS += sndnn/softmax
Expand Down
1 change: 0 additions & 1 deletion target/snitch_cluster/sw/apps/passing-apps.list
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
blas/axpy
blas/gemm
sndnn/batchnorm
sndnn/fusedconv
sndnn/linear
sndnn/maxpool
sndnn/gelu
Expand Down

0 comments on commit 4af3a77

Please sign in to comment.