Skip to content

Commit 6315397

Browse files
authored
Create TEST01 audit.conf for rgat (#2037)
* Create TEST01 audit.conf for rgat * Update benchmark-checklist.md | RGAT checklist completed
1 parent 2ed0a3e commit 6315397

File tree

3 files changed

+27
-14
lines changed

3 files changed

+27
-14
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# The format of this config file is 'key = value'.
2+
# The key has the format 'model.scenario.key'. Value is mostly int64_t.
3+
# Model maybe '*' as wildcard. In that case the value applies to all models.
4+
# All times are in milli seconds
5+
6+
# mode dictionary (0 = submission, 1 = accuracy, 2 = performance, 3 = find peak perf)
7+
*.*.mode = 2
8+
*.*.accuracy_log_rng_seed = 720381539243781796
9+
*.*.accuracy_log_sampling_target = 4096

graph/R-GAT/benchmark-checklist.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Documented whether **Equal Issue Mode** is applicable in
4848
---
4949

5050
#### **9. Reference Implementation Dataset Coverage**
51-
- [ ] Reference implementation successfully processes the entire validation dataset during:
52-
- [ ] Performance runs
53-
- [ ] Accuracy runs
54-
- [ ] Compliance runs
55-
- [ ] Valid log files passing the submission checker are generated for all runs.
51+
- [X] Reference implementation successfully processes the entire validation dataset during:
52+
- [X] Performance runs
53+
- [X] Accuracy runs
54+
- [X] Compliance runs
55+
- [X] Valid log files passing the submission checker are generated for all runs - [link](https://github.com/mlcommons/mlperf_inference_unofficial_submissions_v5.0/tree/main/closed/MLCommons/results/mlc-server-reference-gpu-pytorch_v2.4.0-cu124/rgat/offline/performance/run_1).
5656

5757
---
5858

@@ -81,7 +81,8 @@ Documented whether **Equal Issue Mode** is applicable in
8181
---
8282

8383
#### **14. Sample Log Files**
84-
- [ ] Include sample logs for all the applicable scenario runs:
85-
- [ ] `mlperf_log_summary.txt`
86-
- [ ] `mlperf_log_detail.txt`
87-
- [ ] Ensure sample logs successfully pass the submission checker and applicable compliance runs.
84+
- [X] Include sample logs for all the applicable scenario runs:
85+
- [X] Offline
86+
- [X] [`mlperf_log_summary.txt`](https://github.com/mlcommons/mlperf_inference_unofficial_submissions_v5.0/blob/main/closed/MLCommons/results/mlc-server-reference-gpu-pytorch_v2.4.0-cu124/rgat/offline/performance/run_1/mlperf_log_summary.txt)
87+
- [X] [`mlperf_log_detail.txt`](https://github.com/mlcommons/mlperf_inference_unofficial_submissions_v5.0/blob/main/closed/MLCommons/results/mlc-server-reference-gpu-pytorch_v2.4.0-cu124/rgat/offline/performance/run_1/mlperf_log_detail.txt)
88+
- [X] Ensure sample logs successfully pass the submission checker and applicable compliance runs. [Link](https://htmlpreview.github.io/?https://github.com/mlcommons/mlperf_inference_unofficial_submissions_v5.0/blob/refs/heads/auto-update/closed/MLCommons/results/mlc-server-reference-gpu-pytorch_v2.4.0-cu124/summary.html)

loadgen/test_settings_internal.cc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -515,11 +515,14 @@ void TestSettingsInternal::LogSummary(AsyncSummary &summary) const {
515515
summary("performance_issue_same : ", performance_issue_same);
516516
summary("performance_issue_same_index : ", performance_issue_same_index);
517517
summary("performance_sample_count : ", performance_sample_count);
518-
if (sample_concatenate_permutation){
519-
summary("WARNING: sample_concatenate_permutation was set to true. \n"
520-
"Generated samples per query might be different as the one in the setting.\n"
521-
"Check the generated_samples_per_query line in the detailed log for the real\n"
522-
"samples_per_query value");
518+
if (sample_concatenate_permutation) {
519+
summary(
520+
"WARNING: sample_concatenate_permutation was set to true. \n"
521+
"Generated samples per query might be different as the one in the "
522+
"setting.\n"
523+
"Check the generated_samples_per_query line in the detailed log for "
524+
"the real\n"
525+
"samples_per_query value");
523526
}
524527
}
525528

0 commit comments

Comments
 (0)