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
343a2acd
Commit
343a2acd
authored
Sep 21, 2023
by
Umang Yadav
Browse files
comment change
parent
1af842c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/include/migraphx/verify.hpp
src/include/migraphx/verify.hpp
+1
-1
No files found.
src/include/migraphx/verify.hpp
View file @
343a2acd
...
@@ -266,7 +266,7 @@ bool verify_range_with_tolerance(const R1& r1,
...
@@ -266,7 +266,7 @@ bool verify_range_with_tolerance(const R1& r1,
double
*
out_rms_error
=
nullptr
)
double
*
out_rms_error
=
nullptr
)
{
{
auto
rms_error
=
rms_range
(
r1
,
r2
.
data
());
auto
rms_error
=
rms_range
(
r1
,
r2
.
data
());
// disable ewise_verify for now, it requires lot of tests to be fixed
// disable ewise_verify
by default
for now, it requires lot of tests to be fixed
bool
ewise_verify
=
true
;
bool
ewise_verify
=
true
;
if
(
enabled
(
MIGRAPHX_VERIFY_ENABLE_ALLCLOSE
{}))
if
(
enabled
(
MIGRAPHX_VERIFY_ENABLE_ALLCLOSE
{}))
{
{
...
...
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