[all-commits] [llvm/llvm-project] aef20f: [mlir][sparse] move from by-value to by-reference ...

Aart Bik via All-commits all-commits at lists.llvm.org
Fri Jun 17 08:39:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aef20f59a5210406a0b7aafd0a75eee708b8fcab
      https://github.com/llvm/llvm-project/commit/aef20f59a5210406a0b7aafd0a75eee708b8fcab
  Author: Aart Bik <ajcbik at google.com>
  Date:   2022-06-17 (Fri, 17 Jun 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorOps.td
    M mlir/include/mlir/ExecutionEngine/SparseTensorUtils.h
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
    M mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
    M mlir/test/Dialect/SparseTensor/conversion.mlir
    M mlir/test/Dialect/SparseTensor/sparse_fp_ops.mlir
    M mlir/test/Dialect/SparseTensor/sparse_index.mlir
    M mlir/test/Dialect/SparseTensor/sparse_out.mlir

  Log Message:
  -----------
  [mlir][sparse] move from by-value to by-reference for data types

This fixes all sorts of ABI issues due to passing by-value
(using by-reference with memref's exclusively).

Reviewed By: bkramer

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




More information about the All-commits mailing list