aclmdlRICaptureTaskGrpBegin
Note: This API is for trial use and may be changed in later versions. It is not available in commercial products.
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
☓ |
|
|
√ |
|
|
☓ |
Description
Marks the start of a task group.
This API and aclmdlRICaptureTaskGrpEnd are used in pairs. Tasks between the two APIs form a task group. Currently, only single-operator tasks can be delivered between the two APIs.
If ACL_ERROR_RT_TASK_TYPE_NOT_SUPPORT is returned when a task is delivered, the single-operator task is not supported. You can view the detailed error information in application logs.
Prototype
1
|
aclError aclmdlRICaptureTaskGrpBegin(aclrtStream stream) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
stream |
Input |
Stream. For details about the type definition, see aclrtStream. The stream must be in the capture state. |
Returns
0 on success; otherwise, failure. For details, see aclError.