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

Buffers are getting passed around too much (figure out a way to abstract this out more) #14

Open
kvkenyon opened this issue Jun 24, 2024 · 0 comments

Comments

@kvkenyon
Copy link
Contributor

There are too many buffer types. Buffer, MemBuffer, ConstBuffer etc.

We have buffer.buffer even in some places.

Ideally a thunk has lazy data of any shape with any type of backing buffer/file/etc.). LazyData should abstract the buffers. We should only see buffers late in the engine on kernel exec.

Assign too, ops on the buffers etc.

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

No branches or pull requests

1 participant