[QST] Use which among NVLink/NVSwitch/NVC2CLink/NVSciPcie to chain 2 DriveOrin Devices to scale performance?

Required Info:

  • Software Version
    DRIVE OS 6.0.6
  • Target OS
    Linux
  • SDK Manager Version
    1.9.2.10884
  • Host Machine Version
    native Ubuntu Linux 20.04 Host installed with DRIVE OS DOCKER Containers

Describe the bug

There are several technologies about interconnect between NVIDIA GPUs. Including NVLink What Is NVLink? | NVIDIA Blogs , NVSwitch NVSwitch: Leveraging NVLink to Maximum Effect | NVIDIA Technical Blog , NVC2CLink NVIDIA Opens NVLink for Custom Silicon Integration | NVIDIA Newsroom and so on.

  1. 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?
  2. Does DriveOrin support NVSwitch/NVC2CLink? If so, how to get the hardware and software guidance?
  3. Whatā€™t the platform solution to chain 2 Orin Devices to transfer workload effieiently, is it NVSCI over PCIe?
  4. 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

Friendly ping @SivaRamaKrishnaNV @VickNV

NVLink isnā€™t support on the devkit (Orin-X has no NVLink interface).

Please elaborate on the unified addressing you are asking for. Please refer to the following C2C communication:

1 Like

FYI, the unified addressing I am looking for is in here CUDA C++ Programming Guide (nvidia.com)

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.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.