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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D159381
[mlir][sparse] simplification of sparse runtime support lib ClosedPublic Authored by aartbik on Sep 1 2023, 1:31 PM.
Details Summary Incorporated two header files directly into other since
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 1 2023, 1:44 PM Closed by commit rG9ce445b8c762: [mlir][sparse] simplification of sparse runtime support lib (authored by aartbik). · Explain WhySep 1 2023, 2:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 555497 mlir/include/mlir/ExecutionEngine/SparseTensor/ArithmeticUtils.h
mlir/include/mlir/ExecutionEngine/SparseTensor/Attributes.h
mlir/include/mlir/ExecutionEngine/SparseTensor/COO.h
mlir/include/mlir/ExecutionEngine/SparseTensor/ErrorHandling.h
mlir/include/mlir/ExecutionEngine/SparseTensor/File.h
mlir/include/mlir/ExecutionEngine/SparseTensor/PermutationRef.h
mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
mlir/lib/ExecutionEngine/SparseTensor/CMakeLists.txt
mlir/lib/ExecutionEngine/SparseTensor/PermutationRef.cpp
mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
|