22#include "config/version.hpp"
32 if (
name ==
"version_major") {
35 if (
name ==
"version_minor") {
38 if (
name ==
"version_friendly") {
41 if (
name ==
"version") {
45 if (
name ==
"git_branch") {
48 if (
name ==
"git_commit") {
51 if (
name ==
"git_state") {
Variant do_call_method(std::string const &name, VariantMap const ¶meters) override
std::string_view name() const
cudaStream_t stream[1]
CUDA streams for parallel computing on CPU and GPU.
std::unordered_map< std::string, Variant > VariantMap
Recursive variant implementation.