This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] Implement __nvvm_atom_add_gen_d builtin.
ClosedPublic

Authored by jlebar on Nov 5 2017, 1:00 AM.

Details

Summary

This just seems to have been an oversight. We already supported the f64
atomic add with an explicit scope (e.g. "cta"), but not the scopeless
version.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar created this revision.Nov 5 2017, 1:00 AM
jlebar updated this revision to Diff 121620.Nov 5 2017, 1:07 AM

Fix tests.

tra accepted this revision.Nov 7 2017, 1:50 PM
This revision is now accepted and ready to land.Nov 7 2017, 1:50 PM
This revision was automatically updated to reflect the committed changes.