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

Allocator copy construct #66

Merged
merged 2 commits into from
Aug 24, 2023
Merged

Allocator copy construct #66

merged 2 commits into from
Aug 24, 2023

Conversation

burlen
Copy link
Contributor

@burlen burlen commented Aug 24, 2023

add fast path when copy constructing POD arrays of the same type

use hip/cuda memory management API when copy constructing POD arrays of
the same type, rather than allocate-move-copy construct.
@burlen burlen merged commit d3d8592 into master Aug 24, 2023
4 checks passed
@burlen burlen deleted the allocator_copy_construct branch August 24, 2023 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant