From 4fc9d8bd556ef50f39df28576032037f9d466a84 Mon Sep 17 00:00:00 2001 From: Mathieu Morlon Date: Wed, 29 Jan 2025 18:35:16 +0100 Subject: [PATCH] wip --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e5f4d6..0eb503a 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,12 @@ Options: --tolerate-software-throttling Tolerate software throttling if the TFLOPS are in the acceptable range --tflops-tolerance - TFLOPS tolerance (%) from the average If the TFLOPS are within this range, test pass [default: 10] + TFLOPS tolerance (%) under the best GPU If the TFLOPS are `tflops_tolerance`% under the best GPU, test fail [default: 10] -h, --help Print help -V, --version Print version + ```