|
Legion Runtime
|
#include <mapping.h>
Public Attributes | |
| TaskID | task_id |
| MapperID | mapper_id |
| ExecutionConstraintSet | execution_constraints |
| TaskLayoutConstraintSet | layout_constraints |
This structure defines the arguments that will be passed to a task generator variant from a call to find_or_create_variant if the no variant could be found. The task generator function will then be expected to generate one or more variants and register them with the runtime. The first variant registered will be the one that the runtime will use to satisfy the mapper request.