-
Notifications
You must be signed in to change notification settings - Fork 196
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
Labels
Comments
cudaMallocManaged
and cudaFree
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
cudaMallocManaged
and cudaFree
cudaMallocManaged
and cudaFree
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
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
This was referenced Apr 2, 2024
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
requirementPoll to the users: Should it simply satisfy both
host_accessible
anddevice_accessible
or should we additionally add a propertycuda::mr::managed
The text was updated successfully, but these errors were encountered: