tqchen commented on issue #4382: [TOPI] Fix flaky testcase for floor div
URL: https://github.com/apache/incubator-tvm/pull/4382#issuecomment-557195441
 
 
   Interesting, this could due to the fact that we offload floordiv to 
floor(div(a, b)) and somehow the two was not consistent(perhaps due to the 
number of floating pt bits used?).
   
   If we do np.floor(a / b), it actually matches the tvm's semantics, that 
means numpy's floor div was implemented different from floor(div(a, b)). For 
now, let us also make modulus around 1 as unstable pts, and revisit it later

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