"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "cf11f657f0cb7a10c00cdb2558a2a29ac581469a"
Commit dea2cc08 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 8f074e4e
...@@ -658,7 +658,8 @@ struct gather ...@@ -658,7 +658,8 @@ struct gather
} }
template <class T> template <class T>
void compute_index(const T& out_idx, const int axis_index, void compute_index(const T& out_idx,
const int axis_index,
const std::vector<std::size_t>& vec_indices, const std::vector<std::size_t>& vec_indices,
const std::size_t max_dim, const std::size_t max_dim,
T& in_idx) const T& in_idx) 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