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/24 05:11:59 UTC

[GitHub] [incubator-tvm] intheworld commented on issue #6540: [RUST][FFI] Pass uint as int in PackedFunc

intheworld commented on issue #6540:
URL: https://github.com/apache/incubator-tvm/issues/6540#issuecomment-698116184


   I see the following code in PackedFunc. 
   impl_pod_value!(Int, i64, [i8, i16, i32, i64, isize]);
   impl_pod_value!(UInt, i64, [u8, u16, u32, u64, usize]);
   
   Inner type is i64. in #6528 , I think the problem is the inconsistence between rust Context and TVMContext.


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