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

Aart Bik via All-commits all-commits at lists.llvm.org
Fri Sep 1 14:00:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ce445b8c762450d5772dd05a1a10297b0856a4e
      https://github.com/llvm/llvm-project/commit/9ce445b8c762450d5772dd05a1a10297b0856a4e
  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/COO.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: yinying-lisa-li

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




More information about the All-commits mailing list