[FEA] We have `async_buffer(mr, count, uninit)` but not `buffer(mr, count, uninit)`
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.