RickyYel

Home

❯

learn

❯

SIMT

SIMT

2025年9月24日1分钟阅读

SIMT = SIMD + multi-thread

  • SIMD 是单个线程同时对多个数据执行相同的操作,并行度取决于 ALU 宽度
  • SIMT 是多个线程同时对多个数据执行相同的操作,并行度取决于线程数量
    • 每个 “core” 有自己独立的 ALU、data cache
    • 共享 instruction cache、instruction decoder、Program Counter register

参考

  1. https://forums.developer.nvidia.com/t/simd-versus-simt-what-is-the-difference-between-simt-vs-simd/10459
  2. SIMD与SIMT区别

关系图谱

Created with Quartz v4.5.2 © 2026

  • 👨🏻‍💻GitHub
  • 💬Discord Community
  • 📧Contact
  • 🔗RSS