mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
Conv3D has an existing linalg operation for floating point. Adding a quantized variant and corresponding lowering from TOSA. Numerical correctness was validated using the TOSA conformance tests. Reviewed By: jpienaar Differential Revision: https://reviews.llvm.org/D140919