[all-commits] [llvm/llvm-project] 781eab: [mlir][sparse] refactoring loop emitter into its o...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Tue Dec 27 11:12:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 781eabeb40b8e47e3a46b0b927784e63f0aad9ab
https://github.com/llvm/llvm-project/commit/781eabeb40b8e47e3a46b0b927784e63f0aad9ab
Author: Peiming Liu <peiming at google.com>
Date: 2022-12-27 (Tue, 27 Dec 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/CMakeLists.txt
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.h
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
A mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp
A mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseVectorization.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
Log Message:
-----------
[mlir][sparse] refactoring loop emitter into its own files.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D140701
More information about the All-commits
mailing list