Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sim/common/tensor_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct int32 {
struct int8 {
using dtype = int8_t;
static constexpr uint32_t id = 9;
static constexpr uint32_t bits = 16;
static constexpr uint32_t bits = 8;
static constexpr const char* name = "i8";
};

Expand Down
27 changes: 0 additions & 27 deletions tests/regression/sgemm_tcu/common.h

This file was deleted.

56 changes: 0 additions & 56 deletions tests/regression/sgemm_tcu/kernel.cpp

This file was deleted.

Loading