Function: peek_at_last_error

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

Obtains (but does not clear) the runtime error code of the current thread.

Prototype

  • C Prototype
    1
    aclErroraclrtPeekAtLastError(aclrtLastErrLevel level)
    
  • Python Function
    1
    ret = acl.rt.peek_at_last_error(level)
    

Parameter Description

Parameter

Description

level

Int, level of the error code to be obtained. Currently, only the thread level is supported. For details, see aclrtLastErrLevel.

Return Value Description

Return Value

Description

ret

Int, 0 on success; else, failure.