Topology module for Furiosa smi.
More...
Topology module for Furiosa smi.
◆ furiosa_smi_get_device_to_device_link_type()
Get a device link type between two Furiosa NPU devices.
- Parameters
-
| handle1 | handle of Furiosa NPU device 1. |
| handle2 | handle of Furiosa NPU device 2. |
[out] | out_link_type | output buffer for pointer to FuriosaSmiDeviceToDeviceLinkType. |
- Returns
- FURIOSA_SMI_RETURN_CODE_OK if successful, see
FuriosaSmiReturnCode
for error cases.
◆ furiosa_smi_get_p2p_accessible()
Checks if two Furiosa NPU devices are P2P accessible.
- Parameters
-
| handle1 | handle of Furiosa NPU device 1. |
| handle2 | handle of Furiosa NPU device 2. |
[out] | out_accessible | output buffer for pointer to boolean result. |
- Returns
- FURIOSA_SMI_RETURN_CODE_OK if successful, see
FuriosaSmiReturnCode
for error cases.