Q. Each warp of GPU receives a single instruction and “broadcasts” it to all of its threads. It is a ---- operation. (Solved)
1. simd (single instruction multiple data)
2. simt (single instruction multiple thread)
3. sisd (single instruction single data)
4. sist (single instruction single thread)
- b. simt (single instruction multiple thread)