Skip to content

Commit

Permalink
REVERT: ignore tranpose_shuffle for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 7, 2024
1 parent 809ce4c commit 8311e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sw/blas/blas.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

#include "axpy/src/axpy.h"
#include "gemm/src/gemm.h"
#include "transpose/src/transpose.h"
// #include "transpose/src/transpose.h"
#include "dot/src/dot.h"
2 changes: 1 addition & 1 deletion target/snitch_cluster/sw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ APPS = sw/apps/lto
APPS += sw/apps/nop
APPS += sw/apps/blas/axpy
APPS += sw/apps/blas/gemm
APPS += sw/apps/blas/transpose_shuffle
# APPS += sw/apps/blas/transpose_shuffle
APPS += sw/apps/blas/dot
APPS += sw/apps/dnn/batchnorm
APPS += sw/apps/dnn/conv2d
Expand Down

0 comments on commit 8311e3c

Please sign in to comment.