Merge pull request #1559 from BertanDogancay/2.23

[SYNC] 2.23.4-1

[ROCm/rccl commit: 532f54c244]
This commit is contained in:
Bertan Dogancay
2025-03-28 17:06:56 -04:00
zatwierdzone przez GitHub
92 zmienionych plików z 7322 dodań i 2168 usunięć
+2 -1
Wyświetl plik
@@ -55,7 +55,7 @@ typedef enum {
ncclNumFuncs = 9
} ncclFunc_t;
#define NCCL_NUM_ALGORITHMS 6 // Tree/Ring/CollNet*
#define NCCL_NUM_ALGORITHMS 7 // Tree/Ring/CollNet*
#define NCCL_ALGO_UNDEF -1
#define NCCL_ALGO_TREE 0
#define NCCL_ALGO_RING 1
@@ -63,6 +63,7 @@ typedef enum {
#define NCCL_ALGO_COLLNET_CHAIN 3
#define NCCL_ALGO_NVLS 4
#define NCCL_ALGO_NVLS_TREE 5
#define NCCL_ALGO_PAT 6
#define NCCL_NUM_PROTOCOLS 3 // Simple/LL/LL128
#define NCCL_PROTO_UNDEF -1