"testing/vscode:/vscode.git/clone" did not exist on "71b73e185aa2b72f3fabdae7382f9b0451034389"
Commit c3141199 authored by Umang Yadav's avatar Umang Yadav
Browse files

update eps

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