We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a meta issue to track the state of CUDA managed and async memory support.
cudaMallocAsync
UCX_RNDV_SCHEME=auto UCX_RNDV_FRAG_MEM_TYPE=cuda
UCX_RNDV_FRAG_MEM_TYPE=cuda
UCP_REQUEST_FLAG_RNDV_FRAG
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a meta issue to track the state of CUDA managed and async memory support.
cudaMallocAsync
support: done in UCM/CUDA: Add support for CUDA virtual memory withcudaMallocAsync
openucx/ucx#8623, available starting from UCX 1.14+)UCX_RNDV_SCHEME=auto UCX_RNDV_FRAG_MEM_TYPE=cuda
): done in Add RMM managed memory argument to benchmarks #836UCX_RNDV_FRAG_MEM_TYPE=cuda
: blocked byUCP_REQUEST_FLAG_RNDV_FRAG
assertion failure with endpoint error handling openucx/ucx#8639, will land with UCX protov2 (default in UCX 1.16)The text was updated successfully, but these errors were encountered: