Hacker News new | ask | show | jobs
by yogishbaliga 244 days ago
If it is unified memory, CPU can access the result of GPU processing without copying it to CPU memory (theoretically)
1 comments

If the CPU touches an address mapped to the GPU doesn't it fault a page into the CPU address space? I mean the program doesn't do anything special, but a page gets faulted in I believe.