# AMD EPYC BIOS 设置备忘

1 min read
Table of Contents

基于 EPYC Rome(zen2),参考教程EPYC School HPC 教学等。仅记录非 Auto 项目。

CBS

CPU

  • Global C-state Control -> Enable

开启 C-state,闲置的时候省一点点电。

Data Fabric

Memory Addressing

  • NUMA nodes per socket -> NPS1

单路 4 通道内存配置,所以 NUMA 节点改为一颗 CPU 作为一个节点。

NUMA 模式:

  1. 0 两个 CPU 作为一个节点(16 通道,2 通道)
  2. 1 一个 CPU 作为一个节点(8 通道,4 通道,2 通道)
  3. 2 一个 CPU 作为两个节点(CCD 对半分,4 通道,2 通道)
  4. 4 一个 CPU 每个象限作为一个节点(CCD 四分,2 通道)

NBIO

  • IOMMU -> Enable

不必多说,现代计算机基本都要开。

  • Efficiency Mode Enable -> Enable

提高 C0 占比,不太降低性能但提高能耗效率。追求极致性能可以 Auto。

My avatar

Thanks for reading my blog post! Feel free to check out my other posts or contact me via the social links in the footer.


More Posts

Comments