Expand description
GPU-accelerated query operations for massive parallel processing
This module provides GPU acceleration for RDF query operations using a generic interface that can work with CUDA, OpenCL, or WebGPU backends.
Modules§
- kernels
- GPU kernel implementations (OpenCL/CUDA style)
Structs§
- GpuData
- GPU data container
- GpuDevice
- GPU device information
- GpuQuery
Executor - GPU-accelerated query executor
- GpuResults
- GPU query results
Enums§
- Aggregate
Function - Aggregate functions
- GpuBackend
- GPU backend types
- GpuOperation
- GPU operation type
- Join
Type - Join types for GPU
Traits§
- GpuAccelerated
- GPU-accelerated operations