From fdad89690bc8b55e72087339d4b96e7ef53e8aee Mon Sep 17 00:00:00 2001 From: Mustafa Abduljabbar Date: Mon, 5 May 2025 15:58:57 -0400 Subject: [PATCH] Add missing MACRO to topo_expl (#1677) * Fix header compatibility --- tools/topo_expl/include/device_table.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/topo_expl/include/device_table.h b/tools/topo_expl/include/device_table.h index 7e96d7abf4..2fe40f1e01 100644 --- a/tools/topo_expl/include/device_table.h +++ b/tools/topo_expl/include/device_table.h @@ -1,5 +1,6 @@ #ifndef DEVICE_TABLE_COMPATIBILITY #define DEVICE_TABLE_COMPATIBILITY +__forceinline__ __device__ void NCCL_CALL_FUNCTIONS(unsigned short funcIndex) noexcept {} __forceinline__ __device__ void NCCL_CALL_FUNCTIONS_1(unsigned short funcIndex) noexcept {} __forceinline__ __device__ void NCCL_CALL_FUNCTIONS_2(unsigned short funcIndex) noexcept {} __forceinline__ __device__ void NCCL_CALL_FUNCTIONS_4(unsigned short funcIndex) noexcept {}