hipextgetlasterror Interface Reference

hipextgetlasterror Interface Reference#

HIPFORT API Reference: hipfort::hipextgetlasterror Interface Reference
hipfort::hipextgetlasterror Interface Reference

Return last error returned by any HIP runtime API call and resets the stored error code to hipSuccess More...

Public Member Functions

integer(kind(hipsuccess)) function hipextgetlasterror_ ()
 

Detailed Description

Return last error returned by any HIP runtime API call and resets the stored error code to hipSuccess

Returns
return code from last HIP called from the active host thread

Returns the last error that has been returned by any of the runtime calls in the same host thread, and then resets the saved error to hipSuccess.

See also
hipGetErrorString, hipGetLastError, hipPeakAtLastError, hipError_t

Member Function/Subroutine Documentation

◆ hipextgetlasterror_()

integer(kind(hipsuccess)) function hipfort::hipextgetlasterror::hipextgetlasterror_

The documentation for this interface was generated from the following file: