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
Something like that would be interesting to have. Currently there is the variadic kernel::set_args() function which can be used to set all of the arguments for a kernel with a single function call like:
For C++11 users, maybe we can setup helper call() functions with variadic templates instead of set_arg() stuffs?
For example:
Kernel.hpp
Kernel.tcc
The text was updated successfully, but these errors were encountered: