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

Draft: Document asynchronous threads #371

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

gonzalobg
Copy link
Collaborator

No description provided.

@gonzalobg
Copy link
Collaborator Author

@daniellustig for review.

@gonzalobg
Copy link
Collaborator Author

gonzalobg commented Feb 21, 2023 via email

@daniellustig
Copy link
Contributor

Added one minor comment, otherwise LGTM

@gonzalobg
Copy link
Collaborator Author

Ready to merge @daniellustig

@hcedwar
Copy link

hcedwar commented Jul 20, 2023

Initiation of an async-operation (memcpy_async) is not required to spawn a new async-thread. It synchronizes-with an async-thread (could spawn) which is responsible for eventual completion of the async-operation.

Copy link
Collaborator

@miscco miscco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that the __as-if__ in the wording is sufficient to make clear that we do not in fact spawn a new thread

@gonzalobg gonzalobg changed the title Document asynchronous threads Draft: Document asynchronous threads Jul 24, 2023
@gonzalobg
Copy link
Collaborator Author

Making it a draft for the time being.

@miscco
Copy link
Collaborator

miscco commented Jul 24, 2023

Could you also please reopen this against the cccl repo?

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

5 participants