Skip to content

Commit e79eca6

Browse files
Merge pull request jax-ml#24854 from hurryabit:is_cache_used-return-bool
PiperOrigin-RevId: 695688910
2 parents 2582a33 + 31e42d8 commit e79eca6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jax/_src/compilation_cache.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ def is_cache_used(backend: xla_client.Client) -> bool:
8484
_cache_used = True
8585
return _cache_used
8686

87+
return False
88+
8789

8890
def get_file_cache(path: str) -> tuple[CacheInterface, str] | None:
8991
"""Returns the file cache and the path to the cache."""

0 commit comments

Comments
 (0)