[all-commits] [llvm/llvm-project] 58d123: [mlir][sparse][capi][python] add sparse tensor passes
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed May 12 16:41:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58d12332a4730226d0a640136f06f3bd0861f1a5
https://github.com/llvm/llvm-project/commit/58d12332a4730226d0a640136f06f3bd0861f1a5
Author: Aart Bik <ajcbik at google.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M mlir/include/mlir-c/Dialect/SparseTensor.h
M mlir/include/mlir/Dialect/SparseTensor/Transforms/CMakeLists.txt
M mlir/lib/Bindings/Python/CMakeLists.txt
A mlir/lib/Bindings/Python/SparseTensorPasses.cpp
M mlir/lib/CAPI/Dialect/CMakeLists.txt
A mlir/lib/CAPI/Dialect/SparseTensorPasses.cpp
M mlir/python/mlir/dialects/sparse_tensor.py
A mlir/test/python/dialects/sparse_tensor/passes.py
Log Message:
-----------
[mlir][sparse][capi][python] add sparse tensor passes
First set of "boilerplate" to get sparse tensor
passes available through CAPI and Python.
Reviewed By: stellaraccident
Differential Revision: https://reviews.llvm.org/D102362
More information about the All-commits
mailing list