jagged_vector_buffer constructor with vecmem::vector ? #124
beomki-yeo
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
🤔 I'd like to couple this with the larger cleanup, which I outlined in #95. Unfortunately the simple solution that I first thought of (providing an optional |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@krasznaa Is it possible to replace
std::vector
arguments withvecmem::vector
arguments?What I am trying to do is estimating capacities (in
vecmem::vector
format) from counting kernel, and put the capacities into thejagged_vector_buffer
objects.Beta Was this translation helpful? Give feedback.
All reactions