@vivekgalatage: Best structured reference I've found for GPU optimization - 450 papers, 14 years of research. Some techniques will have…
Summary
A tweet shares a structured reference of 450 papers on GPU optimization spanning 14 years, noting that while some techniques evolve, the mental models remain useful. It also references a lecture on GPU architectures by Onur Mutlu.
View Cached Full Text
Cached at: 05/21/26, 10:22 AM
Best structured reference I’ve found for GPU optimization - 450 papers, 14 years of research. Some techniques will have evolved, but the mental models hold up.
https://t.co/2kFfsEq31h https://t.co/0jmUz9OUsX
Vivek Galatage (@vivekgalatage): Yesterday’s lecture on GPU Architectures by @onurmutlu
Similar Articles
@chessMan786: Fundamentals of GPU Architecture
A tweet shares a link to an article about the fundamentals of GPU architecture.
@DanKornas: GPU engineering is too broad to learn from random tabs. Awesome GPU Engineering is a curated GitHub list of resources f…
A curated GitHub list of resources for learning GPU engineering, covering architecture, kernel programming, optimization, distributed systems, and AI acceleration with books, frameworks, profilers, and interview prep.
@goyal__pramod: Software is evolving, so should you! These are the best blogs I read to understand GPUs and CUDA!
Tweet recommending a collection of blogs to understand GPUs and CUDA, encouraging developers to improve their skills.
@pauliusztin_: I just found one of the most useful resources for understanding GPUs. No more jumping between random docs, PDFs, and fo…
Modal Labs has released an open-source, interlinked GPU glossary that consolidates fragmented NVIDIA documentation, CUDA details, and compiler flags into a single navigable resource for engineers optimizing LLM training and inference.
@levidiamode: 163/365 of GPU Programming Looking at a few different agentic GPU kernel optimization systems today. The two I'm most i…
A tweet discussing two agentic GPU kernel optimization systems: Auto GPU Kernel by @dogacel0 and Kernel Design Agents from @songhan_mit's lab, both winners at the MLSys Sparse Attention FlashInfer competition. The thread highlights different approaches using subagents and Claude skills for GPU programming.