[all-commits] [llvm/llvm-project] 746c68: [mlir][sparse][taco] Handle tensor copy and trivia...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Tue Feb 15 15:57:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 746c68eafde341555e59bf5d54602b9d406596f9
https://github.com/llvm/llvm-project/commit/746c68eafde341555e59bf5d54602b9d406596f9
Author: Bixia Zheng <bixia at google.com>
Date: 2022-02-15 (Tue, 15 Feb 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] Handle tensor copy and trivial reduction expression.
Handle tensor copy, such as A[i, j] = B[i, j]. Also, handle trivial
reduction expression, such as A[i] = B[i, j].
Add unit tests.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D119867
More information about the All-commits
mailing list