Files
mscclpp/src
Binyang Li 26a87535f9 Fix bug for construct sempaphore (#341)
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 <changhohwang@microsoft.com>
2024-09-04 19:42:03 +08:00
..
2024-04-25 11:06:43 -07:00
2024-04-25 11:06:43 -07:00
2024-04-25 11:06:43 -07:00
2023-11-24 16:41:56 +08:00
2023-11-24 16:41:56 +08:00
2024-03-27 10:24:24 +08:00
2023-11-24 16:41:56 +08:00
2024-04-25 11:06:43 -07:00
2023-11-24 16:41:56 +08:00
2023-09-01 21:22:11 +08:00
2024-05-25 23:12:57 -07:00
2024-02-04 20:46:10 -08:00