You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "Lunderberg (via GitHub)" <gi...@apache.org> on 2023/09/15 20:43:38 UTC

[GitHub] [tvm] Lunderberg opened a new pull request, #15763: [TIR] Do not drop 4th argument to tir.max

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

   The `tir.op.comm_reducer` utility provides two distinct APIs, either reducing along a tensor axis or reducing along a list of arguments.
   
   Prior to this commit, when reducing along a list of arguments, the 4th argument was silently dropped.  For example, `tvm.tir.max(1,2,3,4,3,2,1)` would return `3`.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] MasterJH5574 merged pull request #15763: [TIR] Do not drop 4th argument to tir.max

Posted by "MasterJH5574 (via GitHub)" <gi...@apache.org>.
MasterJH5574 merged PR #15763:
URL: https://github.com/apache/tvm/pull/15763


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org