Optimizing a Rust GPU matmul kernel
I read the excellent post [Optimizing a WebGPU Matmul Kernel for 1TFLOP+…
Read more »I read the excellent post [Optimizing a WebGPU Matmul Kernel for 1TFLOP+…
Read more »The first paper produced entirely by my group has recently been published at OOPSLA. π The paper is about fuzzing the optimizations and code generation of the Rust compiler by randomly gen…
Read more »Nio is an experimental async runtime for Rust. This project initially began as an experiment to explore alternative scheduling strategies.Tokio use work-stealing scheduler, It is very complex scheduler and require a ton of bookkeeping. Sadly, replacing th…
Read more »Sugarloaf is a simple cross-platform rendering engine. – raphamorim/sugarloaf…
Read more »A pragmatic error handling library for Rust that provides helpful strings for debugging, and structured data for runtime error handling. – gmcgoldr/stackerror…
Read more »Bindings to Apple’s frameworks in Rust. Contribute to madsmtm/objc2 development by creating an account on GitHub.
Read more »Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Read more »In a previous post, Iβve shown how to use the rayon framework in Rust to automatically parallelize a loop computation across multiple CPU cores.Disappointing…
Read more »Cross-platform WebView library in Rust for Tauri. Contribute to tauri-apps/wry development by creating an account on GitHub.
Read more »I’m excited to announce augurs, a time series toolkit for Rust.
Read more »