Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Do not move arrival_token in barrier::try_wait #499

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahendriksen
Copy link

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

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
@miscco
Copy link
Collaborator

miscco commented Jul 27, 2023

Hi @ahendriksen

Could you please reopen the PR against our new monorepo https://github.com/NVIDIA/cccl

@ahendriksen
Copy link
Author

I have moved the PR to NVIDIA/cccl#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?

@miscco
Copy link
Collaborator

miscco commented Jul 28, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants