hi, NV experts, I have some question about zeor-cpoy between host and GPU on ORIN platform:
I want to avoid cudaMemcpy for input and output between host and GPU, is there any other method except unified-memory ?
I want to apply DMA-BUF between different process to transfer data on ORIN, but, I found GPU cannot accept my dma_buf_fd, So, is there any method to solve my trouble?