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

Missing support for asynchronous copying using CUDA_MEMCPY2D and CUDA_MEMCPY3D_PEER parameters #688

Open
eyalroz opened this issue Oct 20, 2024 · 0 comments
Labels

Comments

@eyalroz
Copy link
Owner

eyalroz commented Oct 20, 2024

We currently support copying using the comprehensive copy parameter structures, for 2D and for 3D, but - we do not support such scheduling such copies on streams. Let's add that support.

@eyalroz eyalroz added the task label Oct 20, 2024
eyalroz added a commit that referenced this issue Oct 21, 2024
* All copy functions now take an optional stream via an `optional_ref` parameter;
* No longer using the `cuda::memory::async` subnamespace for any copy functions; they are all directly in `cuda::memory`
* Fixes #688: Now supporting async copy using copy parameters structures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant