Fix build issues caused by 2.24.3 sync (#118)

[ROCm/rccl-tests commit: a4fd8f4667]
Tento commit je obsažen v:
Rahul Vaidya
2025-04-28 10:22:38 -05:00
odevzdal GitHub
rodič 3f962f5d58
revize 10c31fb05f
3 změnil soubory, kde provedl 12 přidání a 1 odebrání
+6
Zobrazit soubor
@@ -22,6 +22,12 @@
#include <fstream>
#include <iostream>
// Ensures backward compatibility for FP8 types in RCCL 2.24.3 and later
#if NCCL_VERSION_CODE >= NCCL_VERSION(2,24,3)
#define ncclFp8E4M3 ncclFloat8e4m3
#define ncclFp8E5M2 ncclFloat8e5m2
#endif
// For nccl.h < 2.13 since we define a weak fallback
extern "C" char const* ncclGetLastError(ncclComm_t comm);