[all-commits] [llvm/llvm-project] f513b7: [mlir] Add `ComplexType` conversion support for `c...
Rob Suderman via All-commits
all-commits at lists.llvm.org
Mon Jul 17 14:05:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f513b70d43c39e830888c9aa5a4765b449e8c4ad
https://github.com/llvm/llvm-project/commit/f513b70d43c39e830888c9aa5a4765b449e8c4ad
Author: Rob Suderman <suderman at google.com>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M mlir/lib/Dialect/Arith/Utils/CMakeLists.txt
M mlir/lib/Dialect/Arith/Utils/Utils.cpp
M mlir/lib/Dialect/Linalg/Transforms/ConvertConv2DToImg2Col.cpp
M mlir/test/Dialect/Linalg/convert-conv2d-to-img2col.mlir
Log Message:
-----------
[mlir] Add `ComplexType` conversion support for `convertScalarToDtype`
Linalg operations can include `complex` types in the src/target types.
This should include conversion between `arith` and `complex` types when
constructing `linalg` operations.
Reviewed By: kuhar
Differential Revision: https://reviews.llvm.org/D154740
More information about the All-commits
mailing list