Commit 78c21ef5 authored by wsttiger's avatar wsttiger
Browse files

Formatting

parent 3b0d65c5
...@@ -28,9 +28,8 @@ std::vector<std::size_t> hip_concat::compute_offsets(const shape& output_shape, ...@@ -28,9 +28,8 @@ std::vector<std::size_t> hip_concat::compute_offsets(const shape& output_shape,
return offsets; return offsets;
} }
argument hip_concat::compute(context&, argument
const shape& output_shape, hip_concat::compute(context&, const shape& output_shape, const std::vector<argument>& args) const
const std::vector<argument>& args) const
{ {
std::vector<std::size_t> offsets = compute_offsets(output_shape, args); std::vector<std::size_t> offsets = compute_offsets(output_shape, args);
return device::concat(output_shape, args, offsets); return device::concat(output_shape, args, offsets);
......
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