Joseph Schuchart
Joseph Schuchart
## Description PTG and DTD use remote deps, which provide a command queue to which threads can offload remote operations. TTG doesn't use that facility and won't for the foreseeable...
## Description Because I am tired of repeating why we cannot use PaRSEC's remote dependencies in TTG and instead use the parsec_ce directly, here is a list of what I...
Add a LIFO for task activities that are high-priority to the context. These activities are picked up by worker threads. With GPU execution, worker threads are mostly idle so they...
## Description The number of flows of a device task are capped by a compile-time constant `PARSEC_MAX_PARAM_COUNT`, which is used to create several member arrays in `parsec_task_class_t`, `parsec_task_t`, and `parsec_gpu_task_t`....
## Description @therault and I talked through an issue we have in TTG that does not appear to exist in other DSLs: objects in TTG have arbitrary life-times so they...