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 2022/04/26 03:16:46 UTC

[GitHub] [tvm] blackkker opened a new pull request, #11123: [Frontend][ONNX] Update softmax calculation method when dimension > 2

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

   Older ONNX Softmax op support inputs of dimension > 2 by splitting the softmax operator.
   In order to obtain a concise op combination at the relay level instead of fragmented operator combinations, I updated the calculation method of softmax when the dimension is greater than 2.
   Also, I add some testcases.
   


-- 
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] AndrewZhaoLuo merged pull request #11123: [Frontend][ONNX] Update softmax calculation method when dimension > 2

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo merged PR #11123:
URL: https://github.com/apache/tvm/pull/11123


-- 
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] AndrewZhaoLuo commented on pull request #11123: [Frontend][ONNX] Update softmax calculation method when dimension > 2

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo commented on PR #11123:
URL: https://github.com/apache/tvm/pull/11123#issuecomment-1110349667

   Try rebasing on main and force pushing to restart ci


-- 
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] blackkker commented on pull request #11123: [Frontend][ONNX] Update softmax calculation method when dimension > 2

Posted by GitBox <gi...@apache.org>.
blackkker commented on PR #11123:
URL: https://github.com/apache/tvm/pull/11123#issuecomment-1109731342

   @AndrewZhaoLuo why my `CI / MacOS (pull_request)` always run failed!


-- 
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] AndrewZhaoLuo commented on pull request #11123: [Frontend][ONNX] Update softmax calculation method when dimension > 2

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo commented on PR #11123:
URL: https://github.com/apache/tvm/pull/11123#issuecomment-1110097186

   Seems to be a CI issue tracked here: https://github.com/apache/tvm/issues/11131 :/


-- 
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] AndrewZhaoLuo commented on pull request #11123: [Frontend][ONNX] Update softmax calculation method when dimension > 2

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo commented on PR #11123:
URL: https://github.com/apache/tvm/pull/11123#issuecomment-1110097296

   Regardless, ill take a look later today


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