Lunderberg opened a new pull request, #15699: URL: https://github.com/apache/tvm/pull/15699
Prior to this PR, a symbolic variable could be provided to the `LiftTransformParams`, which could then be used to produce the transformed parameters. For example, providing the `rank` and `world_size` of a parameter set in a multi-GPU setup. However, these symbolic variables may be left undefined in the inference function. This PR updates `LiftTransformParams` to track the symbolic variables that are definable by the inference function, and to propagate any symbolic variables that would otherwise be undefined. -- 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]
