Beispiel #1
0
 void push_arg(device_vector<T> arg) {
     K.set_arg(argpos++, arg.raw());
 }
Beispiel #2
0
 void push_arg(const device_vector<T> &arg) {
     push_arg(arg.raw());
 }