Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove host_processor_vcpu_count #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 1 addition & 5 deletions submission_rules.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,7 @@ The file <system_desc_id>.json should contain the following metadata describing
| number_of_nodes | Yes | 1 | 1 | 1
| host_processors_per_node | Yes | 1 | 2 | 2
| host_processor_model_name | Yes | Intel Skylake | Intel Xeon Platinum 8164 | Intel Xeon Platinum 8164
| host_processor_core_count | Yes^1^, or vcpu | | 26 | 26
| host_processor_vcpu_count | Yes^1^, or core ^1^| 96 | |
| host_processor_core_count | Yes | 96 | 26 | 26
| host_processor_frequency | | | 2000MHz | 2000MHz
| host_processor_caches | | | L1: 32KB I + 32KB D per core, L2: 1MB I+D per core, L3: 37.75MB I+D per chip | L1: 32KB I + 32KB D per core, L2: 1MB I+D per core, L3: 37.75MB I+D per chip
| host_processor_interconnect | | | 3x 10.6GT/s UPI | 3x 10.6GT/s UPI
Expand Down Expand Up @@ -487,9 +486,6 @@ The file <system_desc_id>.json should contain the following metadata describing
| sw_notes | | | extra notes here | extra notes here
|===

^1^ Optional for preview system submission. These fields must be updated in the system description json upon the public availability of the processor.


In the Network division for the inference datacenter the file <system_desc_id>.json should also contain:

|===
Expand Down
Loading