Lunderberg opened a new pull request, #14604: URL: https://github.com/apache/tvm/pull/14604
Previously, the `Array(IterType,IterType)` constructor required the class template parameter `T` to be explicitly provided. This commit adds a template deduction guide, specifying the intended type `T` as the type produced by de-referencing the iterator, to remove the requirement. Fixes https://github.com/apache/tvm/issues/14600 -- 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]
