electriclilies commented on a change in pull request #9312:
URL: https://github.com/apache/tvm/pull/9312#discussion_r745166298
##########
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:
I think that this chunk of code is not necessary since I also deal with
CallLoweredOp in GetPrimitiveDeviceCopyProps, I'm not sure why I put it in.
Removing it
--
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]