Icemist commented on code in PR #13349:
URL: https://github.com/apache/tvm/pull/13349#discussion_r1032455513
##########
src/relay/backend/te_compiler.cc:
##########
@@ -444,8 +445,8 @@ class TECompilerImpl : public TECompilerNode {
}
auto func_name = value->cached_func->prim_fn_var->name_hint;
VLOG(1) << "scheduling";
- IRModule scheduled_module =
tvm::LowerSchedule(value->cached_func->schedule, all_args,
- func_name, binds,
global_var_supply);
+ IRModule scheduled_module = tvm::LowerSchedule(
+ value->cached_func->schedule, all_args, func_name, binds,
global_var_supply, false, {});
Review Comment:
```suggestion
value->cached_func->schedule, all_args, func_name, binds,
global_var_supply, false, key->target);
```
change if the targeting logic stays.
--
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]