Commit 5be03483 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 68ee7589
......@@ -84,11 +84,7 @@ auto get_hash(const T& x)
// add an overload function for int type
// to avoid overflow in test examples
inline
auto get_hash(const int& x)
{
return std::hash<int>{}(x) / 64;
}
inline auto get_hash(const int& x) { return std::hash<int>{}(x) / 64; }
void compile_check(migraphx::program& p, const migraphx::target& t)
{
......
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