Returns the number of arguments that this kernel accepts.
| 276 | |
| 277 | // Returns the number of arguments that this kernel accepts. |
| 278 | size_t arity() const { return arity_; } |
| 279 | |
| 280 | // Convenience getters for testing whether these platform variants have |
| 281 | // kernel loader specifications available. |