You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In the test/unit/atomic directory, we have uneven testing of atomics across CUDA, HIP, and OpenMP, and no atomic testing for SYCL or OpenMP target offload.
Describe the solution you'd like
Work through the atomic test we have to make sure all atomic operations are tested, including RAJA atomics and desul atomics, for all RAJA back-ends. Try to unify as much as possible to eliminate conditionally-compiled code where possible and follow the test parameterization patterns we use in other tests.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or information about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In the test/unit/atomic directory, we have uneven testing of atomics across CUDA, HIP, and OpenMP, and no atomic testing for SYCL or OpenMP target offload.
Describe the solution you'd like
Work through the atomic test we have to make sure all atomic operations are tested, including RAJA atomics and desul atomics, for all RAJA back-ends. Try to unify as much as possible to eliminate conditionally-compiled code where possible and follow the test parameterization patterns we use in other tests.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or information about the feature request here.
The text was updated successfully, but these errors were encountered: