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 2020/09/29 02:46:26 UTC

[GitHub] [incubator-tvm] tqchen commented on issue #6583: Support strided array CopyFrom/To Bytes

tqchen commented on issue #6583:
URL: https://github.com/apache/incubator-tvm/issues/6583#issuecomment-700392860


   Right now we encourage the use of compact array in most of the places. https://github.com/apache/incubator-tvm/pull/6586 explicitly marks the requirement by having the function throw an error for strided case for now.
   
   We can consider add support for CopyFrom/To in the strided array case. Notably such operation won't be cheap. We might need a StrideToCompact and StrideFromCompact function from each of the target context. In our case, we might need to generate these ops through compilation.
   
   Marking this as a good to have feature and we can discuss possible ways to implement here.


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