Lecture 9 Flashcards
1
Q
SIMT
A
Single Instruction, Multiple Thread
2
Q
SM
A
Streaming Multiprocessor
is composed of SIMD cores
3
Q
CGPU
A
Computing Graphics Processing Unit
4
Q
Fixed pipeline GPGPU
A
Reformulate a problem to something that can be done by
standard graphics operations.
5
Q
Shader-based GPGPU
A
Portable! All GPUs can use shaders, no need for extra software,
run using standard software/drivers.