From 13927ebc47514cbc2277d2e4b21cd8fccf3f27a9 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Sat, 8 Apr 2023 15:47:02 +0100 Subject: [PATCH 1/4] Add system_type_specific field to system_desc Proposal to add system_type_specific field in system_desc.json file to classify edge category systems to edge-servers and edge-devices (embedded). It can also be used to classify datacenter category systems to `on-premise` and `cloud`. --- submission_rules.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/submission_rules.adoc b/submission_rules.adoc index 6b9569b..f0c32b4 100644 --- a/submission_rules.adoc +++ b/submission_rules.adoc @@ -445,6 +445,7 @@ The file .json should contain the following metadata describing | submitter | Yes | Google | David Kanter | David Kanter | division | Yes | closed | Closed | Open | system_type | Yes | datacenter | datacenter | edge +| system_type_specific | Yes^2^ | cloud | edge-server | edge-device | status | Yes | available | available | available | | | | | | system_name | Yes | tpu-v3 | 8ball | 8ball @@ -482,6 +483,7 @@ The file .json should contain the following metadata describing |=== ^1^ Optional for preview system submission. These fields must be updated in the system description json upon the public availability of the processor. +^2^ The valid values for `system_type_specific` are `cloud` and `on-premice` for datacenter category and `edge-server` and `edge-device` for edge category. In the Network division for the inference datacenter the file .json should also contain: From 538f2d1a18bd1d719d9d3cbbb483a055273a05c9 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Sat, 8 Apr 2023 15:48:34 +0100 Subject: [PATCH 2/4] Update submission_rules.adoc --- submission_rules.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/submission_rules.adoc b/submission_rules.adoc index f0c32b4..f337d55 100644 --- a/submission_rules.adoc +++ b/submission_rules.adoc @@ -483,6 +483,7 @@ The file .json should contain the following metadata describing |=== ^1^ Optional for preview system submission. These fields must be updated in the system description json upon the public availability of the processor. + ^2^ The valid values for `system_type_specific` are `cloud` and `on-premice` for datacenter category and `edge-server` and `edge-device` for edge category. From 11b27c28a18089dba578454f7f4e209ef6f25de1 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Thu, 1 Jun 2023 00:20:06 +0100 Subject: [PATCH 3/4] Fix typo --- submission_rules.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submission_rules.adoc b/submission_rules.adoc index b7b13d9..1cf9c2e 100644 --- a/submission_rules.adoc +++ b/submission_rules.adoc @@ -484,7 +484,7 @@ The file .json should contain the following metadata describing ^1^ Optional for preview system submission. These fields must be updated in the system description json upon the public availability of the processor. -^2^ The valid values for `system_type_specific` are `cloud` and `on-premice` for datacenter category and `edge-server` and `edge-device` for edge category. +^2^ The valid values for `system_type_specific` are `cloud` and `on-premise` for datacenter category and `edge-server` and `edge-device` for edge category. In the Network division for the inference datacenter the file .json should also contain: From 2e48211ad5297760ff2b508f5c206b0cc159def6 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Tue, 20 Jun 2023 11:30:51 +0100 Subject: [PATCH 4/4] Update submission_rules.adoc --- submission_rules.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submission_rules.adoc b/submission_rules.adoc index 1cf9c2e..79e6ee9 100644 --- a/submission_rules.adoc +++ b/submission_rules.adoc @@ -445,7 +445,7 @@ The file .json should contain the following metadata describing | submitter | Yes | Google | David Kanter | David Kanter | division | Yes | closed | Closed | Open | system_type | Yes | datacenter | datacenter | edge -| system_type_specific | Yes^2^ | cloud | edge-server | edge-device +| system_type_detail | ^2^ | cloud | edge-server | edge-device | status | Yes | available | available | available | | | | | | system_name | Yes | tpu-v3 | 8ball | 8ball @@ -484,7 +484,7 @@ The file .json should contain the following metadata describing ^1^ Optional for preview system submission. These fields must be updated in the system description json upon the public availability of the processor. -^2^ The valid values for `system_type_specific` are `cloud` and `on-premise` for datacenter category and `edge-server` and `edge-device` for edge category. +^2^ Optional for submitters to add more specific system type. Some possible values for `system_type_detail` are `cloud` and `on-premise` for datacenter category and `edge-server` and `edge-device` for edge category. In the Network division for the inference datacenter the file .json should also contain: