Module gpu

Module gpu 

Source
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
GpuQueryExecutor
GPU-accelerated query executor
GpuResults
GPU query results

Enums§

AggregateFunction
Aggregate functions
GpuBackend
GPU backend types
GpuOperation
GPU operation type
JoinType
Join types for GPU

Traits§

GpuAccelerated
GPU-accelerated operations