Skip to content
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

Closed
eyalroz opened this issue Mar 10, 2024 · 0 comments
Closed

Drop cuda::dynarray in favor of cuda::unique_span #610

eyalroz opened this issue Mar 10, 2024 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Mar 10, 2024

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).

@eyalroz eyalroz added the task label Mar 10, 2024
@eyalroz eyalroz self-assigned this Mar 10, 2024
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'
@eyalroz eyalroz closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant