Skip to main content

Module statistics

Module statistics 

Source
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§

HistogramKernel
GPU kernel for histogram computation.
HistogramParams
Histogram parameters.
ReductionKernel
GPU kernel for parallel reduction operations.
Statistics
Statistics result.

Enums§

ReductionOp
Reduction operation type.

Functions§

compute_statistics
Compute basic statistics on GPU buffer.
compute_statistics_blocking
Compute basic statistics synchronously.