arcana-lab / noelle

NOELLE Offers Empowering LLVM Extensions
MIT License
72 stars 35 forks source link

Added noelle-time-saved command and associated pass for printing stats about parallelization time savings #59

Closed kalxr closed 1 year ago

kalxr commented 1 year ago

This new pass is basically a clone of parallelization_planner, except it doesn't embed metadata. Its purpose is to print stats on potential time savings from parallelization. Since most of the code is duplicated it should be refactored once TimingModel is brought into the core.