-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop cuda::dynarray in favor of cuda::unique_span #610
Labels
Comments
eyalroz
added a commit
that referenced
this issue
Mar 10, 2024
…td::vector<T>`'s, effectively) with `cuda::unique_span<T>`'s, and make sure they're padded by an extra allocated character set to '\0'
eyalroz
added a commit
that referenced
this issue
Mar 11, 2024
…td::vector<T>`'s, effectively) with `cuda::unique_span<T>`'s, and make sure they're padded by an extra allocated character set to '\0'
eyalroz
added a commit
that referenced
this issue
Mar 11, 2024
…td::vector<T>`'s, effectively) with `cuda::unique_span<T>`'s, and make sure they're padded by an extra allocated character set to '\0'
eyalroz
added a commit
that referenced
this issue
Mar 18, 2024
…td::vector<T>`'s, effectively) with `cuda::unique_span<T>`'s, and make sure they're padded by an extra allocated character set to '\0'
eyalroz
added a commit
that referenced
this issue
Mar 29, 2024
…td::vector<T>`'s, effectively) with `cuda::unique_span<T>`'s, and make sure they're padded by an extra allocated character set to '\0'
eyalroz
added a commit
that referenced
this issue
Apr 20, 2024
…td::vector<T>`'s, effectively) with `cuda::unique_span<T>`'s, and make sure they're padded by an extra allocated character set to '\0'
eyalroz
added a commit
that referenced
this issue
Apr 29, 2024
…td::vector<T>`'s, effectively) with `cuda::unique_span<T>`'s, and make sure they're padded by an extra allocated character set to '\0'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We no longer need those silly dynarray's - we have uniqe_span's now, which can save the same purpose (and are not really CUDA-specific, so they work just fine for plain old host-only memory).
The text was updated successfully, but these errors were encountered: