Commit a3357bc3 authored by charlie's avatar charlie
Browse files

FOrmatting

parent e6e42359
...@@ -572,12 +572,11 @@ struct verify : command<verify> ...@@ -572,12 +572,11 @@ struct verify : command<verify>
auto t = c.ct.get_target(); auto t = c.ct.get_target();
auto m = c.parameters.generate(p, t, true, c.l.batch); auto m = c.parameters.generate(p, t, true, c.l.batch);
// TODO remove this and make the driver able to figure out datatype most used in the model
//TODO remove this and make the driver able to figure out datatype most used in the model
// then set the tolerances appropriately. Need to check here because c.to_fp16 only set // then set the tolerances appropriately. Need to check here because c.to_fp16 only set
// after argument_parser.parse() is run. This code is complicated because there's not a good way // after argument_parser.parse() is run. This code is complicated because there's not a
// to change the default tolerances after reading `--fp16` but before reading `--rms-tol`, `--atol`, // good way to change the default tolerances after reading `--fp16` but before reading
// and `--rtol`. // `--rms-tol`, `--atol`, and `--rtol`.
migraphx::verify::tolerance tols{}; migraphx::verify::tolerance tols{};
if(c.to_fp16) if(c.to_fp16)
{ {
......
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