openvino icon indicating copy to clipboard operation
openvino copied to clipboard

[CPU] Support weight-compression dt s8

Open usstq opened this issue 1 year ago • 0 comments

Details:

  • FC with symmetrically quantized/compressed weight may have i8 (instead of u8) as weight data type (it saves the zero-point subtraction cost), this change added support to such weight dt.
  • oneDNN fork PR: https://github.com/openvinotoolkit/oneDNN/pull/249

Tickets:

  • CVS-131042

usstq avatar May 10 '24 00:05 usstq