You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Reduce atol in vector_norm test (#11281)
pipeline.change_args("run_method_and_compare_outputs",...) was used to
change qtol, but as no inputs were passed in the call
run_method_and_compare_outputs produced new inputs with a different
distribution (randn), than what was used for calibration (rand).
Signed-off-by: Oscar Andersson <[email protected]>
0 commit comments