[all-commits] [llvm/llvm-project] 30e603: [mlir][Linalg] Add TensorsToBuffers support for Co...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Thu Oct 8 06:16:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 30e6033b455bfa4b888eedb2cfe808a61845ed5f
      https://github.com/llvm/llvm-project/commit/30e6033b455bfa4b888eedb2cfe808a61845ed5f
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Passes.td
    M mlir/include/mlir/Dialect/Vector/VectorOps.h
    M mlir/include/mlir/Dialect/Vector/VectorOps.td
    A mlir/integration_test/Dialect/Linalg/CPU/test-tensor-e2e.mlir
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Dialect/Linalg/Transforms/PassDetail.h
    M mlir/lib/Dialect/Linalg/Transforms/TensorsToBuffers.cpp
    M mlir/lib/Transforms/BufferPlacement.cpp
    M mlir/test/Dialect/Linalg/tensors-to-buffers.mlir

  Log Message:
  -----------
  [mlir][Linalg] Add TensorsToBuffers support for Constant ops.

This revision also inserts an end-to-end test that lowers tensors to buffers all the way to executable code on CPU.

Differential revision: https://reviews.llvm.org/D88998




More information about the All-commits mailing list