From f7e061ce2733038b3614a176c8d8918d9baa0c96 Mon Sep 17 00:00:00 2001 From: Michal Szutenberg Date: Tue, 20 Feb 2024 17:59:10 +0200 Subject: [PATCH] Remove host_processor_vcpu_count Fixes https://github.com/mlcommons/inference/issues/1631 --- submission_rules.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/submission_rules.adoc b/submission_rules.adoc index f9f2ded..5b3b427 100644 --- a/submission_rules.adoc +++ b/submission_rules.adoc @@ -457,8 +457,7 @@ The file .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 @@ -487,9 +486,6 @@ The file .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 .json should also contain: |===