sgpu-compute 0.1.0

Simple GPU-Compute using WebGPU
Documentation
1
2
3
4
5
6
7
8
9
10
//! Common re-exports for the crate.

#[cfg(feature = "blocking")]
pub use crate::blocking::GpuCompute;

pub use crate::GpuComputeAsync;

pub use crate::StageDesc;
/// This re-exports is needed for giving the scratchpad size.
pub use std::num::NonZeroUsize;