|
CUB
|
#include <stdio.h>#include <iterator>#include "dispatch/dispatch_rle.cuh"#include "dispatch/dispatch_reduce_by_key.cuh"#include "../util_namespace.cuh"Go to the source code of this file.
Classes | |
| struct | cub::DeviceRunLengthEncode |
DeviceRunLengthEncode provides device-wide, parallel operations for demarcating "runs" of same-valued items within a sequence residing within global memory.
. | |
Namespaces | |
| cub | |
| Optional outer namespace(s) | |
cub::DeviceRunLengthEncode provides device-wide, parallel operations for computing a run-length encoding across a sequence of data items residing within global memory.
Definition in file device_run_length_encode.cuh.
1.8.4