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/08 21:58:53 UTC

[GitHub] [tvm] shingjan opened a new pull request, #10948: [AutoTVM] Remove exception handling of autotvm xgboost extract functions

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

   This PR intends to remove the exception handling of various `_extract_***` functions of `xgboost` model in autotvm. The reason is that with this extra layer of exception handling in autotvm, `PopenPool` won't be able to capture the exception during working running and therefore `None` results with `Status.COMPLETE` could be returned. I didn't add a test bcoz I am not sure what is the best way to mock a `None` result from `xgboost` of `autotvm`. Any directions would be appreciated!
   
   @junrushao1994 @tqchen @vinx13 
   


-- 
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 merged pull request #10948: [AutoTVM] Remove exception handling of autotvm xgboost extract functions

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


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