AndrewZhaoLuo opened a new pull request, #11663: URL: https://github.com/apache/tvm/pull/11663
Closes https://github.com/apache/tvm/issues/10489. The issue is that autotvm can generate uncompiliable code for gpu. There is a built in pass that filters these out. Unfortunately, it is impossible to guarantee during tuning, especially for small number of trials we will grab a schedule that doesn't get filtered out. Therefore, we will accept records which are filtered out by the gpu verification pass as proof the system is working. The reason it was flaky before is because once in a while when tuning, it could not find a valid schedule due to low number of kernel trials. -- 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]
