zhiics opened a new pull request #4605: [runtime][Fix] make adt tag signed
URL: https://github.com/apache/incubator-tvm/pull/4605
 
 
   Change ADT tag from `uint32_t` to `int32` to keep consistent to the 
constructor tag in the frontend, like:
   
   
https://github.com/apache/incubator-tvm/blob/6b11ffb91b64fc38df8b79a21e78a042b74d337e/include/tvm/relay/adt.h#L123
   
   and 
   
   
https://github.com/apache/incubator-tvm/blob/6b11ffb91b64fc38df8b79a21e78a042b74d337e/src/relay/ir/module.cc#L180-L185
   
   CC @tqchen @wweic 

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


With regards,
Apache Git Services

Reply via email to