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
Is your feature request related to a problem? Please describe.
cuco::experimental::detail::aow_storage should be exposed to the public since this allows users to create container refs from preallocated storage (e.g. parquet dictionary encoding in libcudf).
Is your feature request related to a problem? Please describe.
cuco::experimental::detail::aow_storage
should be exposed to the public since this allows users to create container refs from preallocated storage (e.g. parquet dictionary encoding in libcudf).This is needed to unblock #346.
Describe the solution you'd like
cuco::experimental::window
type (alias of cuda::std::array<T, size>)detail::window_storage
to the public namespaceRenameaow_storage
aswindow_storage
(orwindow_array
?) for clarityDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: