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 05:54:50 UTC

[GitHub] [tvm] zxybazh commented on issue #10356: [CI Problem] Flaky test `test_task_scheduler_gradient`

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