|
CUB
|
#include <stdio.h>#include <iterator>#include <limits>#include "dispatch/dispatch_histogram.cuh"#include "../util_namespace.cuh"Go to the source code of this file.
Classes | |
| struct | cub::DeviceHistogram |
DeviceHistogram provides device-wide parallel operations for constructing histogram(s) from a sequence of samples data residing within global memory.
. | |
Namespaces | |
| cub | |
| Optional outer namespace(s) | |
cub::DeviceHistogram provides device-wide parallel operations for constructing histogram(s) from a sequence of samples data residing within global memory.
Definition in file device_histogram.cuh.
1.8.4