[all-commits] [llvm/llvm-project] 9dbb8e: [mlir][tensor] Implement getBufferType for ReshapeOp.

Ingo Müller via All-commits all-commits at lists.llvm.org
Fri Jun 2 06:41:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9dbb8eefd43b7acdd5d6d030deed839eb11bbd9c
      https://github.com/llvm/llvm-project/commit/9dbb8eefd43b7acdd5d6d030deed839eb11bbd9c
  Author: Ingo Müller <ingomueller at google.com>
  Date:   2023-06-02 (Fri, 02 Jun 2023)

  Changed paths:
    M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp

  Log Message:
  -----------
  [mlir][tensor] Implement getBufferType for ReshapeOp.

This function should be implemented for ops that work in one-shot
bufferization.

Reviewed By: springerm

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




More information about the All-commits mailing list