Lunderberg opened a new pull request, #16209: URL: https://github.com/apache/tvm/pull/16209
Prior to this commit, the `TensorStructInfo` constructor took as input a `VDevice`, with a default value of `VDevice()`, and then assigned it to a member of type `Optional<VDevice>`. This commit changes the constructor signature to match the member type, which will remove unnecessary type conversions when copying a `TensorStructInfo`. -- 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]
