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 2021/12/21 12:59:19 UTC

[GitHub] [tvm] wrongtest opened a new pull request #9786: [CodeGen] avoid crash if an exception is raised during llvm cpu codegen

wrongtest opened a new pull request #9786:
URL: https://github.com/apache/tvm/pull/9786


   We encounter the same crash problem reported by https://discuss.tvm.apache.org/t/question-on-tensorirs-support-of-multi-axis-parallelization/11462. The discussion has already located the problem but it seems not fixed yet.
   
   This PR try to use a guard to protect the recover state if visit into scope raise an exception.
   
   


-- 
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 #9786: [CodeGen] avoid crash if an exception is raised during llvm cpu codegen

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


   


-- 
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 #9786: [CodeGen] avoid crash if an exception is raised during llvm cpu codegen

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


   Thanks for fixing this! BTW, please use pytest.raises to assert exceptions


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