Skip to main content

Module compute

Module compute 

Source
Expand description

GPU compute pipeline for chaining operations.

This module provides a high-level pipeline API for chaining GPU operations efficiently without intermediate CPU transfers.

Structs§

BatchTypeConverter
Batch data type converter for efficient bulk conversions.
ComputePipeline
GPU compute pipeline for chaining operations.
ConversionParams
Parameters for data type conversion with scaling and offset.
DataTypeConversionKernel
GPU kernel for data type conversion operations.
F32ToTypeKernel
GPU kernel for converting f32 back to other data types.
MultibandPipeline
Multi-band raster compute pipeline.

Enums§

GpuDataType
Supported GPU data types for conversion operations.