Skip to content
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

[FEA] We have async_buffer(mr, count, uninit) but not buffer(mr, count, uninit) #4091

Open
brycelelbach opened this issue Mar 11, 2025 · 1 comment

Comments

@brycelelbach
Copy link
Contributor

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.

@miscco
Copy link
Contributor

miscco commented Mar 11, 2025

The issue at hand is that under the hood we would want any synchronous buffer to still be async. With that we opted to not go for it initially

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants