Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is Default stream existed? #71

Open
mooreland opened this issue Jan 24, 2024 · 0 comments
Open

is Default stream existed? #71

mooreland opened this issue Jan 24, 2024 · 0 comments

Comments

@mooreland
Copy link

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)?;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant