This commit adds support for arith.extf in the supported list of
elementwise ops for subgroup MMA ops, and enables lowering to
SPIR-V.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Added a comment, but approving.
mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp | ||
---|---|---|
217 | It's not immediately clear to me, why this restriction is needed. Maybe a comment on that? |
Comment Actions
Address comments
mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp | ||
---|---|---|
217 | Yeah, was trying to be conservative; actually not strictly needed. Dropped. |
It's not immediately clear to me, why this restriction is needed. Maybe a comment on that?