Expand description
Subspace proof of space plotting on the GPU via wgpu (Vulkan/Metal).
Host-only: proofs are produced on the GPU by the vendored ab-proof-of-space-gpu, and records
are encoded here with subspace’s KZG scheme, so a GPU-plotted sector reads back byte-for-byte the
same as the CPU one.
Structs§
- Device
- Wrapper data structure encapsulating a single compatible device
- Wgpu
Device - A single wgpu proof-of-space encoder (one GPU queue) plus the erasure coding used to encode records host-side.
Enums§
- Backend
- Backends supported by wgpu.
- Device
Type - Supported physical device types.