Content deleted Content added
added a stupid table to bring some clarity to the used terminology, link Tesla (microarchitecture), etc |
m fix |
||
Line 12:
{| class="wikitable" style="style="font-size:80%; text-align: center"
! Nvidia [[CUDA]] || AMD [[OpenCL]] || Henn&Pratt
|-
| Thread || Work-item || Sequence of SIMD Lane operations
|-
| Warp || [[Graphics_Core_Next#Compute_Units|Wavefront]] || Thread of SIMD Instructions
|-
| Block || Workgroup || Body of vectorized loop
|-
| Grid || NDRange || Vectorized loop
|}
|