Skip to main content

Crate subspace_proof_of_space_wgpu

Crate subspace_proof_of_space_wgpu 

Source
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
WgpuDevice
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.
DeviceType
Supported physical device types.