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

Incorporate async-compatible, process-subset-compatible barrier function. With this API, barrier names must be completely unique, and many places must be adjusted to take this into account. There is also an issue with inconsistency between jax.process_index() and distributed.client.process_id, which is resolved by initialize_runtime_to_distributed_ids. This function will be removed as soon as the discrepancy is resolved. #879

Merged
merged 1 commit into from
May 21, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented May 14, 2024

Incorporate async-compatible, process-subset-compatible barrier function. With this API, barrier names must be completely unique, and many places must be adjusted to take this into account. There is also an issue with inconsistency between jax.process_index() and distributed.client.process_id, which is resolved by initialize_runtime_to_distributed_ids. This function will be removed as soon as the discrepancy is resolved.

Adds a test decorator to allow testing code that uses this barrier, since barrier name collisions between test cases exercising the same code caused problems.

Set async checkpointing to true by default for the emergency.CheckpointManager.

@copybara-service copybara-service bot force-pushed the test_632624042 branch 12 times, most recently from cb1e253 to 7996dcc Compare May 21, 2024 21:17
…ion. With this API, barrier names must be completely unique, and many places must be adjusted to take this into account. There is also an issue with inconsistency between `jax.process_index()` and `distributed.client.process_id`, which is resolved by `initialize_runtime_to_distributed_ids`. This function will be removed as soon as the discrepancy is resolved.

Adds a test decorator to allow testing code that uses this barrier, since barrier name collisions between test cases exercising the same code caused problems.

Set async checkpointing to true by default for the emergency.CheckpointManager.

PiperOrigin-RevId: 635927075
@copybara-service copybara-service bot merged commit 4291e7d into main May 21, 2024
@copybara-service copybara-service bot deleted the test_632624042 branch May 21, 2024 21:22
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.

None yet

1 participant