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/06/05 15:17:25 UTC

[GitHub] [incubator-tvm] tqchen commented on pull request #5733: Make Tensor struct public in Rust runtime

tqchen commented on pull request #5733:
URL: https://github.com/apache/incubator-tvm/pull/5733#issuecomment-639559062


   I think it is useful to have some struct available to other usecases. However, as per layered design of TVM runtime, the current Tensor structure is not really C ABI compatible, so has some cross language concerns. The best way to use the struct is to use it through a generic DLTensor ABI, which is available as part of TVM. I believe @jroesch would also do follow up PR aroun dthat.


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