This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit 3a064d0
Sven Verdoolaege
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).1 parent 37fe91b commit 3a064d0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
0 commit comments