Expand description
GPU kernels for statistical raster operations.
This module provides GPU-accelerated statistical operations including parallel reduction, histogram computation, and basic statistics.
Re-exports§
pub use compute_statistics_blocking as compute_stats_blocking;
Structs§
- Histogram
Kernel - GPU kernel for histogram computation.
- Histogram
Params - Histogram parameters.
- Reduction
Kernel - GPU kernel for parallel reduction operations.
- Statistics
- Statistics result.
Enums§
- Reduction
Op - Reduction operation type.
Functions§
- compute_
statistics - Compute basic statistics on GPU buffer.
- compute_
statistics_ blocking - Compute basic statistics synchronously.