[all-commits] [llvm/llvm-project] 233c3e: [mlir][sparse] remove sparse2sparse path in librar...
Aart Bik via All-commits
all-commits at lists.llvm.org
Mon Oct 16 14:46:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 233c3e6c53a561296f3ae5c5ec99e9a527f856d8
https://github.com/llvm/llvm-project/commit/233c3e6c53a561296f3ae5c5ec99e9a527f856d8
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h
M mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
M mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h
M mlir/lib/ExecutionEngine/SparseTensor/CMakeLists.txt
R mlir/lib/ExecutionEngine/SparseTensor/NNZ.cpp
M mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][sparse] remove sparse2sparse path in library (#69247)
This cleans up all external entry points that will have to deal with
non-permutations, making any subsequent refactoring much more local to
the lib files.
More information about the All-commits
mailing list