[all-commits] [llvm/llvm-project] 5b1c5f: [mlir][sparse] Add complex number reading from files.
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Wed Jun 8 13:33:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b1c5fc53adc3a9b6ebb966634277958c7a5bac4
https://github.com/llvm/llvm-project/commit/5b1c5fc53adc3a9b6ebb966634277958c7a5bac4
Author: bixia1 <bixia at google.com>
Date: 2022-06-08 (Wed, 08 Jun 2022)
Changed paths:
M mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
M mlir/test/CMakeLists.txt
A mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_sum_c32.mlir
A mlir/test/Integration/data/test_symmetric_complex.mtx
M mlir/test/Integration/data/wide.mtx
Log Message:
-----------
[mlir][sparse] Add complex number reading from files.
Support complex numbers for Matrix Market Exchange Formats. Add a test case.
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D127138
More information about the All-commits
mailing list