gpt4 book ai didi

multithreading - 多个 cpu 、多个内核和线程数

转载 作者:行者123 更新时间:2023-12-03 12:57:00 26 4
gpt4 key购买 nike

系统配置:Win 7 64 位,visual Studio 2010 Premium,dell t7500,配备 2 个 xeon 5690 芯片,48 gig 内存。每个至强有 6 个内核,因此有 12 个物理内核。使用超线程,应该有 24 个逻辑核心。

在我的 C 应用程序中:

Session.coresAvailable  =    omp_get_num_procs ( );
Session.threadsAvailable = omp_get_max_threads ( ) ;

系统返回并告诉我有 12 个内核和 12 个线程。不应该是24个线程吗?

最佳答案

将评论转换为答案:

您需要在 BIOS 中启用 HyperThreading 才能看到所有 24 个线程。

关于multithreading - 多个 cpu 、多个内核和线程数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8102486/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com