Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
liyinrong
composable_kernel
Commits
7dd588d3
Commit
7dd588d3
authored
3 years ago
by
Jing Zhang
Browse files
Options
Download
Email Patches
Plain Diff
fixed return
parent
40e67bcd
grouped_gemm_test_fix
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/grouped_gemm/grouped_gemm_fp16.cpp
+1
-1
test/grouped_gemm/grouped_gemm_fp16.cpp
with
1 addition
and
1 deletion
+1
-1
test/grouped_gemm/grouped_gemm_fp16.cpp
View file @
7dd588d3
...
...
@@ -216,5 +216,5 @@ int main()
std
::
cout
<<
"TestGroupedGemm ..... "
<<
(
res
?
"SUCCESS"
:
"FAILURE"
)
<<
std
::
endl
;
return
res
;
return
res
?
0
:
1
;
}
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help