Lucien0 opened a new pull request, #15558:
URL: https://github.com/apache/tvm/pull/15558

   Hi, the following code encounters an error while executing
   ```
   c = te.var("c", "uint32")
   m = tvm.arith.detect_linear_equation(128 - c, [c])
   ```
   It seems that when creating coefficients for var, it always uses var's 
dtype, which doesn't seem very reasonable. Even if var itself is uint, its 
coefficient is likely to be negative.
   
   
   
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to