This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:multiasm:cs:chapter_3_5 [2025/12/02 12:52] – ktokarz | en:multiasm:cs:chapter_3_5 [2025/12/02 13:28] (current) – [SIMT] ktokarz | ||
|---|---|---|---|
| Line 25: | Line 25: | ||
| ===== SIMT ===== | ===== SIMT ===== | ||
| - | Single Instruction Multiple Threads. Originally defined as the subset of SIMD. In modern construction, Nvidia uses this execution model in their G80 architecture | + | Single Instruction Multiple Threads. Originally defined as the subset of SIMD. The difference between SIMD and SIMT is that in pure SIMD, a single instruction operates on all elements of the vector |
| - | ((https:// | + | |
| - | + | ||
| + | We can find SIMT in modern constructions. Nvidia uses this execution model in their G80 architecture | ||
| + | ((https:// | ||
| + | In x64 architecture, | ||