From bdcfeaf3bf42114a2081d2fa9d8f16d6d97d05c9 Mon Sep 17 00:00:00 2001 From: johntran-nv Date: Thu, 27 Jan 2022 09:32:31 -0700 Subject: [PATCH] Update reference HW platform --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17d3302..0d0ffb2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,15 +12,15 @@ MLCommons project work is tracked with issue trackers and pull requests. Modify ### General - 1. Reference repository code must run without error on reference hardware (1xV100) on day of benchmark reference freeze. + 1. Reference repository code must run without error on reference hardware (DGX-A100) on day of benchmark reference freeze. a. The Reference Platform(s) will be reviewed and updated as part of the MLPerf benchmark roadmapping process. 2. Compute must be done in full fp32 precision for any math. - 3. Max runtime is 7 days on 1x V100, fp32. + 3. Max runtime is 1 day on 1 DGX-A100, fp32. - a. An exception from the 7-day @ 1 GPU rule can only come from the Submitter's Working Group. + a. An exception from the 1-day @ DGX-A100 rule can only come from the Submitter's Working Group. 4. Implementation should be minimalistic.