[FORK][FEATURE][x64]Extend InnerProduct source dynamic quantization to BF16#310
Conversation
946ad18 to
cd4cf22
Compare
cd4cf22 to
fc147eb
Compare
|
fc147eb to
f5c854d
Compare
f5c854d to
6b31ed2
Compare
Hi, @maxnick : I have squashed the two commits into one. |
Hi. Got it. This naming convection doesn't suite the CI check. So what about |
Also includes clang-format cleanup of inner product and src quantization kernel.
6b31ed2 to
f82d833
Compare
…cted (openvinotoolkit#35726) ### Details: - *Extends the CPU plugin's weight-decompression FC path so that BF16 activations can go through the oneDNN dynamic-quantization kernel, in addition to F32.* oneDNN fork PR:openvinotoolkit/oneDNN#310 ### Tickets: - *CVS-182410*
Description
Enables the BRGEMM InnerProduct dynamic-quantization path (previously F32-only) to accept BF16 sources, which is required by the OpenVINO CPU plugin's BF16 compressed-FC flow.