[all-commits] [llvm/llvm-project] 93a6b4: [mlir][python] provide bindings for ops from the s...
ftynse via All-commits
all-commits at lists.llvm.org
Thu Sep 30 06:53:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93a6b49d38af236a964492ac6de71d71e93a89a6
https://github.com/llvm/llvm-project/commit/93a6b49d38af236a964492ac6de71d71e93a89a6
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
M mlir/python/CMakeLists.txt
A mlir/python/mlir/dialects/SparseTensorOps.td
M mlir/python/mlir/dialects/sparse_tensor.py
Log Message:
-----------
[mlir][python] provide bindings for ops from the sparse_tensor dialect
Previously, the dialect was exposed for linking and pass management purposes,
but we did not generate op classes for it. Generate them.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D110819
More information about the All-commits
mailing list