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