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] Add a streaming async cudaMalloc/cudaFree allocator to be used with make_tensor #221

Closed
luitjens opened this issue Jul 20, 2022 · 0 comments

Comments

@luitjens
Copy link
Collaborator

The goal here is to allow people to create tensors on the fly without syncing. These tensors could not use managed memory at this time.

API example:

auto t = make_tensor(matxAsyncAllocator(stream), {size0, size1, ...});

luitjens added a commit that referenced this issue Sep 7, 2022
cliffburdick pushed a commit that referenced this issue Dec 8, 2023
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

No branches or pull requests

1 participant