Function: peek_at_last_error

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

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

Prototype

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

Parameters

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

Return Value

Description

ret

Int, 0 on success; else, failure.