[all-commits] [llvm/llvm-project] cb6f8d: [mlir][sparse][taco] Use the SparseCompiler from p...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Thu Apr 14 15:17:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb6f8d77a207d87094cc4e775bc44a501381ac50
https://github.com/llvm/llvm-project/commit/cb6f8d77a207d87094cc4e775bc44a501381ac50
Author: Bixia Zheng <bixia at google.com>
Date: 2022-04-14 (Thu, 14 Apr 2022)
Changed paths:
M mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco_utils.py
A mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_sparse_compiler.py
Log Message:
-----------
[mlir][sparse][taco] Use the SparseCompiler from python/tools.
Copy the implementation of SparseCompiler from python/tools to taco/tools until we have a common place to install it. Modify TACO to use this SparseCompiler for compilation and jitting.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D123696
More information about the All-commits
mailing list