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 believe you can spell an async uninitialized buffer with async_buffer(mr, count, uninit) instead of using uninitialized_async_buffer, but there's no corresponding synchronous buffer. This dichotomy is a bit annoying; we should be consistent here.
The text was updated successfully, but these errors were encountered:
I believe you can spell an async uninitialized buffer with
async_buffer(mr, count, uninit)
instead of usinguninitialized_async_buffer
, but there's no corresponding synchronousbuffer
. This dichotomy is a bit annoying; we should be consistent here.The text was updated successfully, but these errors were encountered: