Skip to content

Variable name of doubled_task_number in code example for future #23

Open
@Anjiang-Wei

Description

@Anjiang-Wei

This is really a negligible issue. I would suggest changing the variable name of doubled_task_number to increment_task_number.
The related code is from

int subtask_producer(const Task *task,
		      const std::vector<PhysicalRegion> &regions,
		      Context ctx, 
		      Runtime *runtime)
{
  int subtask_number = *((int *) task->args);
  printf("\tProducer subtask %d\n", subtask_number);
  return subtask_number + 1;
}

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