How does one do a device to device copy over NVLINK in Vulkan on Linux?

And to be specific, how does one do so not using device groups, as I have read elsewhere that copying between devices in the same VkInstance should be preferred over device groups.

Thanks.