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
13bb4c2f
"vscode:/vscode.git/clone" did not exist on "06c5529fe45b2e091626b3a3a13c95a993dbe5a2"
Commit
13bb4c2f
authored
Oct 11, 2023
by
charlie
Browse files
add other tolerance prints
parent
66af5158
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/driver/main.cpp
src/driver/main.cpp
+2
-0
No files found.
src/driver/main.cpp
View file @
13bb4c2f
...
...
@@ -593,6 +593,8 @@ struct verify : command<verify>
}
std
::
cout
<<
"rms_tol: "
<<
tols
.
rms_tol
<<
std
::
endl
;
std
::
cout
<<
"atol: "
<<
tols
.
atol
<<
std
::
endl
;
std
::
cout
<<
"rtol: "
<<
tols
.
rtol
<<
std
::
endl
;
auto
quantize
=
precision
::
fp32
;
if
(
c
.
to_fp16
)
...
...
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