[all-commits] [llvm/llvm-project] a935a0: Adding a new variant of DepthwiseConv2D
gpetters94 via All-commits
all-commits at lists.llvm.org
Thu Jul 21 11:37:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a935a0bf5070f8c06c36eee03893226dd734ba0a
https://github.com/llvm/llvm-project/commit/a935a0bf5070f8c06c36eee03893226dd734ba0a
Author: George Petterson <gpetters at protonmail.com>
Date: 2022-07-21 (Thu, 21 Jul 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:
-----------
Adding a new variant of DepthwiseConv2D
This is the same as the existing multiplier-1 variant of DepthwiseConv2D, but in PyTorch dim order.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D128575
More information about the All-commits
mailing list