Hardware & Platform硬件与平台
silicon
The compute units, memory and interconnect that everything above exists to reach. The GPU's gfx target ID is the fact the whole stack keys off.
计算单元、显存与互连 —— 上面所有层的存在都是为了到达这里。GPU 的 gfx 目标编号是整个栈的关键标识。
Data center (Instinct)数据中心
- gfx950
- gfx942
- gfx90a
- gfx908
- CDNA 3 / 4
Desktop & APU桌面与 APU
- gfx1201
- gfx1200
- gfx1100
- gfx1151
- gfx1103
- RDNA 3 / 4, Ryzen AI
Inside the die芯片内部
- Compute Unit
- SIMD
- Matrix cores
- LDS
- Infinity Cache
Memory & fabric内存与互连
- HBM3E
- GDDR6
- PCIe Gen5
- Infinity Fabric
- XGMI
A binary built for gfx942 will not run on gfx1100. Run rocminfo first — the target name it prints is what you pass to --offload-arch.
为 gfx942 编译的二进制不能跑在 gfx1100 上。先运行 rocminfo,它打印的目标名就是你要传给 --offload-arch 的值。