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:
-
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?
-
I am not familiar with the execution process of memory_kernel on legion, so I hope you can consult me.