echuraev opened a new pull request, #15533: URL: https://github.com/apache/tvm/pull/15533
If topology contains while loop and we want to transform it to mixed precision then we get an exception that "ADT are not supported for mixed precision pass". It happens, because while loop implemented as a lambda which is assigned to a VarNode. In this commit I changed the behavior of ToMixedPrecision pass and instead of generating exception, it just do nothing. Correspondent regression test is added. cc: @AndrewZhaoLuo -- 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]
