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
Currently, CUDA-aware MPI may fail on some GPUs because of an issue with the CUDA.resize! function used in the buffer allocation:
CUDA.resize!
Chmy.jl/src/Distributed/stack_allocator.jl
Line 45 in c011eef
A fix got merged in CUDA.jl JuliaGPU/CUDA.jl#2613 and a patch release should be tagged soon.
The text was updated successfully, but these errors were encountered:
Closing this as the fix got released https://github.com/JuliaGPU/CUDA.jl/releases/tag/v5.6.1
Sorry, something went wrong.
No branches or pull requests
Currently, CUDA-aware MPI may fail on some GPUs because of an issue with the
CUDA.resize!
function used in the buffer allocation:Chmy.jl/src/Distributed/stack_allocator.jl
Line 45 in c011eef
A fix got merged in CUDA.jl JuliaGPU/CUDA.jl#2613 and a patch release should be tagged soon.
The text was updated successfully, but these errors were encountered: