-
Beta Was this translation helpful? Give feedback.
Answered by
gujuriu
Sep 24, 2023
Replies: 1 comment 1 reply
-
Hi @tic-top, the CPU from your picture has 6 cores (real ones) and two threads per core because of Intel® Hyper-Threading Technology / HT / SMT, you've called a function name num_cores() and that function returned the right amount of CPU cores. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tic-top
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tic-top, the CPU from your picture has 6 cores (real ones) and two threads per core because of Intel® Hyper-Threading Technology / HT / SMT, you've called a function name num_cores() and that function returned the right amount of CPU cores.