acltdtAddQueueRoute

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

Adds the queue route information to the configuration list.

Prototype

1
aclError acltdtAddQueueRoute(acltdtQueueRouteList *routeList, const acltdtQueueRoute *route)

Parameters

Parameter

Input/Output

Description

routeList

Input/Output

Queue route configuration list.

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

route

Input

Pointer to the queue route configuration to be added.

Call acltdtCreateQueueRoute to create data of the acltdtQueueRoute type in advance.

Returns

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