tqchen commented on PR #18275:
URL: https://github.com/apache/tvm/pull/18275#issuecomment-3262736643

   ## Upgrade Guide
   
   - `tvm.nd.empty => tvm.runtime.empty`
   - `tvm.nd.NDArray=>tvm.runtime.Tensor`
   - `tvm.nd.from_dlpack=>tvm.runtime.from_dlpack`
   
   Try to also look for cases where runtime::Tensor and te::Tensor gets into 
same namespace that may cause conflict, add prefix
   


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