Skip to content

Missing Definition for TaskOptions #17

Open
@Anjiang-Wei

Description

@Anjiang-Wei

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions