7 строки
353 B
C
7 строки
353 B
C
|
|
#ifndef DEVICE_TABLE_COMPATIBILITY
|
||
|
|
#define DEVICE_TABLE_COMPATIBILITY
|
||
|
|
__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
|