You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/12/24 23:09:26 UTC

[GitHub] [incubator-tvm] tqchen commented on issue #4581: [REFACTOR][RUNTIME] Move NDArray to Object System

tqchen commented on issue #4581: [REFACTOR][RUNTIME] Move NDArray to Object System
URL: https://github.com/apache/incubator-tvm/pull/4581#issuecomment-568809685
 
 
   This PR depends on #4578 
   
   cc @wweic @jroesch @junrushao1994 @yzhliu @icemelon9 
   
   After this PR, we can safely remove vm::Tensor and use NDArray directly. Note that however, the type_code for NDArray is still going to be different from the normal Objects during Packed calls. This fact is only relevant if we want to write new codegen that interacts with the system.
   
   Followup discussions can be made to see if we want to further merge the calling convention, there are some pros and cons.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services