Commit cbf378b5 authored by Paul's avatar Paul
Browse files

Format

parent c9f49f32
......@@ -200,7 +200,7 @@ struct compile_manager
void update_configs()
{
if (not exhaustive)
if(not exhaustive)
return;
par_compile(cps.size(), [&](auto i) { cps[i].update_config(); });
}
......
......@@ -38,7 +38,7 @@ struct context;
struct compile_ops
{
context* ctx = nullptr;
context* ctx = nullptr;
bool exhaustive_tune = false;
std::string name() const { return "gpu::compile_ops"; }
void apply(module& m) const;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment