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 pull_vector would need to be templated. Like I said in your PR, the output vector template type must match the gpu array type.
I did something like that if you look in the memory.hpp functions, but I stopped using them because it simply save 1 line of code and this type of function would better fit a user API which CLIc is not.
I wrote now multiple times this code:
And I'm wondering if it could be put into a
pull_vector
function, which would make my life easier:The text was updated successfully, but these errors were encountered: