This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] add AtomicFAddEXTOp
ClosedPublic

Authored by Hardcode84 on Nov 12 2021, 5:39 AM.

Diff Detail

Event Timeline

Hardcode84 created this revision.Nov 12 2021, 5:39 AM
Hardcode84 requested review of this revision.Nov 12 2021, 5:39 AM
antiagainst accepted this revision.Nov 15 2021, 12:06 PM

Thanks! Just a few nits.

mlir/include/mlir/Dialect/SPIRV/IR/SPIRVAtomicOps.td
288

Could you provide some documentation for this op after the AutoGen section?

mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
760

Nit: StringifyTypeName?

This revision is now accepted and ready to land.Nov 15 2021, 12:06 PM
This revision was automatically updated to reflect the committed changes.
Hardcode84 marked an inline comment as done.Nov 16 2021, 3:31 AM
Hardcode84 added inline comments.