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

Fences must exit #1940

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

Fences must exit #1940

wants to merge 2 commits into from

Conversation

awni
Copy link
Member

@awni awni commented Mar 7, 2025

Run:

MLX_METAL_FAST_SYNCH=1 mlx.launch -n 2 --verbose test.py
import sys
import mlx.core as mx

group = mx.distributed.init()
if group.rank() == 0:
    x = mx.distributed.recv((100,), dtype=mx.float32, src=1) * 2
    mx.eval(x)
else:
    sys.exit(-1)

@awni awni force-pushed the fences_must_exit branch from e0080c2 to 3ad9031 Compare March 7, 2025 17:28
@awni awni requested a review from angeloskath March 7, 2025 17:28
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.

2 participants