Skip to main content

Module kernels

Module kernels 

Source
Expand description

GPU compute kernels library

This module provides a comprehensive library of GPU compute kernels for common image and signal processing operations.

Re-exports§

pub use color::ColorConversionKernel;
pub use color::ColorSpace as KernelColorSpace;
pub use filter::ConvolutionKernel;
pub use filter::FilterKernel;
pub use reduce::ReduceKernel;
pub use reduce::ReduceOp;
pub use resize::ResizeFilter;
pub use resize::ResizeKernel;
pub use transform::TransformKernel;
pub use transform::TransformType;

Modules§

color
Color space conversion kernels
filter
Image filtering and convolution kernels
reduce
Reduction operations (sum, min, max, histogram)
resize
Image resize kernels with various interpolation methods
transform
Transform operations (DCT, FFT, geometric transforms)

Structs§

KernelStats
Kernel execution statistics