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
608e1ae0
Commit
608e1ae0
authored
Sep 20, 2023
by
Umang Yadav
Browse files
Add comments
parent
995a0139
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/include/migraphx/verify.hpp
src/include/migraphx/verify.hpp
+4
-0
No files found.
src/include/migraphx/verify.hpp
View file @
608e1ae0
...
...
@@ -195,6 +195,10 @@ double get_rms_tol(const R&, std::size_t tolerance = 80)
return
threshold
;
}
/*
C++ doesn't support named arguments, this is just wrapper that helps distinguish between actual
results v/s expected results arguments.
*/
template
<
class
T
>
struct
expected
{
...
...
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