Searched refs:combFunc (Results 1 – 4 of 4) sorted by relevance
49 ReduceCombinerFunc_t combFunc; // user combiner function member100 ReduceCombinerFunc_t combFunc; member
650 if (!(reduceDescriptions[i].combFunc = in createFromSharedObject()657 reduceDescriptions[i].combFunc = nullptr; in createFromSharedObject()
720 if (!mtls->combFunc) { in launchReduceParallel()783 if (mtls->combFunc) { in launchReduceParallel()793 mtls->combFunc(finalAccumPtr, thisAccumPtr); in launchReduceParallel()
793 mtls->combFunc = desc->combFunc; // might legally be nullptr in reduceKernelSetup()