BGHT
BGHT copied to clipboard
Remove `==` operator from pair implementation
Atomic operations should use a memcpy
for comparison (See https://github.com/NVIDIA/cccl/issues/989). Current pair implementation uses a custom ==
operator.