[all-commits] [llvm/llvm-project] 14c58c: [mlir][sparse] simplification of sparse runtime su...

Aart Bik via All-commits all-commits at lists.llvm.org
Fri Sep 1 09:29:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14c58cf5c39a39a335893bc98493c5edc75a91b3
      https://github.com/llvm/llvm-project/commit/14c58cf5c39a39a335893bc98493c5edc75a91b3
  Author: Aart Bik <ajcbik at google.com>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/SparseTensor/ArithmeticUtils.h
    R mlir/include/mlir/ExecutionEngine/SparseTensor/Attributes.h
    M mlir/include/mlir/ExecutionEngine/SparseTensor/ErrorHandling.h
    M mlir/include/mlir/ExecutionEngine/SparseTensor/File.h
    R mlir/include/mlir/ExecutionEngine/SparseTensor/PermutationRef.h
    M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
    M mlir/lib/ExecutionEngine/SparseTensor/CMakeLists.txt
    R mlir/lib/ExecutionEngine/SparseTensor/PermutationRef.cpp
    M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir][sparse] simplification of sparse runtime support lib

Incorporated two header files directly into other since
other parts were used (and it makes it hard to find the
definitions). Removed TODOs that are less likely to be done.

Reviewed By: Peiming

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




More information about the All-commits mailing list