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
6f2ef102
Commit
6f2ef102
authored
May 17, 2023
by
rocking
Browse files
Use proper size
parent
e74b1dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
example/48_pool3d_fwd/pool3d_fwd_fp16.cpp
example/48_pool3d_fwd/pool3d_fwd_fp16.cpp
+6
-6
No files found.
example/48_pool3d_fwd/pool3d_fwd_fp16.cpp
View file @
6f2ef102
...
@@ -35,12 +35,12 @@ int main()
...
@@ -35,12 +35,12 @@ int main()
// Pool shape
// Pool shape
ck
::
index_t
N
=
2
;
ck
::
index_t
N
=
2
;
ck
::
index_t
C
=
32
;
ck
::
index_t
C
=
32
;
ck
::
index_t
Z
=
3
;
ck
::
index_t
Z
=
2
;
ck
::
index_t
Y
=
3
;
ck
::
index_t
Y
=
2
;
ck
::
index_t
X
=
3
;
ck
::
index_t
X
=
2
;
ck
::
index_t
Di
=
3
1
;
ck
::
index_t
Di
=
3
0
;
ck
::
index_t
Hi
=
3
1
;
ck
::
index_t
Hi
=
3
0
;
ck
::
index_t
Wi
=
3
1
;
ck
::
index_t
Wi
=
3
0
;
ck
::
index_t
window_stride_d
=
2
;
ck
::
index_t
window_stride_d
=
2
;
ck
::
index_t
window_stride_h
=
2
;
ck
::
index_t
window_stride_h
=
2
;
ck
::
index_t
window_stride_w
=
2
;
ck
::
index_t
window_stride_w
=
2
;
...
...
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