multiple handles/pointers to same memory

Hello All,

I have a quick question regarding handles/pointers to DEVICE memory. Does CUDA have any issues with passing multiple handles/pointers to the same DEVICE memory? How does this change, if at all, when employing ‘unified memory’ versus just DEVICE memory?

Thank you for any information/help.