aclprofMarkEx
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function
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
1 | aclError aclprofMarkEx(const char *msg, size_t msgLen, aclrtStream stream) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
msg |
Input |
Pointer to the dotting information string. For details about the type definition, see aclrtStream. |
msgLen |
Input |
String length. The value can contain a maximum of 127 characters. |
stream |
Input |
Stream. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: msproftx Extension APIs