Expand description
Optimized WebGPU backend for high-performance WASM execution
This module provides an optimized WebGPU backend with advanced features:
- Kernel caching and JIT compilation
- Memory pooling and efficient transfers
- Auto-tuning for optimal block sizes
- Performance profiling and monitoring
Structsยง
- Auto
Tune Result - Auto-tuning results for optimal performance
- Backend
Stats - Performance statistics for the backend
- Cached
Kernel - Cached kernel with optimization metadata
- Optimized
WebGPU Backend - High-performance WebGPU backend
- WebGPU
Config - Configuration for WebGPU optimization