Currently a wait is called on the queue inside the graph immediately after enqueue. Examples which attempt to wait on the event returned from the graph submission will fail without this wait occuring. This should be investigated so that we can remove the queue wait from graph submission.