aclrtCreateLabel

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Creates a label. You can create up to 65,535 labels for each process.

After creating a label with this API, you can call aclrtCreateLabelList (to create a label list), aclrtSetLabel (to set a label on a stream), and aclrtSwitchLabelByIndex (to switch to a specified stream) in sequence to implement stream switching.

Prototype

aclError aclrtCreateLabel(aclrtLabel *label)

Parameters

Parameter

Input/Output

Description

label

Output

Pointer to the label.

Returns

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