acltdtGetQueueRouteParam

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 information about the queue route configuration, such as the source queue ID and destination queue ID.

Prototype

1
aclError acltdtGetQueueRouteParam(const acltdtQueueRoute *route, acltdtQueueRouteParamType type, size_t len, size_t *paramRetSize, void *param)

Parameters

Parameter

Input/Output

Description

route

Input

Pointer to the queue route configuration.

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

type

Input

Route parameter type. For details about the type definition, see acltdtQueueRouteParamType.

len

Input

Number of bytes of the parameter value.

  • If the parameter is of type *_UINT64, set this parameter to 8.
  • If the parameter is of type *_UINT32, set this parameter to 4.
  • If the parameter is of type *_PTR, set this parameter to 4 for a 32-bit OS or 8 for a 64-bit OS.

paramRetSize

Output

Pointer to the number of bytes of the actually returned parameter value.

param

Output

Pointer to the parameter value.

Returns

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