pub const hipError_t_hipErrorNotReady: hipError_t = 600;
Expand description
< Indicates that asynchronous operations enqueued earlier are not < ready. This is not actually an error, but is used to distinguish < from hipSuccess (which indicates completion). APIs that return < this error include hipEventQuery and hipStreamQuery.