Skip to content

WebGL vs WebGPU vs JavaScript demo shows the difference in performance when naively multiplying some matrices

License

Notifications You must be signed in to change notification settings

PixelsCommander/webgpu-vs-webgl-compute-matrix-multiplication

Repository files navigation

webgl-webgpu-matrix-benchmark

High Performance Matrix Multiplication Utilizing WebGL and WebGPU.

WebGPU compute shaders performance is expected to be superior to the one you can get with WebGL. This should happen because WebGPU does not have overhead of creating / initializing canvas and writing/reading from framebuffers. The benchmark is built in order to experimentally confirm this assumption and also determine by how much WebGPU performance is superior to WebGL.

About

WebGL vs WebGPU vs JavaScript demo shows the difference in performance when naively multiplying some matrices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published