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§
- Batch
Type Converter - Batch data type converter for efficient bulk conversions.
- Compute
Pipeline - GPU compute pipeline for chaining operations.
- Conversion
Params - Parameters for data type conversion with scaling and offset.
- Data
Type Conversion Kernel - GPU kernel for data type conversion operations.
- F32To
Type Kernel - GPU kernel for converting f32 back to other data types.
- Multiband
Pipeline - Multi-band raster compute pipeline.
Enums§
- GpuData
Type - Supported GPU data types for conversion operations.