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

Fixing RegisterMemory Allocation for ProxyChannels #353

Merged
merged 22 commits into from
Sep 25, 2024
Merged

Conversation

caiomcbr
Copy link
Contributor

No description provided.

caiomcbr and others added 12 commits September 13, 2024 21:26
Current semaphore construction requires two-way communication, e.g., to
construct a semaphore signaling from rank 0 to rank 1, both rank 0 and
rank 1 need to send a message to each other. This PR fixes an executor
bug that fails to conduct two-way communication for constructing such
one-way semaphores, and instead hangs during the semaphore construction.
In the future, we may need to change the implementation to construct
semaphore via one-way communication.

---------

Co-authored-by: Changho Hwang <[email protected]>
python/test/executor_test.py Outdated Show resolved Hide resolved
python/test/executor_test.py Outdated Show resolved Hide resolved
python/test/executor_test.py Outdated Show resolved Hide resolved
python/test/executor_test.py Outdated Show resolved Hide resolved
python/test/executor_test.py Outdated Show resolved Hide resolved
python/test/executor_test.py Outdated Show resolved Hide resolved
src/executor/executor.cc Outdated Show resolved Hide resolved
@caiomcbr caiomcbr force-pushed the caiorocha/pc-test-new branch 2 times, most recently from 68ba3d4 to 42ec1a2 Compare September 24, 2024 20:43
python/test/executor_test.py Outdated Show resolved Hide resolved
python/test/executor_test.py Outdated Show resolved Hide resolved
@chhwang chhwang enabled auto-merge (squash) September 25, 2024 06:01
@chhwang chhwang merged commit 08a0cec into main Sep 25, 2024
19 checks passed
@chhwang chhwang deleted the caiorocha/pc-test-new branch September 25, 2024 06:01
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.

3 participants