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

update eps

parent 3b40913c
......@@ -60,7 +60,7 @@ struct test_conv_bn : verify_program<test_conv_bn<DType>>
if constexpr((DType) == migraphx::shape::fp8e4m3fnuz_type)
{
// use 1e-2f for the fp8
eps = mm->add_literal(migraphx::literal{DType, {1e-2f}});
eps = mm->add_literal(migraphx::literal{DType, {5e-2f}});
}
auto usq_scale =
......
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