Returns the number of arguments for the kernel.
| 158 | |
| 159 | /// Returns the number of arguments for the kernel. |
| 160 | size_t arity() const |
| 161 | { |
| 162 | return get_info<cl_uint>(CL_KERNEL_NUM_ARGS); |
| 163 | } |
| 164 | |
| 165 | /// Returns the program for the kernel. |
| 166 | program get_program() const |
no outgoing calls