Commit 0fbbd8db authored by Paul's avatar Paul
Browse files

Format

parent 155bb1fd
......@@ -123,10 +123,7 @@ struct index
}
};
inline __device__ __attribute__((const)) index make_index()
{
return index{};
}
inline __device__ __attribute__((const)) index make_index() { return index{}; }
} // namespace migraphx
#endif // MIGRAPHX_GUARD_KERNELS_INDEX_HPP
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