Commit cd68d024 authored by Paul's avatar Paul
Browse files

Format

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