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: [email protected]

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

Reply via email to