You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the excellent post [Optimizing a WebGPU Matmul Kernel for 1TFLOP+
@@ -45,7 +44,8 @@ a low-level format that [most GPUs understand](https://vulkan.gpuinfo.org/). Sin
45
44
SPIR-V is the format [Vulkan](https://www.vulkan.org/) uses, Rust GPU makes it possible
46
45
to integrate Rust-based GPU programs into any Vulkan-compatible workflow[^1].
47
46
48
-
For more details, check out the [Rust GPU website](https://Rust-gpu.github.io/) or the [GitHub repository](https://github.com/Rust-gpu/Rust-gpu).
47
+
For more details, check out the [Rust GPU website](http://Rust-gpu.github.io/) or the
0 commit comments