Releases: milhidaka/webgpu-blas
Releases · milhidaka/webgpu-blas
Error reporting function
Chrome Canary 111 support
Support spec change of WebGPU. Works with Chrome Canary 111, Chrome 109 (origin trial is needed).
WGSL support
- Re-implemented shader by WGSL (WebGPU Shading Language https://www.w3.org/TR/WGSL/)
It runs on Chrome Canary 100. Does not work with Firefox Nightly 99.0a1.
Chrome Canary 100 support
- Support Chrome Canary 100 (follow WebGPU spec change)
- Remove WSL (old shader language for Safari)
Chrome support
WebGPU implemented on Chrome Canary is supported.
Initial release
Basic implementation sgemm (matrix-matrix product) on Safari.