Skip to content
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
5 changes: 4 additions & 1 deletion new_benchmark_checklist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MLPerf Inference New Benchmark Checklist Documentation

This document provides guidelines and requirements for setting up and validating a new MLPerf Inference benchmark implementation.
This document provides guidelines and requirements for setting up and validating a new MLPerf Inference benchmark implementation. An example checklist can be found [here](https://github.com/mlcommons/inference/blob/master/graph/R-GAT/benchmark-checklist.md).

---

Expand Down Expand Up @@ -67,3 +67,6 @@ Include sample logs for all applicable scenario runs:
- `mlperf_log_detail.txt`

These files should successfully pass the submission checker and represent a compliant run.

## 15. Power runs
Normally for a new benchmark the power runs are expected to run fine. But if the new benchmark is introducing a new scenario or if the scenario metric is new, this may not be the case. In such cases, validating that the power logs are generated fine is essential.