denise-k opened a new issue #8609: URL: https://github.com/apache/tvm/issues/8609
# Context CI is taking a while (see #8552 and [build#1384](https://ci.tlcpack.ai/job/tvm/job/main/1384/testReport/)), and I am tracking short-term fixes to alleviate this. # Summary of the issue `test_forward_broadcast_args` in `tests/python/frontend/tensorflow/test_forward.py` [takes over 15 minutes](https://ci.tlcpack.ai/job/tvm/job/main/1384/testReport/cython.tests.python.frontend.tensorflow/test_forward/Integration_Test___frontend__GPU___test_forward_broadcast_args/) to run 3 cases. The parameters passed into `_test_broadcast_args` do not seem to be minimal: ``` _test_broadcast_args((4, 1, 32, 32), [4, 8, 32, 32]) _test_broadcast_args((6, 32, 32, 1), [6, 32, 32, 16]) _test_broadcast_args((32, 32, 16), [6, 32, 32, 16]) ``` # Suggested actions * Consider using smaller input shapes for these tests. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
