Function: mark_ex

Applicability

Product

Supported (√/x)

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

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
    1
    aclError aclprofMarkEx(const char *msg, size_t msgLen,aclrtStream stream)
    
  • Python Function
    1
    ret = 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.

Reference

For the API call example, see Profile Data Collection.