Thanks for reply,
As far as I know cuMemMap() API is one of virtual memory management APIs.
And when I tested the sample code mentioned above, I got the results that on Xaiver virtual memory management is not supporting.
More specifically, when I checked the device attributes, CU_DEVICE_ATTRIBUTE_VIRTUAL_ADDRESS_MANAGEMENT_SUPPORTED, I got that this attribute set to 0.
Is it correct that you’re saying is, even thought the above attribute not set, cuMemMap() can be used on Xavier?
I just checked , r32.6.1 comes with cuda10.2 which does not yet have support for CuMemMap(). It is only supported on Cuda11.x. Right now there is no public release for jetson with cuda 11