Skip to content

Commit 35dca8b

Browse files
committed
fixed typo
1 parent 6f79eab commit 35dca8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim/common/tensor_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ struct int32 {
6969
struct int8 {
7070
using dtype = int8_t;
7171
static constexpr uint32_t id = 9;
72-
static constexpr uint32_t bits = 16;
72+
static constexpr uint32_t bits = 8;
7373
static constexpr const char* name = "i8";
7474
};
7575

0 commit comments

Comments
 (0)