I’m developing a multithreaded application utilizing CUDA unified memory. The Xavier apparently supports Compute Capability 7.2, which is the minimum requirement for concurrent access to unified memory according to the CUDA docs. However, I’m gettings segfaults just as described by this section in the docs:
“It is not permitted for the CPU to access any managed allocations or variables while the GPU is active for devices with concurrentManagedAccess property set to 0. On these systems concurrent CPU/GPU accesses, even to different managed memory allocations, will cause a segmentation fault because the page is considered inaccessible to the CPU”
cudaGetDeviceProperties with concurrentManagedAccess property reports 0, which means there’s no support on the Xavier. Is that expected behavior?
# R32 (release), REVISION: 3.1, GCID: 18186506, BOARD: t186ref, EABI: aarch64, DATE: Tue Dec 10 07:03:07 UTC 2019