You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work stealing method in NonBlockingWorkQueue is not a good idea to reduce cache missing in LLC automatically. Depth-first execution computation graphs are generally more cache-friendly.
If I want to apply a clever algorithm to schedule concurrency task for making a better performance, such as according to the result of llvm-mca.
What's the best implement conforming to the software design philosophy. Make a new WorkQueue which is able to rearrange the task?
The text was updated successfully, but these errors were encountered:
MoFHeka
changed the title
How to access thread concurrent scheduling control with cost function in BEF executor
How to access thread concurrent scheduling control with cost function in BEF executor?
Mar 26, 2024
Work stealing method in NonBlockingWorkQueue is not a good idea to reduce cache missing in LLC automatically. Depth-first execution computation graphs are generally more cache-friendly.
If I want to apply a clever algorithm to schedule concurrency task for making a better performance, such as according to the result of llvm-mca.
What's the best implement conforming to the software design philosophy. Make a new WorkQueue which is able to rearrange the task?
The text was updated successfully, but these errors were encountered: