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

Update thread scope for synchronization domains #353

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

daniellustig
Copy link
Contributor

CUDA 12.0 introduced the "Memory Synchronization Domains" feature:
https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#memory-synchronization-domains

As described in that CUDA documentation, this feature changes the definition of thread_scope_device.

Update libcu++ to match that definition update.

CUDA 12.0 introduced the "Memory Synchronization Domains" feature:
https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#memory-synchronization-domains

As described in that CUDA documentation, this feature changes the
definition of `thread_scope_device`.

Update libcu++ to match that definition update.
Copy link
Collaborator

@gonzalobg gonzalobg left a comment

Choose a reason for hiding this comment

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

LGTM

@miscco miscco merged commit cada4ea into NVIDIA:main Feb 21, 2023
@miscco
Copy link
Collaborator

miscco commented Feb 21, 2023

Thanks a lot @daniellustig 🎉

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

Successfully merging this pull request may close these issues.

None yet

4 participants