pub unsafe extern "C" fn hipDeviceGetPCIBusId(
    pciBusId: *mut i8,
    len: i32,
    device: i32
) -> hipError_t
Expand description

@brief Returns a PCI Bus Id string for the device, overloaded to take int device ID. @param [out] pciBusId @param [in] len @param [in] device

@returns #hipSuccess, #hipErrorInvalidDevice