#include "Definitions.h"
#include "util/EnumDict.h"
#include "yaml/Property.h"
#include "yaml/Yaml.h"
#include <xpu/defines.h>
Go to the source code of this file.
|
| CBM_YAML_EXTERN_DECL (cbm::algo::RecoParams) |
|
| CBM_ENUM_DICT (cbm::algo::RecoParams::SortMode, {"BlockSort", RecoParams::SortMode::BlockSort}, {"CUBSegmentedSort", RecoParams::SortMode::CUBSegmentedSort}) |
|
| CBM_ENUM_DICT (cbm::algo::RecoParams::AllocationMode, {"Auto", RecoParams::AllocationMode::Auto}, {"Static", RecoParams::AllocationMode::Static}, {"Dynamic", RecoParams::AllocationMode::Dynamic}) |
|
◆ CBM_ENUM_DICT() [1/2]
CBM_ENUM_DICT |
( |
cbm::algo::RecoParams::AllocationMode | , |
|
|
{"Auto", RecoParams::AllocationMode::Auto} | , |
|
|
{"Static", RecoParams::AllocationMode::Static} | , |
|
|
{"Dynamic", RecoParams::AllocationMode::Dynamic} | ) |
◆ CBM_ENUM_DICT() [2/2]
CBM_ENUM_DICT |
( |
cbm::algo::RecoParams::SortMode | , |
|
|
{"BlockSort", RecoParams::SortMode::BlockSort} | , |
|
|
{"CUBSegmentedSort", RecoParams::SortMode::CUBSegmentedSort} | ) |
◆ CBM_YAML_EXTERN_DECL()