electriclilies commented on a change in pull request #9312:
URL: https://github.com/apache/tvm/pull/9312#discussion_r744014255



##########
File path: src/relay/op/memory/device_copy.cc
##########
@@ -103,6 +107,20 @@ DeviceCopyProps GetDeviceCopyProps(const CallNode* 
call_node) {
     } else {
       return {call_node->args[0], src_dev_type, dst_dev_type};
     }
+  } else if (call_node->op == CallLoweredOp()) {

Review comment:
       Talked with mark and we determined this is fine, he was just being a bit 
skittish




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