Function hip_sys::hiprt::hipEventCreate

source ·
pub unsafe extern "C" fn hipEventCreate(
    event: *mut *mut ihipEvent_t
) -> hipError_t
Expand description

Create an event

@param[in,out] event Returns the newly created event.

@returns #hipSuccess, #hipErrorNotInitialized, #hipErrorInvalidValue, #hipErrorLaunchFailure, #hipErrorOutOfMemory

@see hipEventCreateWithFlags, hipEventRecord, hipEventQuery, hipEventSynchronize, hipEventDestroy, hipEventElapsedTime