2
0

IFC mix build (#998)

Este cometimento está contido em:
Bertan Dogancay
2023-12-02 18:49:52 -07:00
cometido por GitHub
ascendente 4ba65d1d6a
cometimento 7c0f49a878
13 ficheiros modificados com 21 adições e 19 eliminações
+1 -1
Ver ficheiro
@@ -39,7 +39,7 @@ struct ncclDevRedOpFull {
nccl##func##algo##proto
/* Declare all collective operations */
#ifdef USE_INDIRECT_FUNCTION_CALL
#if defined(USE_INDIRECT_FUNCTION_CALL) && !defined(__gfx940__) && !defined(__gfx941__) && !defined(__gfx942__)
#define DECL5(func, algo, proto, devredop, type) \
extern __device__ void NCCL_FUNC_NAME(func, algo, proto, devredop, type)(); \
extern __global__ void NCCL_KERN_NAME(func, algo, proto, devredop, type)(struct ncclDevComm* comm, uint64_t channelMask, struct ncclWork* workHead); \