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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: