Skip to content

Commit b57e5e2

Browse files
authored
Update README for an experimental optimization branch (#512)
Signed-off-by: wangfakang <fakangwang@gmail.com>
1 parent 1300811 commit b57e5e2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,11 @@ This code repository is released under [the MIT License](LICENSE), except for co
337337
- Fine-grained communication-computation overlap for single-batch scenarios
338338
- PCIe kernel support for non-NVLink environments
339339
- NVFP4 data type support
340+
- [AntGroup-Opt](https://github.com/deepseek-ai/DeepEP/tree/antgroup-opt)
341+
- This optimization series is authored by **AntGroup Network Platform Department**
342+
- [Normal-SMFree](https://github.com/deepseek-ai/DeepEP/pull/347) Eliminating SM from RDMA path by decoupling comm-kernel execution from NIC token transfer, freeing SMs for compute
343+
- [LL-SBO](https://github.com/deepseek-ai/DeepEP/pull/483) Overlapping Down GEMM computation with Combine Send communication via signaling mechanism to reduce end-to-end latency
344+
- [LL-Layered](https://github.com/deepseek-ai/DeepEP/pull/500) Optimizing cross-node LL operator communication using rail-optimized forwarding and data merging to reduce latency
340345

341346
## Community Forks
342347

0 commit comments

Comments
 (0)