i don’t know how to solve this problem, please help me
-
We use Jetson GPUs for image processing.
-
But that processing, frames are so high and the image size is also large
-
So then, It takes some time to move the memory of the CPU where the image datas are stored to the GPU.
-
As I said before, I’m worried about that a bottleneck problem will occur in the process.
is there a way or another way to solve the problem?
ex) Way to receive data directly to the GPU without going through the CPU.
ex) Now we use cudaMemcpy method to transfer data from CPU to GPU.
Is there any faster method than this?