t-vi commented on issue #6268: URL: https://github.com/apache/incubator-tvm/issues/6268#issuecomment-690027016
Sorry, I completely missed the report before. As @masahi notes, PyTorch has stopped supporting the 1.3/1.4 behaviour there and will introduce semantically different behaviour in a future version (I would expect 1.8 or 1.9). I would be hesitant to support the old way at all, it will cause us pain in a matter of a few months, when we need to pile on magic to decide between the old and new behaviour. We might add a warning to "div" when used with integers and PyTorch < 1.5 or so (even though I'm not sure what happens if you JIT programs in 1.4 and load with newer PyTorch). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
