-
Notifications
You must be signed in to change notification settings - Fork 198
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
Fix free-before-alloc in multithreaded test #992
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
ok to test |
@aladram thank you for the contribution! Could you run clang-format locally and push those changes? |
Uses a CUDA event to make sure streamA and streamB are correctly synchronized.
@vyasr done, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for finding and fixing!
Co-authored-by: Mark Harris <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have nothing to add beyond @harrism's comments, LGTM. Thanks!
@gpucibot merge |
Uses a CUDA event to make sure
streamA
andstreamB
are correctly synchronized.