You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
[C++ API] Remove best options printing from genetic_search.cc
This allows better decoupling of the genetic search from the backend and
removes the hardwired Cuda dependency.
A generic way of printing the best options was previously added in
autotuner-inl.h but will be activated later.
As a consequence printing of the best option per generation to LOG(INFO)
with the flag --tuner_print_best=1 is temporarily disabled and will be
reactivated when we use the new API.
The printing of the best options per generation can still be activated with
--debug_tuner=1.
0 commit comments