Hzfengsy commented on PR #14548: URL: https://github.com/apache/tvm/pull/14548#issuecomment-1839922214
Hi @sunggg, I noticed this PR failed the tests of `test_relax_dynamic_strided_slice`, saying ``` AttributeError: module 'tvm.topi' has no attribute 'shape_func_dynamic_strided_slice' ``` you can reproduce it with the latest unity branch. ``` pytest tests/python/topi/test_topi_transform.py::test_relax_dynamic_strided_slice ``` Could you please fix it if you have time? PS: The other failure tests in the same file are not related to this PR, and I've fixed it in the [branch]( https://github.com/apache/tvm/tree/test_all_cases_on_unity) -- 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]
