[all-commits] [llvm/llvm-project] e5e7e5: [mlir][sparse][taco] Support complex types.
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Fri Jun 17 16:07:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5e7e5147322d4cbfd0c8309893c2273c3ee41ac
https://github.com/llvm/llvm-project/commit/e5e7e5147322d4cbfd0c8309893c2273c3ee41ac
Author: bixia1 <bixia at google.com>
Date: 2022-06-17 (Fri, 17 Jun 2022)
Changed paths:
A mlir/test/Integration/Dialect/SparseTensor/taco/test_tensor_complex.py
M mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco.py
M mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco_api.py
M mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco_utils.py
Log Message:
-----------
[mlir][sparse][taco] Support complex types.
Support complex types of float and double. See the added test for an example.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D128076
More information about the All-commits
mailing list