2025-04-23 15:44:56 -04:00
|
|
|
#ifndef DEVICE_TABLE_COMPATIBILITY
|
|
|
|
|
#define DEVICE_TABLE_COMPATIBILITY
|
2025-05-05 15:58:57 -04:00
|
|
|
__forceinline__ __device__ void NCCL_CALL_FUNCTIONS(unsigned short funcIndex) noexcept {}
|
2025-04-23 15:44:56 -04:00
|
|
|
__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 {}
|
|
|
|
|
#endif
|