[all-commits] [llvm/llvm-project] ba0222: [mlir][linalg] Add named ops for depthwise 3d conv...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Jun 14 09:29:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba0222cdc6510cd73baf22835e60475ef993a56a
https://github.com/llvm/llvm-project/commit/ba0222cdc6510cd73baf22835e60475ef993a56a
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
M mlir/test/Dialect/Linalg/named-ops.mlir
Log Message:
-----------
[mlir][linalg] Add named ops for depthwise 3d convolution
Also complete the set by adding a variant of depthwise 1d convolution
with the multiplier != 1.
Differential Revision: https://reviews.llvm.org/D127687
More information about the All-commits
mailing list