aclprofMarkEx

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

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.