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

clange format for changed files.

parent c05e72e2
...@@ -20,5 +20,5 @@ void auto_contiguous::apply(program& p) const ...@@ -20,5 +20,5 @@ void auto_contiguous::apply(program& p) const
} }
} }
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -62,5 +62,5 @@ void dead_code_elimination::apply(program& p) const ...@@ -62,5 +62,5 @@ void dead_code_elimination::apply(program& p) const
p.remove_instructions(std::next(last), p.end()); p.remove_instructions(std::next(last), p.end());
} }
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -183,5 +183,5 @@ shape compute_shape(const operation& op, const std::vector<instruction_ref>& arg ...@@ -183,5 +183,5 @@ shape compute_shape(const operation& op, const std::vector<instruction_ref>& arg
return op.compute_shape(compute_shapes(args)); return op.compute_shape(compute_shapes(args));
} }
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -626,5 +626,5 @@ program parse_onnx(const std::string& name) ...@@ -626,5 +626,5 @@ program parse_onnx(const std::string& name)
return std::move(parser.prog); return std::move(parser.prog);
} }
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -13,5 +13,5 @@ void memory_coloring::apply(program& p) const ...@@ -13,5 +13,5 @@ void memory_coloring::apply(program& p) const
} }
} }
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -358,5 +358,5 @@ void live_interval::dump() ...@@ -358,5 +358,5 @@ void live_interval::dump()
#endif #endif
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -22,5 +22,5 @@ void add(hipStream_t stream, ...@@ -22,5 +22,5 @@ void add(hipStream_t stream,
} // namespace device } // namespace device
} // namespace gpu } // namespace gpu
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -27,5 +27,5 @@ void add_relu(hipStream_t stream, ...@@ -27,5 +27,5 @@ void add_relu(hipStream_t stream,
} // namespace device } // namespace device
} // namespace gpu } // namespace gpu
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -34,5 +34,5 @@ argument concat(hipStream_t stream, ...@@ -34,5 +34,5 @@ argument concat(hipStream_t stream,
} // namespace device } // namespace device
} // namespace gpu } // namespace gpu
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -14,5 +14,5 @@ void contiguous(hipStream_t stream, argument result, argument arg) ...@@ -14,5 +14,5 @@ void contiguous(hipStream_t stream, argument result, argument arg)
} // namespace device } // namespace device
} // namespace gpu } // namespace gpu
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -22,5 +22,5 @@ void mul(hipStream_t stream, ...@@ -22,5 +22,5 @@ void mul(hipStream_t stream,
} // namespace device } // namespace device
} // namespace gpu } // namespace gpu
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -19,5 +19,5 @@ rocblas_handle_ptr create_rocblas_handle_ptr(hipStream_t s) ...@@ -19,5 +19,5 @@ rocblas_handle_ptr create_rocblas_handle_ptr(hipStream_t s)
} }
} // namespace gpu } // namespace gpu
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -57,5 +57,5 @@ std::string target::name() const { return "miopen"; } ...@@ -57,5 +57,5 @@ std::string target::name() const { return "miopen"; }
migraph::context target::get_context() const { return context{}; } migraph::context target::get_context() const { return context{}; }
} // namespace gpu } // namespace gpu
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
...@@ -53,5 +53,5 @@ void write_literals::apply(program& p) const ...@@ -53,5 +53,5 @@ void write_literals::apply(program& p) const
} }
} // namespace gpu } // namespace gpu
} // inline namespace version_1 } // namespace version_1
} // namespace migraph } // namespace migraph
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