jiangjiajun commented on PR #11259: URL: https://github.com/apache/tvm/pull/11259#issuecomment-1123210683
@driazati I'm not sure https://github.com/apache/tvm/pull/11266 can solve the problem. Because all the tests for different operators is running in the same process, and inside each operator's test, also exists loop to test difference input shape or parameters. `clear_executor_cache` is a developed api which is not provided in paddlepaddle v2.1.3. To solve the problem quickly, I update this pull request, and ran `test_forward_gather_nd` 10000 times without failing. -- 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]
