[all-commits] [llvm/llvm-project] 5b87e0: [mlir][sparse][taco] Split the evaluate method int...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Mon Mar 7 16:58:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b87e0521d648e697c684238f7236fc4c7a04ed8
https://github.com/llvm/llvm-project/commit/5b87e0521d648e697c684238f7236fc4c7a04ed8
Author: Bixia Zheng <bixia at google.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco.py
M mlir/test/Integration/Dialect/SparseTensor/taco/unit_test_tensor_core.py
Log Message:
-----------
[mlir][sparse][taco] Split the evaluate method into compile and compute.
This is to align with the PyTACO API better.
Modify an existing unit test to test the new routines.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D121083
More information about the All-commits
mailing list