NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <jitify.hpp>
Public Member Functions | |
Program (JitCache &cache, std::string source, jitify::detail::vector< std::string > headers=0, jitify::detail::vector< std::string > options=0, file_callback_type file_callback=0) | |
Kernel | kernel (std::string name, jitify::detail::vector< std::string > options=0) const |
Kernel | operator() (std::string name, jitify::detail::vector< std::string > options=0) const |
Friends | |
class | Kernel |
An object representing a program made up of source code, headers and options.
|
inline |
|
inline |
Select a kernel.
name | The name of the kernel (unmangled and without template arguments). |
options | A vector of options to be passed to the NVRTC compiler when compiling this kernel. |
References Kernel.
Referenced by operator()(), and jitify::parallel_for().
|
inline |