[PATCH] D112705: Add hint to readme, how to use automatically the optimal number of CPU cores
Heiko Thiel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 1 03:30:13 PDT 2021
SunBlack added a comment.
You are right, CPU cores is still not correct. I believed at SMT the virtual cores are also called cores, but apparently they are not, if I look e.g. in the specification of Intel processors. I think the reference to `$(nproc)` is useful if your system supports it, though a rewording to say that it only exists on some systems would be better.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112705/new/
https://reviews.llvm.org/D112705
More information about the llvm-commits
mailing list