shtinsa commented on code in PR #11341:
URL: https://github.com/apache/tvm/pull/11341#discussion_r886435194
##########
src/te/schedule/schedule_dataflow_rewrite.cc:
##########
@@ -525,8 +548,13 @@ void InjectInline(ScheduleNode* sch, bool
feature_extraction_mode) {
for (auto iv : compute->axis) {
args.push_back(iv->var);
}
+ if (ext_ops.find(stage->op) != ext_ops.end()) {
+ // sshtin: The extern op can try to get access to the input tensors
as a row data,
Review Comment:
Oh yes :) it is looks like a CV phantom, Fixed
--
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]