Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NVPTX] Use atomicrmw fadd instead of intrinsics | Benjamin Kramer | 2019-07-11 | 1 | -0/+11 |
| | | | | | | AutoUpgrade the old intrinsics to atomicrmw fadd. llvm-svn: 365796 | ||||
* | [NVPTX] Implement __nvvm_atom_add_gen_d builtin. | Justin Lebar | 2017-11-07 | 1 | -0/+19 |
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. Reviewers: tra Subscribers: jholewinski, sanjoy, cfe-commits, llvm-commits, hiraditya Differential Revision: https://reviews.llvm.org/D39638 llvm-svn: 317623 |