fix(dfr): simplify runtime parametrization and fix implicit thread allocation policy.

This commit is contained in:
Antoniu Pop
2022-04-29 09:56:43 +01:00
committed by Antoniu Pop
parent ae55e88435
commit 49111dd295
2 changed files with 45 additions and 21 deletions

View File

@@ -20,8 +20,10 @@ namespace dfr {
void _dfr_set_required(bool);
void _dfr_set_jit(bool);
void _dfr_set_use_omp(bool);
bool _dfr_is_jit();
bool _dfr_is_root_node();
bool _dfr_use_omp();
typedef enum _dfr_task_arg_type {
_DFR_TASK_ARG_BASE = 0,