Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill in missing atomic tests and unify #1764

Open
rhornung67 opened this issue Nov 11, 2024 · 0 comments
Open

Fill in missing atomic tests and unify #1764

rhornung67 opened this issue Nov 11, 2024 · 0 comments

Comments

@rhornung67
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant