← Back to events
ActiveAIRelease

trunk/116ef9f69829d7e8ab511eb65951ce5a1a089075: test_cuda: propagate LD_LIBRARY_PATH in subprocess_env() (#197163)

Photo: PyTorch Releases

What happened

Motivation TestCudaAllocator::test_allocator_backend spawns sys.executable as a subprocess with env={}, stripping LD_LIBRARY_PATH . On GitHub Actions runners where actions/setup-python installs Python dynamically, any .so is only reachable via LD_LIBRARY_PATH or the subprocess exits 127. GitHub issue: ROCm/TheRock#7800 Technical Details The non-Windows branch of subprocess_env() returned an empty dict, which complet…

Summary assembled by rule from the sources below

Why it's spreading

Sources