[all-commits] [llvm/llvm-project] 7ce53e: [mlir][tosa] Add tosa.conv3d lowering to Linalg
Rob Suderman via All-commits
all-commits at lists.llvm.org
Fri Jan 6 10:48:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ce53e31023dcf9d8fb95d172e20a35e60ebd821
https://github.com/llvm/llvm-project/commit/7ce53e31023dcf9d8fb95d172e20a35e60ebd821
Author: Rob Suderman <suderman at google.com>
Date: 2023-01-06 (Fri, 06 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalgNamed.cpp
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalgNamedPass.cpp
M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg-named.mlir
Log Message:
-----------
[mlir][tosa] Add tosa.conv3d lowering to Linalg
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
More information about the All-commits
mailing list