|
CUB
|
#include <stdio.h>#include <iterator>#include "dispatch/dispatch_scan.cuh"#include "../util_namespace.cuh"Go to the source code of this file.
Classes | |
| struct | cub::DeviceScan |
DeviceScan provides device-wide, parallel operations for computing a prefix scan across a sequence of data items residing within global memory.
. | |
Namespaces | |
| cub | |
| Optional outer namespace(s) | |
cub::DeviceScan provides device-wide, parallel operations for computing a prefix scan across a sequence of data items residing within global memory.
Definition in file device_scan.cuh.
1.8.4