GPU中的几个基本概念深入理解GPU Architecture(上)
术语: single instruction, multiple thread (SIMT): a single instruction is executed on several function units in parallelGPU的硬件结构中与CUDA相关的几个概念:thread block grid warp sp smstreaming processor(sp): 最基本的处理单...