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
814fe1bc
Commit
814fe1bc
authored
May 18, 2023
by
rocking
Browse files
Extract variable
parent
a465273a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
profiler/include/profiler/profile_pool2d_fwd_impl.hpp
profiler/include/profiler/profile_pool2d_fwd_impl.hpp
+2
-2
profiler/include/profiler/profile_pool3d_fwd_impl.hpp
profiler/include/profiler/profile_pool3d_fwd_impl.hpp
+2
-2
No files found.
profiler/include/profiler/profile_pool2d_fwd_impl.hpp
View file @
814fe1bc
...
...
@@ -148,9 +148,9 @@ bool profile_pool2d_fwd_impl(int do_verification,
{
C
*
Hi
*
Wi
,
1
,
Wi
*
C
,
C
},
{
C
*
Ho
*
Wo
,
1
,
Wo
*
C
,
C
},
{
C
*
Ho
*
Wo
,
1
,
Wo
*
C
,
C
},
{
N
,
C
,
Hi
,
Wi
}
,
in_length
,
window_spatial_lengths
,
{
N
,
C
,
Ho
,
Wo
}
,
out_length
,
window_strides
,
input_left_pads
,
input_right_pads
,
...
...
profiler/include/profiler/profile_pool3d_fwd_impl.hpp
View file @
814fe1bc
...
...
@@ -153,9 +153,9 @@ bool profile_pool3d_fwd_impl(int do_verification,
{
Di
*
C
*
Hi
*
Wi
,
1
,
C
*
Hi
*
Wi
,
Wi
*
C
,
C
},
{
Do
*
C
*
Ho
*
Wo
,
1
,
C
*
Ho
*
Wo
,
Wo
*
C
,
C
},
{
Do
*
C
*
Ho
*
Wo
,
1
,
C
*
Ho
*
Wo
,
Wo
*
C
,
C
},
{
N
,
C
,
Di
,
Hi
,
Wi
}
,
in_length
,
window_spatial_lengths
,
{
N
,
C
,
Do
,
Ho
,
Wo
}
,
out_length
,
window_strides
,
input_left_pads
,
input_right_pads
,
...
...
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