Skip to content

Commit a8b7f0c

Browse files
committed
Update README file
1 parent b190d87 commit a8b7f0c

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,13 @@ jobs:
7777
export MPI_HOME=/usr/local/mpi
7878
make
7979
80+
- name: Wait for gpu free
81+
run: |
82+
cd /__w/FlagCX/FlagCX/test/script
83+
source _gpu_check.sh
84+
wait_for_gpu
85+
8086
- name: Run unit tests with mpirun
8187
run: |
8288
cd /__w/FlagCX/FlagCX/test/unittest
83-
source ../script/_gpu_check.sh
84-
wait_for_gpu
8589
mpirun -np 8 ./build/bin/main
86-

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
- Delivers 11 heterogeneous collective communication algorithms, including both P2P and collective ops.
77
- Provides a full-stack open-source solution, FlagScale + FlagCX, for efficient heterogeneous training.
88
- Natively integrated into PaddlePaddle [v3.0.0](https://github.com/PaddlePaddle/Paddle/tree/v3.0.0), with support for both dynamic and static graphs.
9+
- **[2025/05]** Released [v0.2](https://github.com/FlagOpen/FlagCX/tree/release/v0.2):
10+
- Supports three additional native communications libraries—MCCL, XCCL and DUCCL—with automatic topology detection.
11+
- Enables 11 heterogeneous collective communication operations using the originally proposed C2C(Cluster-to-Cluster) algorithm, fully supporting both single-NIC and multi-NIC setups.
912

1013
## About
1114

0 commit comments

Comments
 (0)