[all-commits] [llvm/llvm-project] 36c95e: [mlir][sparse] group tensor id and levels into pai...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Thu May 4 09:15:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36c95ee739c0d7e49dc69e0d8d86d30667c14d49
https://github.com/llvm/llvm-project/commit/36c95ee739c0d7e49dc69e0d8d86d30667c14d49
Author: Peiming Liu <peiming at google.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.h
M mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
Log Message:
-----------
[mlir][sparse] group tensor id and levels into pairs in loop emitter
This addressed some unresolved comments in https://reviews.llvm.org/D142930
Reviewed By: aartbik, wrengr
Differential Revision: https://reviews.llvm.org/D148565
More information about the All-commits
mailing list