ANSHUMAN87 commented on issue #5012: [1] Test case modified for int type URL: https://github.com/apache/incubator-tvm/pull/5012#issuecomment-597820620 @tqchen , @MarisaKirisame : I found the root-cause for the CI failure. The reason is the legacy bit-shift operator overflow issue. As the second parameter was higher than 32(bit length of int32), the values produced by tvm operator becomes undefined. However i found numpy behavior is quite stable in this scenario. My personal opinion is to make the behavior inline with numpy. Currently in test case i have restricted the second parameter for left_shift and right_shift operator to be in range : [1, 31]. Please review and provide your valuable feedback. Thanks!
---------------------------------------------------------------- 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
