yacx-YetAnotherCudaExecutor  0.6.2
wrapper to easily compile and execute cuda kernels
docs/options_construct.cpp
#include "yacx/Device.hpp"
#include "yacx/Options.hpp"
Device device;
Options options{yacx::options::GpuArchitecture(device),
options.insertOption(yacx::options::Fast_Math{true});
options.insert("--std", "c++14");
yacx::options::GpuArchitecture
Definition: Options.hpp:97
yacx::options::Fast_Math
Definition: Options.hpp:119
yacx::options::FMAD
Definition: Options.hpp:113