Searched defs:AutotuneConfig (Results 1 – 1 of 1) sorted by relevance
50 struct AutotuneConfig { struct51 bool should_init_buffers() const { return autotune_level >= 2; } in should_init_buffers()52 bool should_reinit_output_buffer() const { return autotune_level >= 3; } in should_reinit_output_buffer()53 bool should_check_correctness() const { return autotune_level >= 4; } in should_check_correctness()55 int32_t autotune_level;56 bool should_crash_on_check_failure;