arcs-skku / EMDC_llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
38 stars 6 forks source link

The number of Eager Launch task #30

Closed mtm776 closed 11 months ago

mtm776 commented 11 months ago

In eager_sched/sched.cpp, it seems there is only one Eager Launch task per GPU. Why is there only one Eager Launch task per GPU?

jeongjaeK commented 11 months ago

If there are more than one eager launch task, the serious performance degradation can be occurred because of interference between tasks and increased over-subscription ratio. I will add experimental result related to these performance degradation.