Skip to content

I want to know the process that task-bench kernel executes on legion  #98

@AngryBear2

Description

@AngryBear2

Hello, I have some understanding of task-bench at present, but there are still many things that are not very clear, here I would like to ask you:

  1. It seems that type-type is the type that generates the dependencies of the task graph, and kernel is the part to be executed. For example, if I want to use stencil to execute compute_kernel, how is the generated legion code partitioned? What about data dependencies on multiple nodes? Does each node split the compute_kernel into many parts, or does each node execute the same compute_kernel?

  2. I am not familiar with the execution process of memory_kernel on legion, so I hope you can consult me.

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