aclprofMarkEx
Description
Functions as a 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
aclError aclprofMarkEx(const char *msg, size_t msgLen, aclrtStream stream)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
msg |
Input |
Pointer to the dotting information string. |
|
msgLen |
Input |
String length. The value can contain a maximum of 127 characters. |
|
stream |
Input |
Stream. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Profiling AscendCL API for Extension