# Timeline **Released Date: Nov. 24th, 2023** # Work Items ## Communication Features and Interfaces ### Platform support 1. * [x] **ROCm:** add ROCm support (#213) ### GPU-side communication interfaces 1. * [ ] **Interfaces:** add tile-based communication interfaces (#145) ### Host-side interfaces 1. * [ ] **Connection:** async connection setup (#167) 2. * [ ] **SmChannel:** improve constructors (#148) 3. * [ ] **Python:** Python binding for FIFO (#153) 4. * [ ] **Python:** Python binding for DeviceSyncer (#156) 5. * [x] **ProxyChannel:** warning ahead of IB CQ being full (#202) ### Transports support 1. * [ ] **IB:** add IB gather (#172) ## Development Pipeline 1. * [ ] **CI:** add code coverage (#208) 2. * [x] **Docs:** update performance numbers on readme (#217) 3. * [x] **Python Benchmark:** add Python-based mscclpp-test (#187, #204) 4. * [x] **Python Benchmark:** robust correctness test (#221) 5. * [x] **Docker:** update Dockerfiles (#223) ## Bug Fix 1. * [x] **Semaphore:** use atomic (#188) 2. * [x] **Python:** GIL release (#190) 3. * [x] **CMake:** check nvidia_peer module during build (#201) 6. * [x] **mscclpp-test:** AllReduce bug fix (#197, #220) 7. * [x] **Interfaces:** allow infinite waiting (#200) 8. * [x] **Interfaces:** fix a DeviceSyncer bug (#222)
Timeline
Released Date: Nov. 24th, 2023
Work Items
Communication Features and Interfaces
Platform support
GPU-side communication interfaces
Host-side interfaces
sm_channelconstructors need to be improved. #148)fifofrom proxy cannot be bound bynbto python #153)Transports support
Development Pipeline
Bug Fix
nvidia_peermem#201)