Skip to content

Commit

Permalink
Remove broken Linear layer
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Feb 8, 2024
1 parent 03edd60 commit cfad5f9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 313 deletions.
117 changes: 0 additions & 117 deletions sw/dnn/linear/data/datagen.py

This file was deleted.

14 changes: 0 additions & 14 deletions sw/dnn/linear/data/params.json

This file was deleted.

129 changes: 0 additions & 129 deletions sw/dnn/linear/src/linear.h

This file was deleted.

39 changes: 0 additions & 39 deletions sw/dnn/linear/src/main.c

This file was deleted.

1 change: 0 additions & 1 deletion target/snitch_cluster/sw/apps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ SUBDIRS += dnn/fusedconv
SUBDIRS += dnn/gelu
SUBDIRS += dnn/gemm
SUBDIRS += dnn/layernorm
SUBDIRS += dnn/linear
SUBDIRS += dnn/maxpool
SUBDIRS += dnn/softmax
SUBDIRS += dnn/flashattention_2
Expand Down
12 changes: 0 additions & 12 deletions target/snitch_cluster/sw/apps/dnn/linear/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion target/snitch_cluster/sw/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ runs:
- 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
- elf: apps/dnn/gemm/build/gemm.elf
# - elf: apps/dnn/conv2d/build/conv2d.elf # Fails with wrong results
Expand Down

0 comments on commit cfad5f9

Please sign in to comment.