Returns the function name for the kernel.
| 133 | |
| 134 | /// Returns the function name for the kernel. |
| 135 | std::string name() const |
| 136 | { |
| 137 | return get_info<std::string>(CL_KERNEL_FUNCTION_NAME); |
| 138 | } |
| 139 | |
| 140 | /// Returns the number of arguments for the kernel. |
| 141 | size_t arity() const |
no outgoing calls