liquanfeng opened a new pull request, #15962: URL: https://github.com/apache/tvm/pull/15962
PyTorch 2.1.0 has switched the calling convention to real tensors (https://github.com/pytorch/pytorch/pull/99320), consequently prompting an update of the `relax_dynamo` with real tensors. Additionally, there is a new dynamic dynamo test from [Pytorch Docs](https://pytorch.org/docs/stable/torch.compiler_dynamic_shapes.html#dynamic-shapes) that generates dead code in the fx graph, requiring the application of `eliminate_dead_code`. -- 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]
