Returns the function name for the kernel.
| 152 | |
| 153 | /// Returns the function name for the kernel. |
| 154 | std::string name() const |
| 155 | { |
| 156 | return get_info<std::string>(CL_KERNEL_FUNCTION_NAME); |
| 157 | } |
| 158 | |
| 159 | /// Returns the number of arguments for the kernel. |
| 160 | size_t arity() const |
no outgoing calls