Skip to main content

Module execute

Module execute 

Source

Re-exports§

pub use compute::QualiaCompute;
pub use cuda::CapturedCudaGraph;
pub use cuda::CudaComputeContext;
pub use cuda::CudaPipeline;
pub use memory::BindingUsage;
pub use memory::BufferView;
pub use memory::MemoryTopology;
pub use memory::QualiaSlabAllocator;
pub use oracle_ctx::OracleContext;
pub use wgpu::GraphPass;
pub use wgpu::WgpuComputeContext;
pub use wgpu::WgpuPipeline;

Modules§

compute
cuda
Native CUDA execution backend for the WGSL Forge differential oracle.
memory
oracle_ctx
Backend-agnostic context trait for the differential oracle (plan §7).
wgpu