From the website I see there is Ampere support with 3rd-NVLink, since DriveOrin is with Ampere, Does DriveOrin support NVLink so we can chain 2 Orin Devices to scale the performance? If so, how to get the hardware and software guidance?
Does DriveOrin support NVSwitch/NVC2CLink? If so, how to get the hardware and software guidance?
Whatāt the platform solution to chain 2 Orin Devices to transfer workload effieiently, is it NVSCI over PCIe?
If so, Does NVSciPcie support unified GPU addressing like what NVLink does?
Additional context
Iāve search and read several topics in NVIDIA Forum in the following, Iād like to get official support in forum specifically with DriveOrin
Depending on the system properties, specifically the PCIe and/or NVLINK topology, devices are able to address each otherās memory (i.e., a kernel executing on one device can dereference a pointer to the memory of the other device). This peer-to-peer memory access feature is supported between two devices if cudaDeviceCanAccessPeer() returns true for these two devices.