455
edits
Changes
GPU
,→Memory Model
* __constant - read-only memory.
* __global - usually VRAM, accessable by all work-items resp. threads.
{| class="wikitable" style="margin:auto"
|+ Terminology
|-
! OpenCL Terminology !! CUDA Terminology
|-
| Private Memory || Registers
|-
| Local Memory || Shared Memory
|}
===Memory Examples===