Hi.
I want to konw is cpu and gpu use the same memory in jetson?
Is it possible i use gpu without using cudamemcpy for host to dev?
Hi,
On Jetson, CPU and GPU do share the same physical memory.
You can try zero-copy memory or unified memory to share buffer between CPU and GPU without copying.
Please find more details below:
Thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.