Creates an event with the specified flags.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(cudaEvent) | :: | event |
Event identifier |
|||
integer(kind=c_int), | value | :: | flags |
Flags for event creation |
Returns cudaSuccess
if the event was created successfully,
or an error code if there was an issue.