Skip to content

possible documentation update for the atomicAdd #2569

@YonsiG

Description

@YonsiG

Can we have a documentation of the atomic functions in alpaka? I found it confusing to use, and when I check the documentation on GitHub, I found it empty.

https://alpaka-group.github.io/alpaka/Positioning_8hpp_source.html#l00012

alpaka::hierarchy::Threads{}: atomic across all threads in a block;
alpaka::hierarchy::Blocks{}: atomic across all blocks in a grid;
alpaka::hierarchy::Grids{}: atomic for all grids (i.e. kernels) on the device.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions