BGHT icon indicating copy to clipboard operation
BGHT copied to clipboard

Remove `==` operator from pair implementation

Open maawad opened this issue 2 years ago • 0 comments

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

maawad avatar Nov 15 '21 23:11 maawad