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
The host resource would be used for the bounce buffer in value(). The potential optimization would be to pass a pinned memory resource to avoid a pageable copy in value(). cudf::detail::device_scalar already uses a similar implementation.