echuraev opened a new pull request, #13483:
URL: https://github.com/apache/tvm/pull/13483

   `DeviceAwareVisitExpr_` for `FunctionNode` had been modifying state of the 
parameters and specified memory scope for virtual device. `VisitExpr` functions 
shouldn't modify state of the objects. This is why this function was removed. 
After removing this function, the memory scope of the input tensors starts to 
be equal to empty line instead of "global".  But empty line and "global" will 
be transformed to the same memory object. This is why there is no difference 
between empty line and "global".


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