Legion Runtime
Loading...
Searching...
No Matches
Legion::Mapping::MapperRuntime Member List

This is the complete list of members for Legion::Mapping::MapperRuntime, including all inherited members.

acquire_and_filter_instances(MapperContext ctx, std::vector< PhysicalInstance > &instances, bool filter_acquired_instance=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
acquire_and_filter_instances(MapperContext ctx, std::vector< std::vector< PhysicalInstance > > &instances, bool filter_acquired_instances=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
acquire_future(MapperContext ctx, const Future &f, Memory mem) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
acquire_instance(MapperContext ctx, const PhysicalInstance &instance) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
acquire_instances(MapperContext ctx, const std::vector< PhysicalInstance > &insts) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
acquire_instances(MapperContext ctx, const std::vector< std::vector< PhysicalInstance > > &instances) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
acquire_pool(MapperContext ctx, Memory memory, const PoolBounds &bounds, bool escaping=true, bool optimistic=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
broadcast(MapperContext ctx, const void *message, size_t message_size, unsigned message_kind=0, int radix=4) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
collect_instance(MapperContext ctx, const PhysicalInstance &inst) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
collect_instances(MapperContext ctx, const std::vector< PhysicalInstance > &instances, std::vector< bool > &collected) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
create_index_space(MapperContext ctx, const Domain &bounds, TypeTag type_tag=0, const char *provenance=nullptr, bool take_ownership=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
create_index_space(MapperContext ctx, Rect< DIM, COORD_T > bounds, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
create_index_space(MapperContext ctx, const std::vector< DomainPoint > &points, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
create_index_space(MapperContext ctx, const std::vector< Point< DIM, COORD_T > > &points, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
create_index_space(MapperContext ctx, const std::vector< Domain > &rects, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
create_index_space(MapperContext ctx, const std::vector< Rect< DIM, COORD_T > > &rects, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
create_mapper_event(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
create_physical_instance(MapperContext ctx, Memory target_memory, const LayoutConstraintSet &constraints, const std::vector< LogicalRegion > &regions, PhysicalInstance &result, bool acquire=true, GCPriority priority=0, bool tight_region_bounds=false, size_t *footprint=nullptr, const LayoutConstraint **unsat=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
create_physical_instance(MapperContext ctx, Memory target_memory, LayoutConstraintID layout_id, const std::vector< LogicalRegion > &regions, PhysicalInstance &result, bool acquire=true, GCPriority priority=0, bool tight_region_bounds=false, size_t *footprint=nullptr, const LayoutConstraint **unsat=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
disable_reentrant(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
do_constraints_conflict(MapperContext ctx, LayoutConstraintID set1, LayoutConstraintID set2, const LayoutConstraint **conflict_constraint=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
do_constraints_entail(MapperContext ctx, LayoutConstraintID source, LayoutConstraintID target, const LayoutConstraint **failed_constraint=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
enable_reentrant(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
filter_instances(MapperContext ctx, const Task &task, VariantID chosen_variant, std::vector< std::vector< PhysicalInstance > > &instances, std::vector< std::set< FieldID > > &missing_fields) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
filter_instances(MapperContext ctx, const Task &task, unsigned index, VariantID chosen_variant, std::vector< PhysicalInstance > &instances, std::set< FieldID > &missing_fields) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
filter_variants(MapperContext ctx, const Task &task, const std::vector< std::vector< PhysicalInstance > > &chosen_intances, std::vector< VariantID > &variants) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_execution_constraints(MapperContext ctx, TaskID task_id, VariantID vid) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_forward_MPI_mapping(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_generator_variants(MapperContext ctx, TaskID task_id, std::vector< std::pair< TaskID, VariantID > > &generator_variants, Processor::Kind kind=Processor::NO_KIND) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_layout_constraints(MapperContext ctx, LayoutConstraintID id) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_local_MPI_rank(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_or_create_physical_instance(MapperContext ctx, Memory target_memory, const LayoutConstraintSet &constraints, const std::vector< LogicalRegion > &regions, PhysicalInstance &result, bool &created, bool acquire=true, GCPriority priority=0, bool tight_region_bounds=false, size_t *footprint=nullptr, const LayoutConstraint **unsat=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_or_create_physical_instance(MapperContext ctx, Memory target_memory, LayoutConstraintID layout_id, const std::vector< LogicalRegion > &regions, PhysicalInstance &result, bool &created, bool acquire=true, GCPriority priority=0, bool tight_region_bounds=false, size_t *footprint=nullptr, const LayoutConstraint **unsat=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_or_create_variant(MapperContext ctx, TaskID task_id, const ExecutionConstraintSet &execution_constrains, const TaskLayoutConstraintSet &layout_constraints, TaskID generator_tid, VariantID generator_vid, Processor generator_processor, bool &created) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_physical_instance(MapperContext ctx, Memory target_memory, const LayoutConstraintSet &constraints, const std::vector< LogicalRegion > &regions, PhysicalInstance &result, bool acquire=true, bool tight_region_bounds=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_physical_instance(MapperContext ctx, Memory target_memory, LayoutConstraintID layout_id, const std::vector< LogicalRegion > &regions, PhysicalInstance &result, bool acquire=true, bool tight_region_bounds=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_physical_instances(MapperContext ctx, Memory target_memory, const LayoutConstraintSet &constraints, const std::vector< LogicalRegion > &regions, std::vector< PhysicalInstance > &results, bool acquire=false, bool tight_region_bounds=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_physical_instances(MapperContext ctx, Memory target_memory, LayoutConstraintID layout_id, const std::vector< LogicalRegion > &regions, std::vector< PhysicalInstance > &results, bool acquire=false, bool tight_region_bounds=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_reverse_MPI_mapping(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_task_layout_constraints(MapperContext ctx, TaskID task_id, VariantID vid) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_task_variant_name(MapperContext ctx, TaskID task_id, VariantID vid) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
find_valid_variants(MapperContext ctx, TaskID task_id, std::vector< VariantID > &valid_variants, Processor::Kind kind=Processor::NO_KIND) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_field_size(MapperContext ctx, FieldSpace handle, FieldID fid) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_field_space_fields(MapperContext ctx, FieldSpace handle, std::vector< FieldID > &fields) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_field_space_fields(MapperContext ctx, FieldSpace handle, std::set< FieldID > &fields) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_partition(MapperContext ctx, IndexSpace parent, Color color) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_partition_color(MapperContext ctx, IndexPartition handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_partition_color_space(MapperContext ctx, IndexPartition p) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_partition_color_space_name(MapperContext ctx, IndexPartition p) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_partition_depth(MapperContext ctx, IndexPartition handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_space_color(MapperContext ctx, IndexSpace handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_space_color_point(MapperContext ctx, IndexSpace handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_space_depth(MapperContext ctx, IndexSpace handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_space_domain(MapperContext ctx, IndexSpace handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_space_domains(MapperContext ctx, IndexSpace handle, std::vector< Domain > &domains) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_space_partition_colors(MapperContext ctx, IndexSpace sp, std::set< Color > &colors) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_subspace(MapperContext ctx, IndexPartition p, Color c) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_index_subspace(MapperContext ctx, IndexPartition p, const DomainPoint &color) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_partition(MapperContext ctx, LogicalRegion parent, IndexPartition handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_partition_by_color(MapperContext ctx, LogicalRegion parent, Color color) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_partition_by_color(MapperContext ctx, LogicalRegion parent, const DomainPoint &color) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_partition_by_tree(MapperContext ctx, IndexPartition handle, FieldSpace fspace, RegionTreeID tid) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_partition_color(MapperContext ctx, LogicalPartition handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_region_color(MapperContext ctx, LogicalRegion handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_region_color_point(MapperContext ctx, LogicalRegion handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_subregion(MapperContext ctx, LogicalPartition parent, IndexSpace handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_subregion_by_color(MapperContext ctx, LogicalPartition parent, Color color) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_subregion_by_color(MapperContext ctx, LogicalPartition parent, const DomainPoint &color) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_logical_subregion_by_tree(MapperContext ctx, IndexSpace handle, FieldSpace fspace, RegionTreeID tid) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_parent_index_partition(MapperContext ctx, IndexSpace handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_parent_index_space(MapperContext ctx, IndexPartition handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_parent_logical_partition(MapperContext ctx, LogicalRegion handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
get_parent_logical_region(MapperContext ctx, LogicalPartition handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
has_index_partition(MapperContext ctx, IndexSpace parent, Color c) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
has_mapper_event_triggered(MapperContext ctx, MapperEvent event) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
has_multiple_domains(MapperContext ctx, IndexSpace handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
has_parent_index_partition(MapperContext ctx, IndexSpace handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
has_parent_logical_partition(MapperContext ctx, LogicalRegion handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
index_space_dominates(MapperContext ctx, IndexSpace test, IndexSpace dominator) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
index_space_dominates(MapperContext ctx, IndexSpaceT< DIM, COORD_T > test, IndexSpaceT< DIM, COORD_T > dominator) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
index_spaces_overlap(MapperContext ctx, IndexSpace one, IndexSpace two) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
index_spaces_overlap(MapperContext ctx, IndexSpaceT< DIM, COORD_T > one, IndexSpaceT< DIM, COORD_T > two) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
intersect_index_spaces(MapperContext ctx, const std::vector< IndexSpace > &sources, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
intersect_index_spaces(MapperContext ctx, const std::vector< IndexSpaceT< DIM, COORD_T > > &sources, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_idempotent_variant(MapperContext ctx, TaskID task_id, VariantID variant_id) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_index_partition_complete(MapperContext ctx, IndexPartition p) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_index_partition_disjoint(MapperContext ctx, IndexPartition p) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_index_space_empty(MapperContext ctx, IndexSpace handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_index_space_empty(MapperContext ctx, IndexSpaceT< DIM, COORD_T > handle) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_inner_variant(MapperContext ctx, TaskID task_id, VariantID variant_id) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_leaf_variant(MapperContext ctx, TaskID task_id, VariantID variant_id) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_locked(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_MPI_interop_configured(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_reentrant(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
is_replicable_variant(MapperContext ctx, TaskID task_id, VariantID variant_id) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
lock_mapper(MapperContext ctx, bool read_only=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
MapperRuntime(Internal::Runtime *runtime) (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntimeprotected
pack_physical_instance(MapperContext ctx, Serializer &rez, PhysicalInstance instance) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
pack_tunable(const T &result, Mapper::SelectTunableOutput &output) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntimeinline
redistrict_instance(MapperContext ctx, PhysicalInstance &instance, const LayoutConstraintSet &constraints, const std::vector< LogicalRegion > &regions, bool acquire=true, GCPriority priority=0, bool tight_region_bounds=false) (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
redistrict_instance(MapperContext ctx, PhysicalInstance &instance, LayoutConstraintID layout_id, const std::vector< LogicalRegion > &regions, bool acquire=true, GCPriority priority=0, bool tight_region_bounds=false) (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
register_layout(MapperContext ctx, const LayoutConstraintSet &layout_constraints, FieldSpace handle=FieldSpace::NO_SPACE) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
register_task_variant(MapperContext ctx, const TaskVariantRegistrar &registrar) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
register_task_variant(MapperContext ctx, const TaskVariantRegistrar &registrar, const UDT &user_data) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
register_task_variant(MapperContext ctx, const TaskVariantRegistrar &registrar) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
register_task_variant(MapperContext ctx, const TaskVariantRegistrar &registrar, const UDT &user_data) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
register_task_variant(MapperContext ctx, const TaskVariantRegistrar &registrar, const CodeDescriptor &codedesc, const void *user_data=nullptr, size_t user_len=0, size_t return_type_size=LEGION_MAX_RETURN_SIZE, bool has_return_type=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
release_instance(MapperContext ctx, const PhysicalInstance &instance) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
release_instances(MapperContext ctx, const std::vector< PhysicalInstance > &instances) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
release_instances(MapperContext ctx, const std::vector< std::vector< PhysicalInstance > > &instances) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
release_layout(MapperContext ctx, LayoutConstraintID layout_id) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
release_pool(MapperContext ctx, Memory memory, bool escaping=true) (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_name(MapperContext ctx, TaskID task_id, const char *&result) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_name(MapperContext ctx, IndexSpace handle, const char *&result) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_name(MapperContext ctx, IndexPartition handle, const char *&result) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_name(MapperContext ctx, FieldSpace handle, const char *&result) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_name(MapperContext ctx, FieldSpace handle, FieldID fid, const char *&result) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_name(MapperContext ctx, LogicalRegion handle, const char *&result) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_name(MapperContext ctx, LogicalPartition handle, const char *&result) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_semantic_information(MapperContext ctx, TaskID task_id, SemanticTag tag, const void *&result, size_t &size, bool can_fail=false, bool wait_until_ready=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_semantic_information(MapperContext ctx, IndexSpace handle, SemanticTag tag, const void *&result, size_t &size, bool can_fail=false, bool wait_until_ready=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_semantic_information(MapperContext ctx, IndexPartition handle, SemanticTag tag, const void *&result, size_t &size, bool can_fail=false, bool wait_until_ready=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_semantic_information(MapperContext ctx, FieldSpace handle, SemanticTag tag, const void *&result, size_t &size, bool can_fail=false, bool wait_until_ready=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_semantic_information(MapperContext ctx, FieldSpace handle, FieldID fid, SemanticTag tag, const void *&result, size_t &size, bool can_fail=false, bool wait_until_ready=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_semantic_information(MapperContext ctx, LogicalRegion handle, SemanticTag tag, const void *&result, size_t &size, bool can_fail=false, bool wait_until_ready=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
retrieve_semantic_information(MapperContext ctx, LogicalPartition handle, SemanticTag tag, const void *&result, size_t &size, bool can_fail=false, bool wait_until_ready=false) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
send_message(MapperContext ctx, Processor target, const void *message, size_t message_size, unsigned message_kind=0) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
set_garbage_collection_priority(MapperContext ctx, const PhysicalInstance &instance, GCPriority priority) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
start_profiling_range(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
stop_profiling_range(MapperContext ctx, const char *provenance) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
subscribe(MapperContext ctx, const PhysicalInstance &instance) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
subtract_index_spaces(MapperContext ctx, IndexSpace left, IndexSpace right, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
subtract_index_spaces(MapperContext ctx, IndexSpaceT< DIM, COORD_T > left, IndexSpaceT< DIM, COORD_T > right, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
trigger_mapper_event(MapperContext ctx, MapperEvent event) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
union_index_spaces(MapperContext ctx, const std::vector< IndexSpace > &sources, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
union_index_spaces(MapperContext ctx, const std::vector< IndexSpaceT< DIM, COORD_T > > &sources, const char *provenance=nullptr) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
unlock_mapper(MapperContext ctx) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
unpack_physical_instance(MapperContext ctx, Deserializer &derez, PhysicalInstance &instance) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
unsubscribe(MapperContext ctx, const PhysicalInstance &inst) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
update_mappable_data(MapperContext ctx, const Mappable &mappable, const void *mapper_data, size_t mapper_data_size) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
update_mappable_tag(MapperContext ctx, const Mappable &mappable, MappingTagID new_tag) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
wait_on_mapper_event(MapperContext ctx, MapperEvent event) const (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntime
~MapperRuntime(void) (defined in Legion::Mapping::MapperRuntime)Legion::Mapping::MapperRuntimeprotected