This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] gfx908 atomic fadd and atomic pk_fadd
ClosedPublic

Authored by rampitec on Jul 9 2019, 11:48 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

rampitec created this revision.Jul 9 2019, 11:48 AM

This isn't necessary for the scalar case, as atomicrmw supports fadd

This isn't necessary for the scalar case, as atomicrmw supports fadd

Lowering of IR atomics will need to be added separately. These are intrinsics and instructions.

This revision is now accepted and ready to land.Jul 10 2019, 4:18 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2019, 5:11 PM