Expand description
WebGPU backend
Cross-platform GPU acceleration using wgpu. Works on both native (Vulkan/Metal/DX12) and WASM (WebGPU/WebGL).
Modules§
Structs§
Functions§
- broadcast_
to_ webgpu - Broadcast operation on WebGPU (public API for dispatch)
- elementwise_
webgpu - Elementwise operations on WebGPU (public API for dispatch)
- is_
available_ cached - Cached probe helper that performs a single adapter check and caches the result.
- matmul_
webgpu - Matrix multiplication on WebGPU (public API for dispatch)
- reduction_
webgpu - Reduction operations on WebGPU (public API for dispatch)