You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/06/09 06:52:40 UTC

[GitHub] [tvm] Beya2019 opened a new pull request #8219: [TVMSCRIPT] Add tir.min node in tvm script

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



[GitHub] [tvm] tqchen commented on pull request #8219: [TVMSCRIPT] Add tir.min node in tvm script

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #8219:
URL: https://github.com/apache/tvm/pull/8219#issuecomment-857713812


   Thanks @Beya2019 !


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



[GitHub] [tvm] tqchen merged pull request #8219: [TVMSCRIPT] Add tir.min node in tvm script

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #8219:
URL: https://github.com/apache/tvm/pull/8219


   


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