We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d9de6 commit 8ab60cbCopy full SHA for 8ab60cb
sim/common/tensor_cfg.h
@@ -53,7 +53,7 @@ struct int32 {
53
struct int8 {
54
using dtype = int8_t;
55
static constexpr uint32_t id = 9;
56
- static constexpr uint32_t bits = 16;
+ static constexpr uint32_t bits = 8;
57
static constexpr const char* name = "i8";
58
};
59
0 commit comments