

GPU的存储系统包括 register,shared memory,texture memory, local memory, global memory
| register | shared memory |
GPU的存储体系由register、shared memory、texture memory、local memory和global memory构成。每个thread拥有register和local memory,同一block内的thread共享share memory。所有thread共享global memory、constant memory和texture memory,但不同grid的这些内存是独立的。


GPU的存储系统包括 register,shared memory,texture memory, local memory, global memory
| register | shared memory |
389
1574

被折叠的 条评论
为什么被折叠?
