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/29 17:31:37 UTC

[GitHub] [tvm] vinx13 opened a new pull request, #11187: [TIR] Bind iter domain in analyzer in CreatePrimFunc

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

   cc @Hzfengsy @junrushao1994 


-- 
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 merged pull request #11187: [TIR] Bind iter domain in analyzer in CreatePrimFunc

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


-- 
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] vinx13 commented on pull request #11187: [TIR] Bind iter domain in analyzer in CreatePrimFunc

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

   We've already called `analyzre->Simplify` for each expression, but it might still be helpful to call the `Simplify` pass again


-- 
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] vinx13 commented on pull request #11187: [TIR] Bind iter domain in analyzer in CreatePrimFunc

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

   It makes best efforts. But generally arith analyzer doesn't guarantee the result is simplified


-- 
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 commented on pull request #11187: [TIR] Bind iter domain in analyzer in CreatePrimFunc

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

   Do you think it might make sense to call the Simplify pass upon PrimFunc creation?


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