[all-commits] [llvm/llvm-project] 3ae98f: [mlir][sparse] added codegen for dimop, pointers, ...
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Sep 1 16:36:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ae98fd259e56fcc22f9387eca56c178f17eaf89
https://github.com/llvm/llvm-project/commit/3ae98fd259e56fcc22f9387eca56c178f17eaf89
Author: Aart Bik <ajcbik at google.com>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/SparseTensor/Transforms/Passes.td
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp
M mlir/test/Dialect/SparseTensor/codegen.mlir
Log Message:
-----------
[mlir][sparse] added codegen for dimop, pointers, indices, values
Demonstrates how sparse tensor type -> tuple -> getter
will eventually yield actual code on the memrefs directly
Reviewed By: Peiming
Differential Revision: https://reviews.llvm.org/D133143
More information about the All-commits
mailing list