add support for indexing in `@atomic` macro #54707
add modify, swap, replace for GenericMemory at index
8078aa5a
add atomic getindex, setindex, setindexonce
7a048a04
implement @atomic macros for indexing
e829265d
add tests for @atomic indexing
c7f721c8
kalmarek
force pushed
from
190287c7
to
c7f721c8
1 year ago
kalmarek
changed the title implement `(modify|swap|replace)index!` for GenericMemory add support for indexing in `@atomic` macro 1 year ago
wrap for @atomic tests in @testset
6980cd32
test atomic index operations on variety of types
2b9cd4f1
Merge branch 'master' into mk/atomic_macro_memory
5aa0a483
document @atomic memory refs functionality
31933796
add new @atomic functionality to language features
9760b731
kalmarek
force pushed
from
cabf0629
to
9760b731
1 year ago
update AtomicMemory docstring
f4e6ca25
addend is the noun form of added (not a typo)
42bb2661
add suffix `_atomic` to (swap|modify|replace)index!
b2343da0
@atomic macros: add support for Vararg indices
c04437e7
generate vararg methods for atomic indexing fns
86b7dab0
[whitespace] signatures in one line when possible
21381105
Merge branch 'master' into mk/atomic_macro_memory
a9921339
fix doctests
c8bc0302
Assignees
No one assigned
Labels
arrays
feature
atomics
Login to write a write a comment.
Login via GitHub