Changes

Jump to: navigation, search

GPU

172 bytes added, 13:45, 14 November 2022
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===
422
edits

Navigation menu