![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
Functor used for compiling kernels. More...
#include <kernel_cl.hpp>
Public Member Functions | |
kernel_functor (const char *name, const std::vector< const char *> &sources, const std::map< const char *, int > &options) | |
functor to access the kernel compiler. More... | |
auto | operator() () const |
const std::map< const char *, int > & | get_opts () const |
Functor used for compiling kernels.
Args | Parameter pack of all kernel argument types. |
Definition at line 163 of file kernel_cl.hpp.
|
inline |
functor to access the kernel compiler.
name | The name for the kernel. |
sources | A std::vector of strings containing the code for the kernel. |
options | The values of macros to be passed at compile time. |
Definition at line 175 of file kernel_cl.hpp.
|
inline |
Definition at line 192 of file kernel_cl.hpp.
|
inline |
Definition at line 187 of file kernel_cl.hpp.