|
std::vector< void(*)(BatchesHandle)> | RooBatchCompute::RF_ARCH::getFunctions () |
| Returns a std::vector of pointers to the compute functions in this file.
|
|
__global__ void | RooBatchCompute::RF_ARCH::kahanSum (const double *__restrict__ input, const double *__restrict__ carries, size_t n, double *__restrict__ result, bool nll) |
|
__device__ void | RooBatchCompute::RF_ARCH::kahanSumReduction (double *shared, size_t n, double *__restrict__ result, int carry_index) |
|
__device__ void | RooBatchCompute::RF_ARCH::kahanSumUpdate (double &sum, double &carry, double a, double otherCarry) |
|
__global__ void | RooBatchCompute::RF_ARCH::nllSumKernel (const double *__restrict__ probas, const double *__restrict__ weights, const double *__restrict__ offsetProbas, size_t n, double *__restrict__ result) |
|