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
composable_kernel
Commits
cfb397b1
Commit
cfb397b1
authored
Dec 15, 2022
by
aska-0096
Browse files
clang format
parent
3941bd1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
library/include/ck/library/utility/check_err.hpp
library/include/ck/library/utility/check_err.hpp
+0
-4
No files found.
library/include/ck/library/utility/check_err.hpp
View file @
cfb397b1
...
...
@@ -65,7 +65,6 @@ check_err(const Range& out,
}
if
(
!
res
)
{
std
::
cerr
<<
"err count: "
<<
err_count
<<
std
::
endl
;
std
::
cerr
<<
std
::
setw
(
12
)
<<
std
::
setprecision
(
7
)
<<
"max err: "
<<
max_err
<<
std
::
endl
;
}
return
res
;
...
...
@@ -113,7 +112,6 @@ check_err(const Range& out,
}
if
(
!
res
)
{
std
::
cerr
<<
"err count: "
<<
err_count
<<
std
::
endl
;
std
::
cerr
<<
std
::
setw
(
12
)
<<
std
::
setprecision
(
7
)
<<
"max err: "
<<
max_err
<<
std
::
endl
;
}
return
res
;
...
...
@@ -160,7 +158,6 @@ check_err(const Range& out,
}
if
(
!
res
)
{
std
::
cerr
<<
"err count: "
<<
err_count
<<
std
::
endl
;
std
::
cerr
<<
std
::
setw
(
12
)
<<
std
::
setprecision
(
7
)
<<
"max err: "
<<
max_err
<<
std
::
endl
;
}
return
res
;
...
...
@@ -212,7 +209,6 @@ check_err(const Range& out,
}
if
(
!
res
)
{
std
::
cerr
<<
"err count: "
<<
err_count
<<
std
::
endl
;
std
::
cerr
<<
"max err: "
<<
max_err
<<
std
::
endl
;
}
return
res
;
...
...
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