"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "5303ec342ef8eeff8b176577a8cdb2e1dc43c459"
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, ...@@ -251,8 +251,8 @@ void run_verify::verify(const std::string& name,
std::size_t num = gold.size(); std::size_t num = gold.size();
for(std::size_t i = 0; ((i < num) and passed); ++i) for(std::size_t i = 0; ((i < num) and passed); ++i)
{ {
passed &= passed &= migraphx::verify_args_with_tolerance(
migraphx::verify_args_with_tolerance(tname, result[i], migraphx::verify::expected{gold[i]}); tname, result[i], migraphx::verify::expected{gold[i]});
} }
if(not passed or migraphx::enabled(MIGRAPHX_TRACE_TEST{})) 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