Joined September 2024
18 Photos and videos
Pinned Tweet
Built a niche site on compilers (compilersutra.com) Last 12 months: → 1.09M impressions → 11K clicks Ranking for LLVM, OpenCL, TVM. Just consistent deep-tech content. Still early. Long way to go #llvm #ai #compiler #gcc
1
1
2
74
Most devs write code. Few know how it becomes machine instructions. Building VELOX: Frontend → LLVM IR → opt → llc → RISC-V → QEMU 👉 pulse = unit of computation Read: compilersutra.com/docs/proje… #LLVM #Compilers #RISCV
1
45
Just published a hands-on guide to building your own LLVM Pass as a plugin! Learn how to: ✅ Create a custom pass Perfect for anyone diving into compiler internals 🔥 👉 compilersutra.com/docs/llvm/… #LLVM #Compilers #Programming #Systems #OpenSource #CPlusPlus
1
19
Compiler MCQs for Engineers & Students 🚀 Test your fundamentals (IR, passes, backend). Concept-based, interview-focused. 🔗 compilersutra.com/docs/mcq/q… #mcq #cpp #compilersutra #llvm #mlir #ai #gpu
22
Everyone talks about AI models. No one talks about how they actually run. That’s where compilers come in. compilersutra.com/docs/AI/ #ai #college #gpu #cpu
68
CompilerSutra where code meets execution. C: #Code | O: #Optimize | M: Modular | P: #Performance I: #instrumental | L: #Link | E: #Execute | R: #Reliable S: Scale | U: Understand | T: Tool | R: Refine | A: Architecture compilersutra.com/about_us
1
45
Compilers aren’t magic. Your code gets faster through LLVM passes. Small transformations → big performance ⚡ Learn how it works 👇 compilersutra.com/docs/llvm/… #llvm #compiler #gcc #npu #cpurpled
20
6 lines of Triton → thousands of GPU instructions. Python → TTIR → TTGIR → LLVM → AMDGCN → HSACO a b → buffer_load_b128 mask → v_cmp Your code ≠ what GPU runs. Full breakdown 👇 compilersutra.com/docs/ml-co… #Compilers #GPU #LLVM #Triton
1
33
Just launched CompilerSutra on Vercel Working on a resource for: Compilers (LLVM, IR, optimization) ML Compilers (MLIR, TVM, GPU kernels) 📊 Early traffic already coming in from Google users reading docs Check it out: compilersutra.com/docs/ml-co…
1
24
Sharing a short write-up on measuring CPU behavior using perf. Covers: cycles, instructions, IPC cache misses and their impact sequential vs random access Practical way to debug why a C loop is slow. 📖 compilersutra.com/docs/coa/m… #llvm #compiler #ai
1
32
Most compiler content is too theoretical. I’m building CompilerSutra to fix that — practical deep dives on LLVM, MLIR, and performance ⚙️ If you're interested 👇 docs.google.com/forms/d/e/1F… What topics do you want next? #llvm #compiler #tutorial
1
33
Because it’s not just codegen it’s backend execution strategy. In my benchmark 👉 GCC is ~25% faster than Clang 👉 Due to better AGU utilization instruction scheduling 👉 Lower pipeline stalls in hot loops Same instructions ≠ same performance. #gcc #clang #llvm #Compilers
Most people think: 👉 Performance = fewer instructions ❌ Wrong Same code. Same instructions. Still GCC is ~25% faster than Clang Why? 👇 Comment down the reason we will discuss tommorow #IPLIndia #cpplus2026 #layoffs2026
1
33
Most people think: 👉 Performance = fewer instructions ❌ Wrong Same code. Same instructions. Still GCC is ~25% faster than Clang Why? 👇 Comment down the reason we will discuss tommorow #IPLIndia #cpplus2026 #layoffs2026
Most people think performance = instruction count. Not true. Same instructions. Same code. GCC is ~25% faster than Clang here. Reason? AGU pressure scheduling. Compilers don’t just generate code they decide how the CPU gets fed. godbolt.org/z/E4havxWcW #clang #gcc #llvm
1
89
Just launched an MCQ section for Compiler & LLVM learners! If you're preparing for compiler interviews or revising fundamentals, this might help 👇 🔗 compilersutra.com/docs/mcq/ feedback is highly welcome 🙌 #compilers #llvm #programming #cpp #SystemDesign
1
30
Most people think performance = instruction count. Not true. Same instructions. Same code. GCC is ~25% faster than Clang here. Reason? AGU pressure scheduling. Compilers don’t just generate code they decide how the CPU gets fed. godbolt.org/z/E4havxWcW #clang #gcc #llvm
1
3
97
GCC vs Clang — Assembly Deep Dive ⚙️ 3 real cases. See how compilers actually generate code. Less theory, more assembly 👇 compilersutra.com/docs/artic… #GCC #Clang #LLVM #Compilers #Programming #CPlusPlus What’s your take?
1
28