|
Blender V4.3
|
#include "util/atomic.h"Go to the source code of this file.
Macros | |
| #define | GPU_PARALLEL_PREFIX_SUM_DEFAULT_BLOCK_SIZE 512 |
Functions | |
| __device__ void | gpu_parallel_prefix_sum (const int global_id, ccl_global int *counter, ccl_global int *prefix_sum, const int num_values) |
| #define GPU_PARALLEL_PREFIX_SUM_DEFAULT_BLOCK_SIZE 512 |
Definition at line 21 of file parallel_prefix_sum.h.
| __device__ void gpu_parallel_prefix_sum | ( | const int | global_id, |
| ccl_global int * | counter, | ||
| ccl_global int * | prefix_sum, | ||
| const int | num_values ) |
Definition at line 24 of file parallel_prefix_sum.h.