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/07/13 17:35:28 UTC

[GitHub] [tvm] everton1984 opened a new pull request, #12083: Use shape dtype on argreduce to determine return type.

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

   Use the shape argument type instead of a fixed Int32 type, this expects the shape type to always be an integer. Fix #11794 .
   


-- 
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] junrushao1994 merged pull request #12083: Use shape dtype on argreduce to determine return type.

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


-- 
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] masahi commented on pull request #12083: Use shape dtype on argreduce to determine return type.

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

   LGTM, can you add the test from https://github.com/apache/tvm/issues/11794?


-- 
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] gromero commented on pull request #12083: Use shape dtype on argreduce to determine return type.

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

   @tqchen @jroesch cc


-- 
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] everton1984 commented on pull request #12083: Use shape dtype on argreduce to determine return type.

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

   @masahi Sure, I just added it under `test_type_infer.py` which seemed reasonable to me but please let me know if you believe it should be somewhere else.


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