/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

seanzhang.me
| | codingbyexample.com
8.1 parsecs away

Travel
| | Part 1 in a series of post introducing GPU programming using CUDA. This post looks specifically at thread indexing and memory usage.
| | siboehm.com
2.3 parsecs away

Travel
| | In this post, I'll iteratively optimize an implementation of matrix multiplication written in CUDA.My goal is not to build a cuBLAS replacement, but to deepl...
| | www.thanassis.space
6.8 parsecs away

Travel
| | Optimizing code for the European Space Agency
| | krzysckh.org
26.5 parsecs away

Travel
| [AI summary] The author shares their experience designing and implementing a custom virtual machine in Emacs Lisp for a Capture The Flag competition, detailing the assembly language, stack architecture, and a fun recursive self-modifying code experiment.