You need to enable JavaScript to run this app.
最新活动
大模型
产品
解决方案
定价
生态与合作
支持与服务
开发者
了解我们

如何在AMD 17h系列CPU上禁用缓存预取?

Can I Disable Cache Prefetch on AMD 17h Series CPUs?

Great question! The short answer is yes, but the method you’re familiar with from AMD 10h series CPUs won’t work here.

Let me break down the details clearly:

  • On AMD 10h series CPUs, you can programmatically disable hardware prefetch by toggling a specific bit in the MSRC001_1022 MSR register.
  • Unfortunately, this MSRC001_1022 register doesn’t exist on 17h series CPUs. To find the correct way to disable prefetch on these chips, you’ll need to refer to the official AMD 17h series processor programming reference manual, which outlines the appropriate MSRs or configuration options for this purpose.

内容的提问来源于stack exchange,提问作者Andreas Abel

火山引擎 最新活动