Hello,
I’m trying to accelerate my CUDA application using pinned host memory. Works perfectly in nearly all cases; the exception occurs when I try to read in data from a file into memory allocated by cudaMallocHost or cudaHostAlloc, which produces rubbish.
Any ideas?