[all-commits] [llvm/llvm-project] 91464e: [mlir][bufferization][NFC] Rename copy_tensor op t...

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Sep 12 06:20:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91464e1d6aa4212c0ba3a7d1b508a9dfadb94d31
      https://github.com/llvm/llvm-project/commit/91464e1d6aa4212c0ba3a7d1b508a9dfadb94d31
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Padding.cpp
    M mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize.mlir
    M mlir/test/Dialect/Bufferization/invalid.mlir
    M mlir/test/Dialect/Bufferization/ops.mlir
    M mlir/test/Dialect/Linalg/transform-op-pad.mlir

  Log Message:
  -----------
  [mlir][bufferization][NFC] Rename copy_tensor op to materialize_in_destination (#65467)

The previous name was badly chosen. The op is used to ensure that a
computation materializes in the future buffer of a certain tensor.




More information about the All-commits mailing list