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.
TuningHarness<Backend>::runOneIteration: use TC_CHECK_GT instead of CHECK_GT
Commit 71c013c (Remove best options fro autotuner and always recover
from cache, Mon Jul 23 05:09:48 2018 -0700) introduced a call
to CHECK_GT instead of the more usual TC_CHECK_GT, without
a motivation for deviating from this norm.
Use TC_CHECK_GT instead and make sure no warnings get generated
(needed for both TC_CHECK_GT and CHECK_GT).
0 commit comments