Legion Runtime
Loading...
Searching...
No Matches
Public Attributes | List of all members
Legion::Mapping::Mapper::MapperTaskResult Struct Reference

#include <mapping.h>

Public Attributes

MapperEvent mapper_event
 
const void * result
 
size_t result_size
 

Detailed Description


Handle Task Result

The handle_task_result call is made after the mapper has requested an external computation be run by calling 'launch_mapper_task'. This calls gives the 'mapper_event' that says which task result is being returned. The result is passed in a buffer call 'result' of 'result_size' bytes. The mapper must make a copy of this buffer if it wants the data to remain persistent.


The documentation for this struct was generated from the following file: