You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
64-bit storage type for quantized type is often used for certain settings like on-device or when dealing with models that are quality-sensitive. For example, a TFLite micro kernel supports 64-bit quantized types for 16x8 quantized operations.
Currently the Quant dialect allows up to 32 bit storage bits: MaxStorageBits. Bump this limit up to 64.
Activity
dansuh17 commentedon May 9, 2024
(first time contributing directly on github - how do I assign myself to this issue? I'm planning on working on this)
bviyer commentedon May 15, 2024
I did it for you.
dansuh17 commentedon May 16, 2024
Thanks!