SG++-Doxygen-Documentation
|
OpenCL source builder for density right hand side vector. More...
#include <KernelSourceBuilderB.hpp>
Public Member Functions | |
std::string | generateSource (size_t dimensions, size_t datapoints) |
Generates the opencl source code for the density right hand side vector. More... | |
SourceBuilderB (json::Node &kernelConfiguration, size_t dims) | |
Public Member Functions inherited from sgpp::base::KernelSourceBuilderBase< real_type > | |
KernelSourceBuilderBase () | |
Additional Inherited Members | |
Protected Member Functions inherited from sgpp::base::KernelSourceBuilderBase< real_type > | |
std::string | constSuffix () |
std::string | floatType () |
std::string | intType () |
std::string | reuseSource (std::string fileName) |
void | writeSource (std::string fileName, std::string source) |
Protected Attributes inherited from sgpp::base::KernelSourceBuilderBase< real_type > | |
std::vector< std::string > | indent |
Static Protected Attributes inherited from sgpp::base::KernelSourceBuilderBase< real_type > | |
static const size_t | MAX_INDENT_LEVEL |
OpenCL source builder for density right hand side vector.
|
inline |
|
inline |
Generates the opencl source code for the density right hand side vector.
Referenced by sgpp::datadriven::DensityOCLMultiPlatform::KernelDensityB< T >::start_rhs_generation().