1
0
mirror of https://github.com/ROCm/jax.git synced 2025-04-22 20:26:06 +00:00
jax authors 080804c78d Fix logging_test fails on Linux with NVIDIA Driver only.
Some GPU tests in //tests/logging_test fail on Linux with NVIDIA driver only when we use hermetic CUDA (CUDA isn't installed on Linux).

Reason: method tsl::Env::Default()->GetExecutablePath()` doesn't work properly with command flag (-c). As result subprocessor couldn't get path to logging_test.py file and convert it to path of runtime where CUDA hermetic libraries are placed.

Solution: Save python program to file in runtime directory then run script from the file.
PiperOrigin-RevId: 738152663
2025-03-18 14:51:35 -07:00
..
2024-12-18 07:46:14 +00:00
2025-03-07 04:52:58 +00:00
2024-05-25 17:46:01 +00:00
2024-10-07 12:27:35 -07:00
2025-02-18 09:44:16 +00:00