cuco::dynamic_map to store kv-pairs with values type of vector<float> #729
Answered
by
PointKernel
iamlazy123
asked this question in
Q&A
-
I need to use cuco::dynamic_map to store kv-pairs with values type of vector or float[4]. Can anyone show me a concrete example of how to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
PointKernel
Jun 17, 2025
Replies: 1 comment 3 replies
-
Hi @iamlazy123, thanks for reaching out! Could you share a code snippet or example showing where you're getting stuck? In the meantime, here's a reference that might help: https://godbolt.org/z/nWfcYMa4j. It demonstrates how to use cuco data structures with arbitrary key-value pairs. Feel free to let us know if you have any other questions! |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
iamlazy123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @iamlazy123, thanks for reaching out! Could you share a code snippet or example showing where you're getting stuck? In the meantime, here's a reference that might help: https://godbolt.org/z/nWfcYMa4j. It demonstrates how to use cuco data structures with arbitrary key-value pairs. Feel free to let us know if you have any other questions!