Tag: #computer-architecture
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Modern Computer Architecture — CPU Pipelines, Out-of-Order, Caches, Branch Prediction, Meltdown, Apple Silicon, ARM, RISC-V, SIMD, GPU Deep Dive (2025)
Why arrays beat linked lists, why a branch can be 10x slower, how M1 beat Intel. CPU pipelines, Out-of-Order, L1 to L3 caches, branch prediction, Meltdown/Spectre, Apple Silicon, ARM/x86/RISC-V, SIMD, GPU SM/Warp, HBM/CX
2026-04-15 · 15 min read #computer-architecture#cpu#cache#branch-prediction#apple-siliconDigital Logic Design Complete Guide: From Boolean Algebra to CPU Design
A comprehensive guide to digital logic design for electronics and electrical engineering students. Covers Boolean algebra, logic gates, combinational circuits, sequential circuits, FSM, FPGA, and Verilog HDL with hands-o
2026-03-17 · 18 min read #digital-logic#computer-architecture#boolean-algebra#logic-gates#fpgaComputer Architecture Complete Guide: From ISA to GPU Parallel Architecture
A comprehensive guide to computer architecture covering ISA, datapath, pipelining, cache memory, virtual memory, RISC-V, and GPU parallel architecture with code examples.
2026-03-17 · 23 min read #computer-architecture#cpu#gpu#pipeline#cache