[all-commits] [llvm/llvm-project] 6fc3a4: [mlir][Linalg] Add support for bufferization of Su...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Nov 9 09:00:13 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6fc3a4439493549df02ad11a84847bb73b2565e8
      https://github.com/llvm/llvm-project/commit/6fc3a4439493549df02ad11a84847bb73b2565e8
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
    M mlir/integration_test/Dialect/Linalg/CPU/test-tensor-matmul.mlir
    M mlir/lib/Dialect/Linalg/Transforms/Bufferize.cpp
    M mlir/test/Dialect/Linalg/bufferize.mlir

  Log Message:
  -----------
  [mlir][Linalg] Add support for bufferization of SubTensorOp and SubTensorInsertOp

This revision adds support for bufferization by using a mix of `tensor_load`, `subview`, `linalg.copy` and `tensor_to_memref`.




More information about the All-commits mailing list