Commit 9443469
authored
Fix flaky TestLoadJIT_3 by relaxing allclose tolerances (#1527)
The 1000->100 linear layer sums 1000 float32 values per output neuron.
Under varying CPU load, parallel BLAS libraries change reduction thread
scheduling, altering FP summation order and exceeding the tight default
tolerances (rtol=1e-5, atol=1e-8). Relax to rtol=1e-4, atol=1e-5,
consistent with patterns used elsewhere in the test suite.1 parent a2a3659 commit 9443469
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments