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
Names such as stream_wait_and_invalidate[https://github.com/agency-library/agency/blob/master/agency/cuda/detail/future/event.hpp#L369] are confusing to C++ programmers who expect "wait" to mean something involving blocking the calling thread.
"depend" is a better word indicating what is actually going on in such APIs.
The text was updated successfully, but these errors were encountered:
Names such as
stream_wait_and_invalidate
[https://github.com/agency-library/agency/blob/master/agency/cuda/detail/future/event.hpp#L369] are confusing to C++ programmers who expect "wait" to mean something involving blocking the calling thread."depend" is a better word indicating what is actually going on in such APIs.
The text was updated successfully, but these errors were encountered: