Skip to content

Add atomic tests that use the returned value #2056

Description

@adayton1

RAJA atomic operations not only perform an update but also return the value observed before the update. Our testing only appears to check that the atomic updates are correct. We are missing tests that check that the returned values are correct (or at least sensical).

For example, with an atomic increment we could check that all the values between 0 and a certain number are returned with no duplicates.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions