XNNPACK
XNNPACK copied to clipboard
Add QS8_QC8W GEMM/IGEMM microkernels for Wasm Relaxed Unsigned and Signed …
…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.