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/02/23 03:03:24 UTC

[GitHub] [tvm] masahi opened a new issue #10356: [CI Problem] Flaky test `test_task_scheduler_gradient`

masahi opened a new issue #10356:
URL: https://github.com/apache/tvm/issues/10356


   https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-10351/1/pipeline
   
   I definitely saw that multiple times recently.


-- 
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 closed issue #10356: [CI Problem] Flaky test `test_task_scheduler_gradient`

Posted by GitBox <gi...@apache.org>.
masahi closed issue #10356:
URL: https://github.com/apache/tvm/issues/10356


   


-- 
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] zxybazh commented on issue #10356: [CI Problem] Flaky test `test_task_scheduler_gradient`

Posted by GitBox <gi...@apache.org>.
zxybazh commented on issue #10356:
URL: https://github.com/apache/tvm/issues/10356#issuecomment-1048469344


   I think it's a floating point issue because the 1st gradient is too close to 0 and the autoscheduler would randomly pick a task in that case. Changing the `objective_func` to `1e5 * costs[0]` can fix the test I think.


-- 
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] zxybazh edited a comment on issue #10356: [CI Problem] Flaky test `test_task_scheduler_gradient`

Posted by GitBox <gi...@apache.org>.
zxybazh edited a comment on issue #10356:
URL: https://github.com/apache/tvm/issues/10356#issuecomment-1048469344


   I think it's a floating point issue because the 1st gradient is too close to 0 and the autoscheduler would randomly pick a task in that case. Changing the `objective_func` to `1e5 * costs[0]` can fix the test.


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