Skip to content
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

Respect the share_binary_between_hosts flag #22272

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ayaka14732
Copy link
Member

Fixes #18819

@ayaka14732 ayaka14732 marked this pull request as draft July 4, 2024 10:32
@ayaka14732 ayaka14732 self-assigned this Jul 4, 2024
@ayaka14732 ayaka14732 requested a review from skye July 4, 2024 10:54
@ayaka14732 ayaka14732 marked this pull request as ready for review July 4, 2024 10:54
@ayaka14732
Copy link
Member Author

=================================== FAILURES ===================================
_______ CompilationCacheTest.test_cache_write_with_process_restriction1 ________
[gw1] linux -- Python 3.12.4 /opt/hostedtoolcache/Python/3.12.4/x64/bin/python
tests/compilation_cache_test.py:431: in test_cache_write_with_process_restriction
    self.assertEqual(files_in_directory, 0)
E   AssertionError: 1 != 0
=============================== warnings summary ===============================
tests/api_test.py::APITest::test_xla_computation_axis_env
  /home/runner/work/jax/jax/tests/api_test.py:2992: DeprecationWarning: jax.xla_computation is deprecated. Please use the AOT APIs; see https://jax.readthedocs.io/en/latest/aot.html. For example, replace xla_computation(f)(*xs) with jit(f).lower(*xs).compiler_ir('hlo'). See CHANGELOG.md for 0.4.30 for more examples.
    _ = jax.xla_computation(fn, axis_env=(('i', 8),), backend='cpu')(x)

tests/api_test.py::NamedCallTest::test_default_name
  /home/runner/work/jax/jax/tests/api_test.py:10680: DeprecationWarning: jax.xla_computation is deprecated. Please use the AOT APIs; see https://jax.readthedocs.io/en/latest/aot.html. For example, replace xla_computation(f)(*xs) with jit(f).lower(*xs).compiler_ir('hlo'). See CHANGELOG.md for 0.4.30 for more examples.
    c = jax.xla_computation(f)(2)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow compilation cache to be saved from process indices that are not process index 0
1 participant