-
Notifications
You must be signed in to change notification settings - Fork 14
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
Check that SingleThreadedBlasScope
is created and destroyed on the same std::thread
#889
Check that SingleThreadedBlasScope
is created and destroyed on the same std::thread
#889
Conversation
cscs-ci run |
std::thread
SingleThreadedBlasScope
is created and destroyed on the same std::thread
cf2d8df
to
a84ae60
Compare
cscs-ci run |
1 similar comment
cscs-ci run |
a84ae60
to
9f546fc
Compare
cscs-ci run |
1 similar comment
cscs-ci run |
@msimberg FYI:
|
… avoid keeping it alive while yielding
cscs-ci run |
Yielding was happening in the test itself of |
… avoid keeping it alive while yielding
cscs-ci run |
I had to fix one more yielding while holding |
…the same `std::thread` (#889)
Based on #860 (comment).