"src/targets/gpu/jit/nonmaxsuppression.cpp" did not exist on "ed2c73ac0df1fbcc25f7742d61ca97de42429deb"
Commit ecdb14f8 authored by Umang Yadav's avatar Umang Yadav
Browse files

update eps

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