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
- HPoly
Buffers - GPU buffers required for the H polynomial pipeline.
- MsmBuffers
- GPU buffers required for an MSM dispatch.