Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
aba8ead5
Commit
aba8ead5
authored
Nov 28, 2023
by
Umang Yadav
Browse files
update eps
parent
3b40913c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/verify/test_conv_bn.cpp
test/verify/test_conv_bn.cpp
+1
-1
No files found.
test/verify/test_conv_bn.cpp
View file @
aba8ead5
...
@@ -60,7 +60,7 @@ struct test_conv_bn : verify_program<test_conv_bn<DType>>
...
@@ -60,7 +60,7 @@ struct test_conv_bn : verify_program<test_conv_bn<DType>>
if
constexpr
((
DType
)
==
migraphx
::
shape
::
fp8e4m3fnuz_type
)
if
constexpr
((
DType
)
==
migraphx
::
shape
::
fp8e4m3fnuz_type
)
{
{
// use 1e-2f for the fp8
// use 1e-2f for the fp8
eps
=
mm
->
add_literal
(
migraphx
::
literal
{
DType
,
{
1
e-2
f
}});
eps
=
mm
->
add_literal
(
migraphx
::
literal
{
DType
,
{
5
e-2
f
}});
}
}
auto
usq_scale
=
auto
usq_scale
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment