启用 Intel HD Graphics 可以提高内存速度吗?

Zha*_*ang 7 memory windows performance graphics-card intel-graphics

我发现在设备管理器中启用 Intel HD Graphics 可以将内存速度提高约 17%。我也用 Prime95 测试过内存速度,结果是一样的。(Prime95 结果高度依赖于内存速度)

我的硬件信息如下。

Processor: Intel Core i7-4790k (with Intel HD Graphics 4600)
Motherboard: Gigabyte B85M-D3H
Memory: Kingston 8GB 1600MHz x 2 (dual channel)
Run Code Online (Sandbox Code Playgroud)

禁用HD Graphics时,内存速度约为18.3GB/s,Prime95 3584K FFT迭代一次消耗约19ms。启用 HD Graphics 时,结果约为 21.4GB/s 和 16ms。

屏幕截图:当 HD Graphics 被禁用时。 残疾

屏幕截图:启用高清显卡时。 启用

我还用 Prime95 测试了一些其他配置,结果如下表所示。通过这些测试,我发现内存速度很快,当且仅当 Windows 操作系统启用 HD Graphics 时。即使安装了discrate图形卡,内存速度也很慢。

#1
+------------------------------------------+--------+
| No discrate graphics card installed      | 20ms   |
| HD Graphics enabled in BIOS              | (slow) |
| Fresh install of Windows Server 2012 R2  |        |
| HD Graphics driver **not installed**     |        |
+------------------------------------------+--------+
| No discrate graphics card installed      | 15ms   |
| HD Graphics enabled in BIOS              | (fast) |
| Fresh install of Windows Server 2012 R2  |        |
| HD Graphics driver **installed**         |        |
+------------------------------------------+--------+

#2
+------------------------------------------+--------+
| No discrate graphics card installed      | 20ms   |
| HD Graphics disabled in BIOS             | (slow) |
| Use Remote Desktop to benchmark          |        |
| Fresh install of Windows Server 2012 R2  |        |
+------------------------------------------+--------+

#3
+------------------------------------------+--------+
| No discrate graphics card installed      | 20ms   |
| HD Graphics enabled in BIOS              | (slow) |
| Fresh install of Ubuntu 14.04.3          |        |
+------------------------------------------+--------+

#4
+------------------------------------------+--------+
| Geforce 6200LE graphics card installed   | 20ms   |
| HD Graphics disabled in BIOS             | (slow) |
| Fresh install of Windows Server 2012 R2  |        |
+------------------------------------------+--------+
Run Code Online (Sandbox Code Playgroud)

我的问题是:为什么启用 Intel HD Graphics 可以提高内存速度?

rzf*_*fzr -2

当在 AMD 的 APU 上使用板载显卡或在您的情况下使用英特尔芯片时,部分系统内存将用于图形,GPU 内存比系统 RAM 快得多,因此您的主板可能会比系统内存更努力地推动 RAM通常。BIOS 上分配的内存设置是否为自动?将它们全部设置为手动应该会删除变量,并且结果应该是相同的。

  • 当然,“专用”图形内存通常会更快。主要是因为接口要宽得多。但这既不是GDDR,也没有神奇地增加接口宽度。 (2认同)