Hi, I’m testing cuda program using Jetson TX2
But there is problem when I try to use ‘unified memory access’
(It occurs segmentation fault)
So, I query the property of Jetson TX2’s gpu, and I found that It doesn’t support ‘concurrentManagedAccess’ even though it is Pascal architecture.
How can I use unified memory access with ‘concurrentManagedAccess’ property
I’m using Jetpack 3.2 and cuda 9.0