[all-commits] [llvm/llvm-project] 21edad: [mlir][sparse] set up the skeleton for SparseTenso...
Peiming Liu via All-commits
all-commits at lists.llvm.org
Fri Dec 15 13:34:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21edad7d076c7fffbbf8ffdae3a83d93cb39b639
https://github.com/llvm/llvm-project/commit/21edad7d076c7fffbbf8ffdae3a83d93cb39b639
Author: Peiming Liu <36770114+PeimingLiu at users.noreply.github.com>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/CMakeLists.txt
M mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.h
A mlir/lib/Dialect/SparseTensor/Transforms/Utils/SparseTensorLevel.cpp
A mlir/lib/Dialect/SparseTensor/Transforms/Utils/SparseTensorLevel.h
Log Message:
-----------
[mlir][sparse] set up the skeleton for SparseTensorLevel abstraction. (#75645)
Note that at the current moment, the newly-introduced
`SparseTensorLevel` classes are far from complete, we plan to migrate
code generation related to accessing sparse tensor levels to these
classes in the near future to simplify `LoopEmitter`.
More information about the All-commits
mailing list