acltdtGetQueueRoute

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Obtains specified queue route information from the configuration list.

Prototype

1
aclError acltdtGetQueueRoute(const acltdtQueueRouteList *routeList, size_t index, acltdtQueueRoute *route)

Parameters

Parameter

Input/Output

Description

routeList

Input

Queue route configuration list.

Call acltdtCreateQueueRouteList to create data of the acltdtQueueRouteList type in advance.

index

Input

Queue route configuration information index, which starts from 0.

route

Input/Output

Pointer to the queue route configuration to be added. For details about the type definition, see acltdtQueueRoute.

Returns

0 on success; otherwise, failure. For details, see aclError.