[all-commits] [llvm/llvm-project] 8d615a: [mlir][sparse] fix crash on sparse_tensor.foreach ...
PeimingLiu via All-commits
all-commits at lists.llvm.org
Thu Nov 17 11:36:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d615a23ef781c91da06e45337229c19f2c777d7
https://github.com/llvm/llvm-project/commit/8d615a23ef781c91da06e45337229c19f2c777d7
Author: Peiming Liu <peiming at google.com>
Date: 2022-11-17 (Thu, 17 Nov 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_complex_ops.mlir
Log Message:
-----------
[mlir][sparse] fix crash on sparse_tensor.foreach operation on tensors with complex<T> elements.
Reviewed By: aartbik, bixia
Differential Revision: https://reviews.llvm.org/D138223
More information about the All-commits
mailing list