Re: [PR] [AOT][Testing] Print output values on test failure [tvm]

2024-02-26 Thread via GitHub
ekalda merged PR #16611: URL: https://github.com/apache/tvm/pull/16611 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.or

Re: [PR] [AOT][Testing] Print output values on test failure [tvm]

2024-02-26 Thread via GitHub
lhutton1 commented on code in PR #16611: URL: https://github.com/apache/tvm/pull/16611#discussion_r1502284692 ## tests/python/relay/aot/test_crt_aot.py: ## @@ -93,6 +93,7 @@ def test_conv_with_params(interface_api, use_unpacked_api, test_runner): test_runner,

Re: [PR] [AOT][Testing] Print output values on test failure [tvm]

2024-02-22 Thread via GitHub
ekalda commented on code in PR #16611: URL: https://github.com/apache/tvm/pull/16611#discussion_r1499569859 ## tests/python/relay/aot/test_crt_aot.py: ## @@ -93,6 +93,7 @@ def test_conv_with_params(interface_api, use_unpacked_api, test_runner): test_runner, in

Re: [PR] [AOT][Testing] Print output values on test failure [tvm]

2024-02-20 Thread via GitHub
ekalda commented on PR #16611: URL: https://github.com/apache/tvm/pull/16611#issuecomment-1953961974 Thanks @lhutton1, would you mind adding a test for this change? There is currently no path that exercises this option. -- This is an automated message from the Apache Git Service. To respo

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

2024-02-19 Thread via GitHub
lhutton1 opened a new pull request, #16611: URL: https://github.com/apache/tvm/pull/16611 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