You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created two stream with NON_NLOCKING flag as below, to test host2dev memory copy and kernal run concurrency.
unfortunately, They seems still execute in order. if there is default stream stay in system or the concurrency not support now? thanks!
let stream_0 = Stream::new(StreamFlags::NON_BLOCKING, None)?;
let stream_1 = Stream::new(StreamFlags::NON_BLOCKING, None)?;
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: