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
8aa65c41
Commit
8aa65c41
authored
Oct 19, 2022
by
Anthony Chang
Browse files
early return when cmd arg doesn't match
parent
a3cba42b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
test/gemm/gemm_standalone_xdl_fp16.cpp
test/gemm/gemm_standalone_xdl_fp16.cpp
+1
-0
No files found.
test/gemm/gemm_standalone_xdl_fp16.cpp
View file @
8aa65c41
...
@@ -121,6 +121,7 @@ int main(int argc, char* argv[])
...
@@ -121,6 +121,7 @@ int main(int argc, char* argv[])
{
{
std
::
cerr
<<
"arg1: verification (0=no, 1=yes)"
<<
std
::
endl
std
::
cerr
<<
"arg1: verification (0=no, 1=yes)"
<<
std
::
endl
<<
"arg2: time kernel (0=no, 1=yes)"
<<
std
::
endl
;
<<
"arg2: time kernel (0=no, 1=yes)"
<<
std
::
endl
;
return
0
;
}
}
for
(
auto
&
p
:
problems
)
for
(
auto
&
p
:
problems
)
...
...
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