Skip to content

Commit 92c227f

Browse files
committed
docs: clarify scales description in README numerical acceptance section
1 parent 47426c2 commit 92c227f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ python tools/run_tests.py --combination ct --accuracy-only
348348

349349
# Performance only
350350
python tools/run_tests.py --combination ct --performance-only
351+
352+
# Custom warmup/iters
353+
python tools/run_tests.py --combination ct --warmup 20 --iters 200
351354
```
352355

353356
### Configuration
@@ -446,7 +449,9 @@ Float and double use the same formulas and transform-class constants, scaled
446449
by unit roundoff and a documented length-based work factor. Set
447450
`FLAGFFT_TEST_REPORT_ACCURACY=1` when executing a test binary to print the
448451
normalized statistics used to re-characterize those constants. Reference
449-
cases use deterministic inputs at scales `2^-20`, `1`, and `2^20`.
452+
cases use deterministic inputs at scales `2^-20`, `1`, and `2^20` (C++ defaults;
453+
`tools/run_tests.py` may pass different scales via `--scale` depending on the
454+
selected combination in `conf/test_matrix.yaml`).
450455
Pointwise relative error with a denominator floor is diagnostic output only;
451456
it is not the pass/fail metric.
452457

0 commit comments

Comments
 (0)