Optimizing a Rust GPU matmul kernel

I read the excellent post [Optimizing a WebGPU Matmul Kernel for 1TFLOP+… Read more

Similar

My First Month of Rust

A month ago I have started learning Rust and would like to share my impressions, the good things I have appreciated, and the things I have struggled with. Why Rust, do you ask? Primarily to challenge myself, to leave the land of managed runtimes… (more…)

Read more »

Symme(Try Blocks) in Rust

For the last few days the rust community has been abuzz with renewed discussions about try syntax in response to a series of blog posts([1][2]) by @withoutboats. This has triggered some fairly intense bikeshedding and vitriolic objections and, it seems, s... (more…)

Read more »