Function: mark_ex
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
acl.prof.mark_ex dotting API.
This API is used to deliver dotting tasks to a configured stream to identify the relationship between the dotting task on the host and that on the device.
Prototype
- C Prototype
1aclError aclprofMarkEx(const char *msg, size_t msgLen,aclrtStream stream)
- Python Function
1ret = acl.prof.mark_ex(msg, stream)
Parameter Description
|
Parameter |
Description |
|---|---|
|
msg |
Str, dotting information string. |
|
stream |
Int, stream. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, 0 on success; else failure. |
Parent topic: msproftx Extension APIs