[all-commits] [llvm/llvm-project] 42e5f4: [mlir] Support complex numbers in Linalg promotion
Tres via All-commits
all-commits at lists.llvm.org
Thu Apr 29 02:59:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42e5f42215c098face7f835f1a5a223409b85f69
https://github.com/llvm/llvm-project/commit/42e5f42215c098face7f835f1a5a223409b85f69
Author: Tres Popp <tpopp at google.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
M mlir/test/Dialect/Linalg/transform-patterns.mlir
M mlir/test/lib/Transforms/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir] Support complex numbers in Linalg promotion
FillOp allows complex ops, and filling a properly sized buffer with
a default zero complex number is implemented.
Differential Revision: https://reviews.llvm.org/D99939
More information about the All-commits
mailing list