Files
mscclpp/python/test
Binyang Li be6a941fba New DSL implementation (#579)
The PR contains following changes:
Python side:
- Channel based DSL implementation: decouple channel with chunk.
- Users create channel explicitly, only need local_rank, remote_rank and
channel_type
- Adjust executor json file, add remote_buffer fields, different op can
use different channel and remote buffers combination.
- Reimplement operation fusion, data dependency check mechanism
- Add new op such as semaphore, pipeline 
- Clean code and enhance document
C++ side: 
- Support new execution file json format
- Support semaphore and pipeline operation
- code clean, support non-zero copy scenario

---------

Co-authored-by: Caio Rocha <caiorocha@microsoft.com>
Co-authored-by: Changho Hwang <changhohwang@microsoft.com>
2025-08-09 00:36:20 -07:00
..
2025-07-11 23:53:59 +00:00
2023-09-01 21:22:11 +08:00
2025-01-24 14:25:31 -08:00
2025-08-09 00:36:20 -07:00
2023-11-16 12:45:25 +08:00
2025-07-12 00:33:03 +00:00
2025-08-09 00:36:20 -07:00