Unified memory with CUDA on Jetson Nano needs memcpy?

You may try these examples for a way of using unified memory:

In short, first allocate unified memory. You would then be able to use its address for both CPU and GPU processing, such as read from CPU into it, then transform it from GPU.