-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Remove UCX environment variables from __init__, document in knownissues.md #370
Conversation
Hmm, looks like it isn't fixed! |
Hmm, if I don't set |
Okay, the error on CI here appears to be different: JuliaGPU/GPUArrays.jl#266 |
Okay, this is the simplest example I can come up with:
If I run it without
Looks like it could be related to openucx/ucx#4988? |
Hmm, the gdb backtrace suggests it isn't detecting that it is a CuArray correctly:
|
Whie the RPATH issue is now fixed in UCX 1.7.0 and later, it appears that the memory cache still does not work correctly. Switching to using `UCX_MEMTYPE_CACHE=no` produces fewer warning messages.
I've switched to using |
The underlying issue is now fixed in UCX 1.7.0 and later, so we can disable these hooks for now. I've added a known issues section to the docs, and included this there.