"src/targets/gpu/pad.cpp" did not exist on "78c21ef5ca5b0d2a6b450f91959c6ab9845235ae"
Commit 45a83990 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clange format for changed files.

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