! Select a kernel. * * \see kernel */
| 3191 | * \see kernel |
| 3192 | */ |
| 3193 | inline Kernel operator()( |
| 3194 | std::string name, jitify::detail::vector<std::string> options = 0) const { |
| 3195 | return this->kernel(name, options); |
| 3196 | } |
| 3197 | }; |
| 3198 | |
| 3199 | /*! An object that manages a cache of JIT-compiled CUDA kernels. |