[Mlir-commits] [mlir] [MLIR][SCFToOpenMP] Add automatic-num-threads option (PR #85771)
Kiran Chandramohan
llvmlistbot at llvm.org
Sun Mar 24 15:06:47 PDT 2024
https://github.com/kiranchandramohan commented:
Thanks for this patch.
> This commit adds an option to automatically infer the optimal number of threads from the scf loop.
What is the background of the particular algorithm used in this patch? Wouldn't this also lead to too many threads?
https://github.com/llvm/llvm-project/pull/85771
More information about the Mlir-commits
mailing list