This lets linalg.dot and friends lower to a complex muladd using ops
from the complex dialect.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125461
[mlir][linalg] Add lowering of named ops on complex numbers ClosedPublic Authored by bkramer on May 12 2022, 4:37 AM.
Details Summary This lets linalg.dot and friends lower to a complex muladd using ops
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 12 2022, 4:45 AM This revision was landed with ongoing or failed builds.May 12 2022, 4:47 AM Closed by commit rG303638248ab1: [mlir][linalg] Add lowering of named ops on complex numbers (authored by bkramer). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 428907 mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
mlir/test/Dialect/Linalg/generalize-named-ops.mlir
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
|