#include "ProfileHooks.h"
Go to the source code of this file.
Functions | |
template<typename T> long | dev_excl_scan_sum_tmpsz (T *in_d, long nitems, T *out_d, T ival) |
template<typename T> void | dev_excl_scan_sum (T *in_d, long nitems, T *out_d, void *scanwork_d, long tsz, T ival) |
template<typename T> long | dev_incl_scan_sum_tmpsz (T *in_d, long nitems, T *out_d) |
template<typename T> void | dev_incl_scan_sum (T *in_d, long nitems, T *out_d, void *scanwork_d, long tsz) |
Definition in file CUDAParPrefixOps.h.
|
Definition at line 136 of file CUDAParPrefixOps.cu. Referenced by sequentialize_groups_cuda. |
|
Definition at line 130 of file CUDAParPrefixOps.cu. Referenced by sequentialize_groups_cuda. |
|
Definition at line 159 of file CUDAParPrefixOps.cu. |
|
Definition at line 154 of file CUDAParPrefixOps.cu. |