Skip to content

WebGPU Kernel Lab v0.1.0

Choose a tag to compare

@abc123dx abc123dx released this 17 Jul 14:51

WebGPU Kernel Lab v0.1.0

An inspectable browser workbench for real WGSL compute kernels.

Included

  • vector addition, square matrix multiplication, and 3×3 image convolution
  • typed CPU references and value-by-value GPU validation
  • deterministic inputs, warmups, repeatable samples, median/p95/stddev
  • WebGPU capability and limits panel with automatic CPU fallback
  • local JSON export with no adapter identity or personal information
  • responsive interface with keyboard focus and reduced-motion support

Verification

  • 39 Vitest tests passed
  • ESLint passed with zero warnings
  • strict TypeScript typecheck passed
  • Vite production build passed
  • npm audit found zero vulnerabilities

The attached demo archive contains the static production build. Serve it from a
local HTTP server or HTTPS origin; WebGPU is not available from arbitrary
insecure remote origins.