tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[AOT][Testing] Print output values on test failure

Open lhutton1 opened this issue 1 year ago • 0 comments

This commit enhances the AOT test harness to print the "actual" and "reference" values when there is a mismatch. This helps when debugging a failing test. Sample output:

Actual, Reference
8.502946, 8.887751
9.810405, 9.108611
8.563767, 9.041000
10.019511, 9.190888
....

lhutton1 avatar Feb 19 '24 17:02 lhutton1