Beya2019 opened a new pull request #8219:
URL: https://github.com/apache/tvm/pull/8219


    Tvm script lacks tir.min node, we can use it like below 
   ```
       with tir.block([1024, 1024], "init") as [vi, vj]:
           D[vi, vj] = tir.min(C[vi, vj], 0.0)
   ```
   
   


-- 
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:
us...@infra.apache.org


Reply via email to