Commit cd68d024 authored by Paul's avatar Paul
Browse files

Format

parent 28a2ebd9
......@@ -44,7 +44,7 @@ struct test_unary_math : verify_programs<test_unary_math>
}
std::string section() const { return "test_math"; };
programs get_programs() const
{
programs ps;
......@@ -78,7 +78,7 @@ struct test_unary_math : verify_programs<test_unary_math>
{
if(migraphx::contains({migraphx::shape::bool_type, migraphx::shape::tuple_type}, t))
continue;
for(const auto& name:names)
for(const auto& name : names)
{
std::string test_name = "test_math_" + name + "_" + migraphx::shape::cpp_type(t);
ps.push_back(std::make_pair(test_name, generate_program(name, t)));
......@@ -86,5 +86,4 @@ struct test_unary_math : verify_programs<test_unary_math>
}
return ps;
}
};
......@@ -58,7 +58,7 @@ struct register_verify_programs_action
static void apply()
{
T x;
for(auto&& p:x.get_programs())
for(auto&& p : x.get_programs())
{
program_info pi;
pi.name = p.first;
......
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