|
|
|
|
|
by twtw
3033 days ago
|
|
GPUs can only access pinned memory that is intentionally mapped into their address space. Also, each context gets its own virtual address space on the GPU, isolated from other contexts. There can still be issues, but it isn't quite as much of a free for all as the above comment sounds. |
|