[all-commits] [llvm/llvm-project] f328f7: [mlir][tosa] Fixed depthwise conv parallel/reducti...

rsuderman via All-commits all-commits at lists.llvm.org
Mon Aug 16 14:07:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f328f72e60a97b77d7f4ffb8570a931edbb0a0d5
      https://github.com/llvm/llvm-project/commit/f328f72e60a97b77d7f4ffb8570a931edbb0a0d5
  Author: Rob Suderman <rob.suderman at gmail.com>
  Date:   2021-08-16 (Mon, 16 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][tosa] Fixed depthwise conv parallel/reduction indices order

Reduction axis should come after all parallel axis to work with vectorization.

Reviewed By: NatashaKnk

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




More information about the All-commits mailing list