[all-commits] [llvm/llvm-project] 339637: [linalg] Add TensorDimOp to list of ops known by b...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Tue Jul 20 05:45:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3396377743939f35856b2ee4ac47d64270e822f1
      https://github.com/llvm/llvm-project/commit/3396377743939f35856b2ee4ac47d64270e822f1
  Author: Tobias Gysi <gysit at google.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
    M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir

  Log Message:
  -----------
  [linalg] Add TensorDimOp to list of ops known by bufferization.

Bufferization handles all unknown ops conservative. The patch ensures accessing the dimension of an output tensor does not prevent in place bufferization.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list