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
47fc908d
"test/expect/ModelTester.test_regnet_x_3_2gf_expect.pkl" did not exist on "37a9ee5b3aead821dc1f795ec9274ccbeea695bb"
Commit
47fc908d
authored
Aug 22, 2018
by
Paul
Browse files
Fix tolerance
parent
a55b0793
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/onnx/verify_onnx.cpp
src/onnx/verify_onnx.cpp
+1
-1
No files found.
src/onnx/verify_onnx.cpp
View file @
47fc908d
...
...
@@ -47,7 +47,7 @@ int main(int argc, char const* argv[])
auto
x
=
run_cpu
(
file
);
auto
y
=
run_gpu
(
file
);
visit_all
(
x
,
y
)([](
auto
cpu
,
auto
gpu
)
{
if
(
migraph
::
verify_range
(
cpu
,
gpu
,
1
))
if
(
migraph
::
verify_range
(
cpu
,
gpu
))
{
std
::
cout
<<
"Passed"
<<
std
::
endl
;
}
...
...
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