Changes

Jump to: navigation, search

GPU

2 bytes removed, 12:03, 23 October 2021
m
Memory Model
* __private - usually registers, accessable only by a single work-item resp. thread.
* __local - scratch-pad memory shared across work-items of a work-group resp. threads of block.
* __constant - read-only variablememory.
* __global - usually VRAM, accessable by all work-items resp. threads.
422
edits

Navigation menu