[all-commits] [llvm/llvm-project] 643878: [mlir][sparse] provide more types for external to/...
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri Feb 18 13:37:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6438783fdaf1a89bcc0945c3c03455793d802352
https://github.com/llvm/llvm-project/commit/6438783fdaf1a89bcc0945c3c03455793d802352
Author: Aart Bik <ajcbik at google.com>
Date: 2022-02-18 (Fri, 18 Feb 2022)
Changed paths:
M mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
M mlir/test/Integration/Dialect/SparseTensor/python/tools/np_to_sparse_tensor.py
M mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco_utils.py
Log Message:
-----------
[mlir][sparse] provide more types for external to/from MLIR routines
These routines will need to be specialized a lot more based on value types,
index types, pointer types, and permutation/dimension ordering. This is a
careful first step, providing some functionality needed in PyTACO bridge.
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D120154
More information about the All-commits
mailing list