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

[FEA]: Implement a memory_resource using cudaMallocManaged and cudaFree #1515

Closed
Tracked by #2128
miscco opened this issue Mar 8, 2024 · 0 comments · Fixed by #1579
Closed
Tracked by #2128

[FEA]: Implement a memory_resource using cudaMallocManaged and cudaFree #1515

miscco opened this issue Mar 8, 2024 · 0 comments · Fixed by #1579
Assignees
Labels
feature request New feature or request. libcu++ For all items related to libcu++

Comments

@miscco
Copy link
Collaborator

miscco commented Mar 8, 2024

In order to move our <memory_resource> plans forward we want to implement a memory resource that provides managed memory through cudaMallocManaged.

That memory_resource should live in <cuda/memory_resource> and satisfy the cuda::mr::resource requirement

Poll to the users: Should it simply satisfy both host_accessible and device_accessible or should we additionally add a property cuda::mr::managed

@github-project-automation github-project-automation bot moved this to Todo in CCCL Mar 8, 2024
@miscco miscco self-assigned this Mar 8, 2024
@miscco miscco added feature request New feature or request. libcu++ For all items related to libcu++ labels Mar 8, 2024
@miscco miscco changed the title cudaMallocManaged/cudaFree Implement a memory_resource using cudaMallocManaged and cudaFree Mar 8, 2024
miscco added a commit to miscco/cccl that referenced this issue Mar 11, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Mar 11, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Mar 11, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
@miscco miscco linked a pull request Mar 11, 2024 that will close this issue
@miscco miscco changed the title Implement a memory_resource using cudaMallocManaged and cudaFree [FEA]: Implement a memory_resource using cudaMallocManaged and cudaFree Mar 11, 2024
miscco added a commit to miscco/cccl that referenced this issue Mar 11, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Mar 11, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Mar 11, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
@miscco miscco removed a link to a pull request Mar 11, 2024
miscco added a commit to miscco/cccl that referenced this issue Mar 21, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Mar 21, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Mar 22, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Apr 2, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
@miscco miscco linked a pull request Apr 2, 2024 that will close this issue
miscco added a commit to miscco/cccl that referenced this issue Apr 2, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Apr 3, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Apr 3, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Apr 11, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Apr 11, 2024
miscco added a commit to miscco/cccl that referenced this issue Apr 12, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit to miscco/cccl that referenced this issue Apr 12, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` NVIDIA#1515
miscco added a commit that referenced this issue Apr 12, 2024
Fixes Implement a memory_resource using `cudaMallocManaged` and `cudaFree` #1515
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Apr 12, 2024
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 a pull request may close this issue.

1 participant