-
Notifications
You must be signed in to change notification settings - Fork 168
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 cudaMalloc
and cudaFree
#1512
Labels
Comments
miscco
added
feature request
New feature or request.
libcu++
For all items related to libcu++
labels
Mar 7, 2024
miscco
changed the title
cudaMalloc/cudaFree
Implement a memory_resource using Mar 7, 2024
cudaMalloc
and cudaFree
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 7, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 7, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 7, 2024
I have for now removed the async interface. We do want to add a |
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 11, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 11, 2024
miscco
changed the title
Implement a memory_resource using
[FEA]: Implement a memory_resource using Mar 11, 2024
cudaMalloc
and cudaFree
cudaMalloc
and cudaFree
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 11, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 11, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 12, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 12, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 12, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Mar 12, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Apr 2, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Apr 2, 2024
miscco
added a commit
to miscco/cccl
that referenced
this issue
Apr 11, 2024
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 utilizescudaMalloc
andcudaFree
to allocate memory.That memory_resource should live in
<cuda/memory_resource>
and at least satisfy thecuda::mr::resource_with<cuda::mr::device_accessible>
requirement.Poll for the audience. Should it also satisfy
cuda::mr::async_resource_with<cuda::mr::device_accessible>
?The text was updated successfully, but these errors were encountered: