[all-commits] [llvm/llvm-project] a8de66: [mlir] Add op for NCHW conv2d.

Stella Laurenzo via All-commits all-commits at lists.llvm.org
Sun Aug 22 17:29:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8de667af092c9b4b3b4a95827a521602ebf14ed
      https://github.com/llvm/llvm-project/commit/a8de667af092c9b4b3b4a95827a521602ebf14ed
  Author: Stella Laurenzo <stellaraccident at gmail.com>
  Date:   2021-08-22 (Sun, 22 Aug 2021)

  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] Add op for NCHW conv2d.

* This is the native data layout for PyTorch and npcomp was using the prior version before cleanup.

Differential Revision: https://reviews.llvm.org/D108527




More information about the All-commits mailing list