Open
Description
All other callback functions's input/output data structures' definitions are explicitly shown in the manual, except the select_task_options
API. I suggest adding the definition of TaskOptions
(from legion/runtime/legion/legion_mapping.h
) to make the manual more consistent:
struct TaskOptions {
Processor initial_proc; // = current
bool inline_task; // = false
bool stealable; // = false
bool map_locally; // = false
bool valid_instances; // = true
bool memoize; // = false
bool replicate; // = false
TaskPriority parent_priority; // = current
};
https://github.com/StanfordLegion/legion/blob/stable/runtime/legion/legion_mapping.h#L350-L359
Metadata
Metadata
Assignees
Labels
No labels