masahi commented on code in PR #11341:
URL: https://github.com/apache/tvm/pull/11341#discussion_r886416053


##########
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:
   sorry one more comment: Do you mean "raw data" here, or what is "row data" 
otherwise?



-- 
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]

Reply via email to