Module webgpu_optimized

Source
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ยง

AutoTuneResult
Auto-tuning results for optimal performance
BackendStats
Performance statistics for the backend
CachedKernel
Cached kernel with optimization metadata
OptimizedWebGPUBackend
High-performance WebGPU backend
WebGPUConfig
Configuration for WebGPU optimization