Function hip_runtime_sys::hipEventCreate
source · pub unsafe extern "C" fn hipEventCreate(
event: *mut hipEvent_t
) -> hipError_tExpand 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