Commit d817ff5b authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format.

parent 3af8d2e9
...@@ -219,7 +219,7 @@ struct miopen_apply ...@@ -219,7 +219,7 @@ struct miopen_apply
return prog->replace_instruction(ins, T{op}, refs); return prog->replace_instruction(ins, T{op}, refs);
} }
/* /*
template<class T> template<class T>
void apply_generic_op_test(std::string name, instruction_ref ins) void apply_generic_op_test(std::string name, instruction_ref ins)
{ {
...@@ -231,7 +231,7 @@ struct miopen_apply ...@@ -231,7 +231,7 @@ struct miopen_apply
return prog->replace_instruction(ins, T{}, refs); return prog->replace_instruction(ins, T{}, refs);
}); });
} }
*/ */
instruction_ref apply_contiguous(instruction_ref ins) instruction_ref apply_contiguous(instruction_ref ins)
{ {
......
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