Commit b0bcbdc
authored
Arm backend: relax tolerance for test_constant_pad_nd_vgf_quant (#19263)
### Summary
The VGF + INT8 quantized pipeline for constant_pad_nd hits the same
randomized-input numerical drift the TOSA INT variant has been working
around since MLETORCH-989: the test_data_suite uses unseeded torch.rand
so unfortunate input draws produce a single-element max abs diff (~6e-3)
that exceeds the default atol (~4e-3). Apply the same atol/rtol the TOSA
INT variant uses (atol=0.005, rtol=0.01) so the VGF run shares the
existing umbrella ticket rather than continuing to flake on the same
underlying issue.
Authored with Claude Code.
### Test plan
CI
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils
@Sebastian-Larsson @robell1 parent baa11bc commit b0bcbdc
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
0 commit comments