Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/software_layer/cpu_targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following table lists the CPU microarchitectures that are natively supported
| `x86_64/intel/cascadelake` | Intel Cascade Lake, Cooper Lake | {{ eessi_202306 }} {{ eessi_202506 }} {{ eessi_202606 }} |
| `x86_64/intel/icelake` | Intel Ice Lake | {{ eessi_202306 }} {{ eessi_202506 }} {{ eessi_202606 }} |
| `x86_64/intel/sapphirerapids` | Intel Sapphire Rapids, Emerald Rapids | {{ eessi_202306 }} {{ eessi_202506 }} {{ eessi_202606 }} |
| `x86_64/intel/graniterapids` | Intel Granite Rapids | {{ eessi_202306 }} {{ eessi_202506 }} {{ eessi_202606 }} |

The names of these CPU targets correspond to the names used by [archspec](https://github.com/archspec/archspec).

Expand Down
9 changes: 9 additions & 0 deletions docs/software_layer/gpu_targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@ The combinations marked with an '`N`' are built natively; others are built on a
<td>{{ eessi_202506_x }} {{ eessi_202606_x }}</td>
<td>{{ eessi_202506_x }} {{ eessi_202606_x }}</td>
</tr>
<tr>
<td><code>x86_64/intel/graniterapids</code></td>
<td>-</td>
<td>{{ eessi_202606_x }}</td>
<td>{{ eessi_202606_x }}</td>
<td>{{ eessi_202606_x }}</td>
<td>{{ eessi_202606_x }}</td>
<td>{{ eessi_202606_x }}</td>
</tr>
<tr>
<td><code>x86_64/amd/zen2</code></td>
<td>{{ eessi_202306_x }} {{ eessi_202506_x }}</td>
Expand Down
Loading