Skip to main content

Module gpu

Module gpu 

Source
Expand description

GPU context, compute pipeline management, and kernel dispatch.

GpuContext owns the wgpu device/queue and all pre-compiled compute pipelines needed for MSM, NTT, and polynomial operations.

Modules§

curve
Curve abstraction for GPU proving.

Structs§

GpuContext
HPolyBuffers
GPU buffers required for the H polynomial pipeline.
MsmBuffers
GPU buffers required for an MSM dispatch.