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:
[email protected]


Reply via email to