GPU Exploitation other than tensorflow in ML/ DL in AI
Can GPU be only used by tensorflow in ML/ DL ? how do i use GPU for other image processing tasks?
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: