Do not move arrival_token in barrier::try_wait
Take a mutable reference instead.
Moving the token into try_wait makes no sense. The caller has to be able to retry the try wait with the same token.
For more details and C++ spec, see:
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2643r1.html
Hi @ahendriksen
Could you please reopen the PR against our new monorepo https://github.com/NVIDIA/cccl
I have moved the PR to https://github.com/NVIDIA/cccl/pull/283
What is the status of this repository? Are some or all pull requests redirected to cccl? I thought I might have overlooked some documentation, but the contributing guide tells me to open a PR?
What is the status of this repository? Are some or all pull requests redirected to cccl? I thought I might have overlooked some documentation, but the contributing guide tells me to open a PR?
The status is the unfortunate "in transition"
We are almost done setting everything up with cccl, so that this repo will be archived afaik