Skip to content
Discussion options

You must be logged in to vote

Our data structures especially those in cuda::std:: are meant to provide access to familiar C++ features but are still standard conforming. They are also usable on both host and device and can be copied around.

Using them does not prevent any data races that would still happen with std:: data structures or even a plain bool array. That is on the user to ensure that there are no racy operations

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@SagaciousFish
Comment options

@miscco
Comment options

miscco Jun 6, 2025
Collaborator

Answer selected by SagaciousFish
@SagaciousFish
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants