XNNPACK icon indicating copy to clipboard operation
XNNPACK copied to clipboard

Add QS8_QC8W GEMM/IGEMM microkernels for Wasm Relaxed Unsigned and Signed …

Open fanchenkong1 opened this issue 8 months ago • 2 comments

…Dot Product

This PR is related to issue https://github.com/google/XNNPACK/issues/6454.

This change adds qs8_qc8w gemm/igemm microkernels for Wasm relaxed simd dot product on signed and unsigned bytes. The new microkernels can use the recently supported AVX-VNNI instructions in V8 on x64 devices.

fanchenkong1 avatar May 30 '24 05:05 fanchenkong1