aclrtCreateLabel
Applicability
Product |
Supported |
|---|---|
☓ |
|
√ |
|
√ |
|
√ |
|
√ |
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.
Parent topic: Label Management