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
c0863d6e
Commit
c0863d6e
authored
Jul 31, 2023
by
Po-Yen, Chen
Browse files
Fix compilation error if we enable fp32 in profiler
parent
ff197e27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
profiler/src/profile_gemm.cpp
profiler/src/profile_gemm.cpp
+1
-1
No files found.
profiler/src/profile_gemm.cpp
View file @
c0863d6e
...
@@ -124,7 +124,7 @@ int profile_gemm(int argc, char* argv[])
...
@@ -124,7 +124,7 @@ int profile_gemm(int argc, char* argv[])
if
(
false
)
if
(
false
)
;
;
#ifdef __fp32__
#ifdef __fp32__
if
(
data_type
==
GemmDataType
::
F32_F32_F32
&&
layout
==
GemmMatrixLayout
::
MK_KN_MN
)
else
if
(
data_type
==
GemmDataType
::
F32_F32_F32
&&
layout
==
GemmMatrixLayout
::
MK_KN_MN
)
{
{
return
profile
(
Row
{},
Row
{},
Row
{},
F32
{},
F32
{},
F32
{},
F32
{});
return
profile
(
Row
{},
Row
{},
Row
{},
F32
{},
F32
{},
F32
{},
F32
{});
}
}
...
...
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