I wanna know more about how code gets executed on GPUs all the way down to how instructions are encoded. I plan on making a viewer and editor that works on .cubin files containing SASS code for the Ampere GPU architecture (since I have a RTX 3060).
I've been silently working on my jam project on exploring the NVidia Ampere GPU ISA binary encoding and just finished wrapping up with a GitHub repo https://github.com/NoxNode/AmpItUp and some blog posts: https://handmade.network/p/691/ampitup/blog/ &-it-up