Relative Content

Tag Archive for gpugpgpu

Pinned memory vs pagable memory

My understanding of cpu to gpu transfer is as follows: if the data is in pagable memory and it is actually not on RAM, the OS creates a copy of the data in the pinned region, and is then transferred to the device memory. I have two questions: