comaniac opened a new pull request #10090: URL: https://github.com/apache/tvm/pull/10090
A quick patch to fix `rsub` conversion in PyTorch. The original implementation use `float(inputs[2])` for alpha, which implies both data0 data1 must be float32. As a result, I got type error when converting a FP16 model. cc @t-vi @masahi -- 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]
