Skip to content

Commit

Permalink
TL/CUDA: remove unused atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
ikryukov committed Nov 22, 2024
1 parent c313e48 commit dba6666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/ucc_atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#define ucc_atomic_add64 ucs_atomic_add64
#define ucc_atomic_sub64 ucs_atomic_sub64
#define ucc_atomic_cswap8 ucs_atomic_cswap8
#define ucc_atomic_cswap32 ucs_atomic_cswap32
#define ucc_atomic_cswap64 ucs_atomic_cswap64
#define ucc_atomic_bool_cswap8 ucs_atomic_bool_cswap8
#define ucc_atomic_bool_cswap64 ucs_atomic_bool_cswap64
Expand Down

0 comments on commit dba6666

Please sign in to comment.