Skip to content

Commit

Permalink
Fix/fix cpuvendor example (#372)
Browse files Browse the repository at this point in the history
* Fix _z3hh example description (AMD EPYC, not Intel).
* Also add a note to Bergamo (Zen-4c) cores.
* Add :::note admonition.
   As suggested by @berendt.

Signed-off-by: Kurt Garloff <kurt@garloff.de>
  • Loading branch information
garloff authored Nov 6, 2023
1 parent 03d02fe commit 49be8a8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Standards/scs-0100-v3-flavor-naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,16 @@ help the parser tool, which assumes 0 for an unspecified value and does leave it
out when generating the name for comparison. In other words: 0 has a meaning of
"rather old or unspecified".

:::note

We don't differentiate between Zen-4 (Genoa) and Zen-4c (Bergamo); L3 cache per
Siena core is smaller on Bergamo and the frequency lower but the cores are otherwise
identical. As we already have a qualifier `h` that allows to specify higher frequencies
(which Genoa thus may use more and Bergamo less or not), we have enough distinction
capabilities.

:::

#### Frequency Suffixes

| Suffix | Meaning |
Expand All @@ -407,7 +417,7 @@ out when generating the name for comparison. In other words: 0 has a meaning of
- SCS-2C-4-10n_bms_**z3**
- SCS-2C-4-10n_bms_**z3**
- SCS-2C-4-10n_bms_**z3h**
- SCS-2C-4-10n_bms_**z3hh** <- Bare Metal, Intel Ice Lake with > 3.25GHz all core freq
- SCS-2C-4-10n_bms_**z3hh** <- Bare Metal, AMD Milan with > 3.25GHz all core freq

### [OPTIONAL] GPU support

Expand Down

0 comments on commit 49be8a8

Please sign in to comment.