Tag

SIMT

0 views collected around this technical thread.

Tencent Technical Engineering
Tencent Technical Engineering
Mar 21, 2025 · Fundamentals

Fundamentals of GPU Architecture and Programming

The article explains GPU fundamentals—from the end of Dennard scaling and why GPUs excel in parallel throughput, through CUDA programming basics like the SAXPY kernel and SIMT versus SIMD execution, to the evolution of the SIMT stack, modern scheduling, and a three‑step core architecture design.

CUDAGPUGPU programming
0 likes · 42 min read
Fundamentals of GPU Architecture and Programming
Architects' Tech Alliance
Architects' Tech Alliance
Mar 29, 2023 · Fundamentals

Stream Multiprocessor (SM) Architecture and Execution Pipeline in GPUs

This article provides a comprehensive overview of GPU stream multiprocessors, detailing their micro‑architecture, instruction fetch‑decode‑execute pipeline, SIMT/ SIMD organization, warp scheduling, scoreboard mechanisms, and techniques for handling thread divergence and deadlock in GPGPU designs.

GPUHardware ArchitectureInstruction Pipeline
0 likes · 16 min read
Stream Multiprocessor (SM) Architecture and Execution Pipeline in GPUs