[all-commits] [llvm/llvm-project] 231b9d: [mlir][Linalg] Add comprehensive bufferization sup...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Thu Jul 1 04:26:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 231b9dd9de87f15170850e7d752dd6bd19799449
      https://github.com/llvm/llvm-project/commit/231b9dd9de87f15170850e7d752dd6bd19799449
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-07-01 (Thu, 01 Jul 2021)

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

  Log Message:
  -----------
  [mlir][Linalg] Add comprehensive bufferization support for linalg::InitTensor and tensor::CastOp (11/n)

Also add an integration test that connects all the dots end to end, including with cast to unranked tensor for external library calls.

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




More information about the All-commits mailing list