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
bff80918
Commit
bff80918
authored
Jun 26, 2023
by
Qianfeng Zhang
Browse files
Tiny fix in the batchnorm_fwd profiler
parent
3b18f1e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
profiler/src/profile_batchnorm_fwd.cpp
profiler/src/profile_batchnorm_fwd.cpp
+1
-1
No files found.
profiler/src/profile_batchnorm_fwd.cpp
View file @
bff80918
...
@@ -148,7 +148,7 @@ int profile_batchnorm_forward(int argc, char* argv[])
...
@@ -148,7 +148,7 @@ int profile_batchnorm_forward(int argc, char* argv[])
{
{
if
(
arg_parser
.
inLengths
.
size
()
==
4
&&
arg_parser
.
reduceDims
.
size
()
==
3
)
if
(
arg_parser
.
inLengths
.
size
()
==
4
&&
arg_parser
.
reduceDims
.
size
()
==
3
)
{
{
profile_batchnorm_forward_impl
<
F16
,
F16
,
F32
,
F16
,
F16
,
F
16
,
4
,
3
>
(
profile_batchnorm_forward_impl
<
F16
,
F16
,
F32
,
F16
,
F16
,
F
32
,
4
,
3
>
(
arg_parser
.
do_verification
,
arg_parser
.
do_verification
,
arg_parser
.
init_method
,
arg_parser
.
init_method
,
arg_parser
.
do_dumpout
,
arg_parser
.
do_dumpout
,
...
...
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