-
Notifications
You must be signed in to change notification settings - Fork 32
Memory Usage in Kernel
Kilik Kuo edited this page Mar 4, 2017
·
13 revisions
This page shares findings or problems we've encountered.
- On CPU device, local memory is a regular RAM - same as global memory.
- On GPU device, very fast on-chip controllable cache. TBD
TBD
TBD
TBD
- Used when a). register spilling [1] happens 2). private array is used. TBD
TBD
[1] https://en.wikipedia.org/wiki/Register_allocation#Spilling