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
Respect --thread-count by setting parallel strategy
ELD's --thread-count option wasn't affecting `llvm::parallelFor()`
because `llvm::parallel::strategy` was never set, so LLVM always
defaulted to hardware concurrency. Set the strategy from --thread-count
so `parallelFor()` uses the requested thread limit.
Signed-off-by: quic-areg <aregmi@qti.qualcomm.com>
0 commit comments