masahi commented on code in PR #14988:
URL: https://github.com/apache/tvm/pull/14988#discussion_r1214872735
##########
src/tir/transforms/lower_device_kernel_launch.cc:
##########
@@ -243,6 +275,7 @@ class DeviceKernelMutator : public StmtExprMutator {
Optional<Target> current_target_;
std::unordered_map<const GlobalVarNode*, KernelInfo> device_info_map_;
std::unordered_set<const GlobalVarNode*> device_kernel_launch_;
+ std::unordered_set<const GlobalVarNode*> extern_method_call_;
Review Comment:
`method` -> `func`? Since we don't use that term.
--
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]