Closed
Description
Currently the tests in AtomicRef
for the generic address space are separated in different *_generic.cpp
files just to let us disable them on CUDA. After support for the generic address space is added to the CUDA backend, the tests should be enabled and can be merged into the .cpp files for the tests with the global address space.
See also: #5215