[all-commits] [llvm/llvm-project] b22a93: [mlir][linalg] Improve pooling op iterator order c...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Tue Jan 11 09:49:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b22a93f4fb398c26a85b6040cdd01cc613b92c89
https://github.com/llvm/llvm-project/commit/b22a93f4fb398c26a85b6040cdd01cc613b92c89
Author: Lei Zhang <antiagainst at google.com>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
Log Message:
-----------
[mlir][linalg] Improve pooling op iterator order consistency
All named ops list iterators for accessing output first except
pooling ops. This commit made the pooling ops consistent with
the rest.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D115520
More information about the All-commits
mailing list