Skip to content

Commit fc4a173

Browse files
Add power to submission structure documentation
1 parent bcd6c8f commit fc4a173

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tools/submission/submission_structure.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,18 @@ The following diagram describes the submission structure
1919
│ │ │ │ │ │ │ └── mlperf_log_summary.txt
2020
│ │ │ │ │ │ ├── performance
2121
│ │ │ │ │ │ │ ├── run_1
22-
│ │ │ │ │ │ │ │ ├── mlperf_log_accuracy.txt
2322
│ │ │ │ │ │ │ │ ├── mlperf_log_detail.txt
2423
│ │ │ │ │ │ │ │ └── mlperf_log_summary.txt
24+
│ │ │ │ │ │ │ ├── power (only for power submissions)
25+
│ │ │ │ │ │ │ │ ├── client.json
26+
│ │ │ │ │ │ │ │ ├── client.log
27+
│ │ │ │ │ │ │ │ ├── ptd_log.txt
28+
│ │ │ │ │ │ │ │ ├── server.json
29+
│ │ │ │ │ │ │ │ └── server.log
30+
│ │ │ │ │ │ │ ├── ranging (only for power submissions)
31+
│ │ │ │ │ │ │ │ ├── mlperf_log_detail.txt
32+
│ │ │ │ │ │ │ │ ├── mlperf_log_summary.txt
33+
│ │ │ │ │ │ │ │ └── spl.txt
2534
│ │ │ │ │ │ ├── <TEST0X>
2635
│ │ │ │ │ │ │ ├── accuracy
2736
│ │ │ │ │ │ │ │ ├── accuracy.txt

0 commit comments

Comments
 (0)