Deprecated MSCCL API functions (#1740)

[ROCm/rccl commit: 03fba66e71]
This commit is contained in:
corey-derochie-amd
2025-06-11 17:52:09 -06:00
committed by GitHub
orang tua 99813a3288
melakukan 2e7aa3556e
5 mengubah file dengan 74 tambahan dan 56 penghapusan
+1 -1
Melihat File
@@ -139,7 +139,7 @@ typedef ncclResult_t (*ncclMemAlloc_fn_t)(void** ptr, size_t size);
typedef ncclResult_t (*ncclMemFree_fn_t)(void* ptr);
typedef ncclResult_t (*mscclLoadAlgo_fn_t)(const char* mscclAlgoFilePath,
mscclAlgoHandle_t* mscclAlgoHandle, const ncclComm_t comm);
mscclAlgoHandle_t* mscclAlgoHandle, int rank);
typedef ncclResult_t (*mscclRunAlgo_fn_t)(
const void* sendBuff, const size_t sendCounts[], const size_t sDisPls[],