Skip to content

Releases: milhidaka/webgpu-blas

Error reporting function

26 Jan 08:05
Compare
Choose a tag to compare

WebGPU Error reporting for demo

When fallback to pure JavaScript occurs, alert will be displayed.

As WebGPU is enabled by default in Chrome, notes about Chrome Canary is removed.

Chrome Canary 111 support

25 Jan 03:06
Compare
Choose a tag to compare

Support spec change of WebGPU. Works with Chrome Canary 111, Chrome 109 (origin trial is needed).

WGSL support

16 Feb 09:40
6edd571
Compare
Choose a tag to compare

It runs on Chrome Canary 100. Does not work with Firefox Nightly 99.0a1.

Chrome Canary 100 support

16 Feb 08:01
Compare
Choose a tag to compare
  • Support Chrome Canary 100 (follow WebGPU spec change)
  • Remove WSL (old shader language for Safari)

Chrome support

18 Dec 12:50
a5fca5e
Compare
Choose a tag to compare

WebGPU implemented on Chrome Canary is supported.

Initial release

06 Dec 07:09
Compare
Choose a tag to compare

Basic implementation sgemm (matrix-matrix product) on Safari.