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

Draft: Document asynchronous threads#371

Open
gonzalobg wants to merge 2 commits into
mainfrom
docs/async_threads
Open

Draft: Document asynchronous threads#371
gonzalobg wants to merge 2 commits into
mainfrom
docs/async_threads

Conversation

@gonzalobg

Copy link
Copy Markdown
Collaborator

No description provided.

@gonzalobg

Copy link
Copy Markdown
Collaborator Author

@daniellustig for review.

@gonzalobg

gonzalobg commented Feb 21, 2023 via email

Copy link
Copy Markdown
Collaborator Author

Comment thread docs/extended_api/memory_model.md Outdated
@daniellustig

Copy link
Copy Markdown
Contributor

Added one minor comment, otherwise LGTM

Comment thread docs/extended_api/memory_model.md Outdated
@gonzalobg

Copy link
Copy Markdown
Collaborator Author

Ready to merge @daniellustig

@hcedwar

hcedwar commented Jul 20, 2023

Copy link
Copy Markdown

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.

@miscco miscco left a comment

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
Collaborator Author

Making it a draft for the time being.

@miscco

miscco commented Jul 24, 2023

Copy link
Copy Markdown
Collaborator

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.

5 participants