eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
104 stars 8 forks source link

Test atomic::compare_and_swap() #80

Open eyalroz opened 4 years ago

eyalroz commented 4 years ago

atomic::compare_and_swap() is not covered by the unit tests right now. We need to test it. Also, consider the insights here:

https://stackoverflow.com/questions/62091548/atomiccas-for-bool-implementatin