[all-commits] [llvm/llvm-project] 7e1fb9: [mlir][tosa] Add conv2d lowering to linalg.conv2d ...
rsuderman via All-commits
all-commits at lists.llvm.org
Tue Apr 13 13:28:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e1fb9a0d2d731e21f845bf9c14db6df1047f991
https://github.com/llvm/llvm-project/commit/7e1fb9a0d2d731e21f845bf9c14db6df1047f991
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[mlir][tosa] Add conv2d lowering to linalg.conv2d operator for FP
Handles lowering conv2d to linalg's convolution operator. This implementation
only supports floating point values but handles all strides, dilations, and
padding values.
Differential Revision: https://reviews.llvm.org/D100061
More information about the All-commits
mailing list