Commit be33669b authored by Umang Yadav's avatar Umang Yadav
Browse files

Formatting

parent 31a264fb
......@@ -251,8 +251,8 @@ void run_verify::verify(const std::string& name,
std::size_t num = gold.size();
for(std::size_t i = 0; ((i < num) and passed); ++i)
{
passed &=
migraphx::verify_args_with_tolerance(tname, result[i], migraphx::verify::expected{gold[i]});
passed &= migraphx::verify_args_with_tolerance(
tname, result[i], migraphx::verify::expected{gold[i]});
}
if(not passed or migraphx::enabled(MIGRAPHX_TRACE_TEST{}))
......
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