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
ff197e27
Commit
ff197e27
authored
Jul 31, 2023
by
Po-Yen, Chen
Browse files
Fix formatting error
parent
73fc0421
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
profiler/src/profile_gemm.cpp
profiler/src/profile_gemm.cpp
+2
-1
No files found.
profiler/src/profile_gemm.cpp
View file @
ff197e27
...
@@ -121,7 +121,8 @@ int profile_gemm(int argc, char* argv[])
...
@@ -121,7 +121,8 @@ int profile_gemm(int argc, char* argv[])
return
pass
?
0
:
1
;
return
pass
?
0
:
1
;
};
};
if
(
false
)
;
if
(
false
)
;
#ifdef __fp32__
#ifdef __fp32__
if
(
data_type
==
GemmDataType
::
F32_F32_F32
&&
layout
==
GemmMatrixLayout
::
MK_KN_MN
)
if
(
data_type
==
GemmDataType
::
F32_F32_F32
&&
layout
==
GemmMatrixLayout
::
MK_KN_MN
)
{
{
...
...
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