Commit cbf378b5 authored by Paul's avatar Paul
Browse files

Format

parent c9f49f32
...@@ -200,7 +200,7 @@ struct compile_manager ...@@ -200,7 +200,7 @@ struct compile_manager
void update_configs() void update_configs()
{ {
if (not exhaustive) if(not exhaustive)
return; return;
par_compile(cps.size(), [&](auto i) { cps[i].update_config(); }); par_compile(cps.size(), [&](auto i) { cps[i].update_config(); });
} }
......
...@@ -38,7 +38,7 @@ struct context; ...@@ -38,7 +38,7 @@ struct context;
struct compile_ops struct compile_ops
{ {
context* ctx = nullptr; context* ctx = nullptr;
bool exhaustive_tune = false; bool exhaustive_tune = false;
std::string name() const { return "gpu::compile_ops"; } std::string name() const { return "gpu::compile_ops"; }
void apply(module& m) const; 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