Skip to content

Releases: abc123dx/webgpu-kernel-lab

WebGPU Kernel Lab v0.1.1 中文版

Choose a tag to compare

@abc123dx abc123dx released this 17 Jul 15:17
3c508d8

WebGPU Kernel Lab v0.1.1 中文版

本版本将完整 WebGPU 计算工作台汉化为简体中文。

主要更新

  • 汉化页面、按钮、状态、指标、错误提示与无障碍文案
  • 汉化 README、演示指南、测量方法和项目规范
  • 保持 WGSL、内核 ID、JSON 字段和公开 API 兼容
  • 39/39 项测试、ESLint、严格 TypeScript 与生产构建全部通过
  • npm audit 未发现漏洞

压缩包内为可直接静态托管的中文版网页。

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.