-
Notifications
You must be signed in to change notification settings - Fork 10
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
Tests failed #58
Comments
By setting
|
It seems in the original pipeline, there are some extra configurations NCCL.jl/.buildkite/pipeline.yml Lines 55 to 57 in e88e268
By setting
Now I can at least initialize
|
The error is triggered when converting CuArray into a CuPtr. And the root cause is that https://github.com/JuliaGPU/CUDA.jl/blob/d7077da2b7df32f9d0a2bced56511cdd778ab4ed/src/memory.jl#L549 the p2p access is not enabled.
However, by executing
OK, I missed the very important warning
This is reported from |
Do I need to configure anything to pass the test?
(This is a fresh new installation based on the
pytorch:24.01-py3
image)The text was updated successfully, but these errors were encountered: