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 6f79eab commit 35dca8bCopy full SHA for 35dca8b
sim/common/tensor_cfg.h
@@ -69,7 +69,7 @@ struct int32 {
69
struct int8 {
70
using dtype = int8_t;
71
static constexpr uint32_t id = 9;
72
- static constexpr uint32_t bits = 16;
+ static constexpr uint32_t bits = 8;
73
static constexpr const char* name = "i8";
74
};
75
0 commit comments