ELSEIF
Your brief EB
356 stories from 119 feeds 485 clusters Refreshed 23 minutes ago next pull 18:22

INFRA Signal 509

Reverse engineering traces RTX 4090 global load instruction from warp to DRAM

The article traces the hardware path of a global load instruction (LDG.E) on an RTX 4090 from the warp to the DRAM.

WHY IT MATTERS

NVIDIA does not document these hardware paths to the level desired for performance optimization. Understanding this path allows developers to optimize performance by seeing the exact cost of memory operations.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

The analysis follows a global load instruction (LDG.E) on an RTX 4090 from the warp through the register file, coalescer, and L1 cache.

02

A single LDG.E instruction requests four bytes across 32 lanes, which the coalescer turns into four contiguous 32-byte sector requests.

03

The author uses timing experiments on the hardware itself to reverse engineer the undocumented details of this instruction path.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
doubleword.ai via Hacker News What happens when a GPU reads memory Open ↗