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

Implement cuda::mr::pinned_memory_resource #1580

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Apr 2, 2024

This implements a memory resource allocating host pinned memory

Fixes Implement a memory_resource using cudaMallocHost and cudaFreeHost #1516

Co-authored-by: Mark Harris <[email protected]

This is a respin of #1557

@miscco miscco requested review from a team as code owners April 2, 2024 18:41
@miscco miscco changed the base branch from main to pull-request/1579 April 2, 2024 18:42
@miscco miscco requested a review from harrism April 2, 2024 18:42
@miscco miscco added feature request New feature or request. libcu++ For all items related to libcu++ labels Apr 2, 2024
@miscco miscco linked an issue Apr 2, 2024 that may be closed by this pull request
@miscco miscco force-pushed the cuda_pinned_memory_resource branch from 9a209b7 to e685c62 Compare April 2, 2024 19:17
@miscco miscco force-pushed the cuda_pinned_memory_resource branch from e685c62 to e3d287a Compare April 3, 2024 10:24
@miscco miscco force-pushed the cuda_pinned_memory_resource branch from e3d287a to 1168ea3 Compare April 3, 2024 15:30
@harrism
Copy link
Contributor

harrism commented Apr 8, 2024

@miscco
Copy link
Collaborator Author

miscco commented Apr 8, 2024

Wow, not a force push! Yay!

force_push

@miscco miscco force-pushed the cuda_pinned_memory_resource branch from 838e45b to c42ff8f Compare April 11, 2024 09:26
@miscco miscco force-pushed the cuda_pinned_memory_resource branch from c42ff8f to 1446af4 Compare April 12, 2024 06:18
@miscco miscco changed the base branch from pull-request/1579 to main April 12, 2024 06:18
@miscco miscco requested review from a team as code owners April 12, 2024 06:18
@miscco miscco force-pushed the cuda_pinned_memory_resource branch 2 times, most recently from cfb3162 to 1461043 Compare April 12, 2024 07:04
@miscco miscco enabled auto-merge (squash) April 12, 2024 07:04
@miscco miscco disabled auto-merge April 12, 2024 07:04
Fixes Implement a memory_resource using cudaMallocHost and cudaFreeHost NVIDIA#1516
@miscco miscco force-pushed the cuda_pinned_memory_resource branch from 1461043 to a058d90 Compare April 12, 2024 12:05
@miscco miscco enabled auto-merge (squash) April 12, 2024 12:06
@miscco miscco merged commit f0e6b74 into NVIDIA:main Apr 12, 2024
586 checks passed
@miscco miscco deleted the cuda_pinned_memory_resource branch June 12, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request. libcu++ For all items related to libcu++
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[FEA]: Implement a memory_resource using cudaMallocHost and cudaFreeHost
3 participants