[all-commits] [llvm/llvm-project] da7b6f: [mlir][Linalg] Allow tiling of batch dimension for...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Tue Mar 31 09:22:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: da7b6fe942fc9bbf535321477d614051d05aee4b
https://github.com/llvm/llvm-project/commit/da7b6fe942fc9bbf535321477d614051d05aee4b
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
A mlir/test/Dialect/Linalg/tile_conv_padding.mlir
Log Message:
-----------
[mlir][Linalg] Allow tiling of batch dimension for convolution ops with padding.
Existing tiling implementation of Linalg would still work for tiling
the batch dimensions of the convolution op.
Differential Revision: https://reviews.llvm.org/D76637
More information about the All-commits
mailing list