[all-commits] [llvm/llvm-project] 2323f4: [mlir][sparse] refactor dim2lvl/lvl2dim lvlsizes s...
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Nov 15 21:41:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2323f48e0d4cf34d3564233a487571ef40757f52
https://github.com/llvm/llvm-project/commit/2323f48e0d4cf34d3564233a487571ef40757f52
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp
Log Message:
-----------
[mlir][sparse] refactor dim2lvl/lvl2dim lvlsizes setup (#72474)
This change provides access to the individual components of dim sizes
and lvl sizes after each codegenutil call.
This is step 2 out of 3 to make sparse_tensor.new work for BSR
More information about the All-commits
mailing list