Searched refs:outFunc (Results 1 – 4 of 4) sorted by relevance
50 ReduceOutConverterFunc_t outFunc; // user outconverter function member101 ReduceOutConverterFunc_t outFunc; member
514 if (mtls->outFunc) { in reduce_get_accumulator()680 uint8_t *const accumPtr = (mtls->outFunc in launchReduceSerial()704 if (mtls->outFunc) { in launchReduceSerial()705 mtls->outFunc(mtls->redp.outPtr[0], accumPtr); in launchReduceSerial()730 const uint32_t numAllocAccum = numThreads - (mtls->outFunc == nullptr); in launchReduceParallel()776 uint8_t *finalAccumPtr = (mtls->outFunc ? nullptr : mtls->redp.outPtr[0]); in launchReduceParallel()810 if (mtls->outFunc) { in launchReduceParallel()811 mtls->outFunc(mtls->redp.outPtr[0], finalAccumPtr); in launchReduceParallel()
663 if (!(reduceDescriptions[i].outFunc = in createFromSharedObject()670 reduceDescriptions[i].outFunc = nullptr; in createFromSharedObject()
794 mtls->outFunc = desc->outFunc; // might legally be nullptr in reduceKernelSetup()