Skip to content

Commit 8ab60cb

Browse files
committed
fixed typo
1 parent a9d9de6 commit 8ab60cb

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
@@ -53,7 +53,7 @@ struct int32 {
5353
struct int8 {
5454
using dtype = int8_t;
5555
static constexpr uint32_t id = 9;
56-
static constexpr uint32_t bits = 16;
56+
static constexpr uint32_t bits = 8;
5757
static constexpr const char* name = "i8";
5858
};
5959

0 commit comments

Comments
 (0)