mhyang-pllab commented on PR #11488: URL: https://github.com/apache/tvm/pull/11488#issuecomment-1139692975
@echuraev Thank you for your detailed response. Cast only the true and false operands are not enough here. The condition operand is also required to be casted for resolving the right call. For any type except float, we can let CastFromTo handle it. When it's a float type, if the condition is not an int, it's needed to cast to int with the same bits and lanes. -- 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]
