configs : added output label description depending on option set

This commit is contained in:
saundersp
2023-08-03 21:35:03 +02:00
parent c2f46806c6
commit f65c58d95c
2 changed files with 17 additions and 2 deletions

View File

@ -14,12 +14,19 @@
__device__ constexpr const size_t M = 5; //log2(NB_THREADS_2D_Y));
#endif
// Save state to avoid recalulation on restart
// Save state to avoid recalculation on restart
#define SAVE_STATE true
// Redo the state even if it's already saved
#define FORCE_REDO false
// Use GPU to greatly accelerate runtime
#define GPU_BOOSTED true
// Depending on what you set, the output label will be as follow :
// | GPU_BOOSTED | LABEL |
// |-------------|-------|
// | true | GPU |
// | false | CPU |
// Number of weak classifiers
// const size_t TS[] = { 1 };
// const size_t TS[] = { 1, 5, 10 };