The atomic functions currently only work on scalars, but might be easy to wire it up to tiles, since this is allowed by cutile-python. I can take a closer look.
I'm interesting in adding a method that operates in tile space like ct.store but for e.g. atomically adding to an array instead of overwriting.
The atomic functions currently only work on scalars, but might be easy to wire it up to tiles, since this is allowed by cutile-python. I can take a closer look.
I'm interesting in adding a method that operates in tile space like
ct.storebut for e.g. atomically adding to an array instead of overwriting.