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
254e48a4
Commit
254e48a4
authored
May 18, 2023
by
rocking
Browse files
clang format
parent
d22124dc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
14 deletions
+14
-14
example/13_pool2d_fwd/pool2d_fwd_common.hpp
example/13_pool2d_fwd/pool2d_fwd_common.hpp
+4
-4
example/13_pool2d_fwd/pool2d_fwd_fp16.cpp
example/13_pool2d_fwd/pool2d_fwd_fp16.cpp
+2
-2
example/13_pool2d_fwd/pool2d_fwd_fp32.cpp
example/13_pool2d_fwd/pool2d_fwd_fp32.cpp
+2
-2
example/48_pool3d_fwd/pool3d_fwd_common.hpp
example/48_pool3d_fwd/pool3d_fwd_common.hpp
+4
-4
example/48_pool3d_fwd/pool3d_fwd_fp16.cpp
example/48_pool3d_fwd/pool3d_fwd_fp16.cpp
+2
-2
No files found.
example/13_pool2d_fwd/pool2d_fwd_common.hpp
View file @
254e48a4
...
@@ -46,10 +46,10 @@ bool pool_test(bool do_verification,
...
@@ -46,10 +46,10 @@ bool pool_test(bool do_verification,
{
{
using
DevicePoolFwdInstance
=
using
DevicePoolFwdInstance
=
ck
::
tensor_operation
::
device
::
DevicePool2dFwd_Input_N_Hi_Wi_C_Output_N_Ho_Wo_C
<
ck
::
tensor_operation
::
device
::
DevicePool2dFwd_Input_N_Hi_Wi_C_Output_N_Ho_Wo_C
<
InDataType
,
// InDataType
InDataType
,
// InDataType
OutDataType
,
// OutDataType
OutDataType
,
// OutDataType
IndexDataType
,
// IndexDataType
IndexDataType
,
// IndexDataType
ComputeDataType
,
// ComputeDataType
ComputeDataType
,
// ComputeDataType
ReduceOpId
,
ReduceOpId
,
OutputIndex
,
OutputIndex
,
64
,
// BlockSize
64
,
// BlockSize
...
...
example/13_pool2d_fwd/pool2d_fwd_fp16.cpp
View file @
254e48a4
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
#include "pool2d_fwd_common.hpp"
#include "pool2d_fwd_common.hpp"
using
InDataType
=
ck
::
half_t
;
using
InDataType
=
ck
::
half_t
;
using
OutDataType
=
ck
::
half_t
;
using
OutDataType
=
ck
::
half_t
;
using
ComputeDataType
=
float
;
using
ComputeDataType
=
float
;
using
IndexDataType
=
int32_t
;
using
IndexDataType
=
int32_t
;
...
...
example/13_pool2d_fwd/pool2d_fwd_fp32.cpp
View file @
254e48a4
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
#include "pool2d_fwd_common.hpp"
#include "pool2d_fwd_common.hpp"
using
InDataType
=
float
;
using
InDataType
=
float
;
using
OutDataType
=
float
;
using
OutDataType
=
float
;
using
ComputeDataType
=
float
;
using
ComputeDataType
=
float
;
using
IndexDataType
=
int32_t
;
using
IndexDataType
=
int32_t
;
...
...
example/48_pool3d_fwd/pool3d_fwd_common.hpp
View file @
254e48a4
...
@@ -49,10 +49,10 @@ bool pool3d_test(bool do_verification,
...
@@ -49,10 +49,10 @@ bool pool3d_test(bool do_verification,
{
{
using
DevicePoolFwdInstance
=
using
DevicePoolFwdInstance
=
ck
::
tensor_operation
::
device
::
DevicePool3dFwd_Input_N_Di_Hi_Wi_C_Output_N_Do_Ho_Wo_C
<
ck
::
tensor_operation
::
device
::
DevicePool3dFwd_Input_N_Di_Hi_Wi_C_Output_N_Do_Ho_Wo_C
<
InDataType
,
// InDataType
InDataType
,
// InDataType
OutDataType
,
// OutDataType
OutDataType
,
// OutDataType
IndexDataType
,
// IndexDataType
IndexDataType
,
// IndexDataType
ComputeDataType
,
// ComputeDataType
ComputeDataType
,
// ComputeDataType
ReduceOpId
,
ReduceOpId
,
OutputIndex
,
OutputIndex
,
64
,
// BlockSize
64
,
// BlockSize
...
...
example/48_pool3d_fwd/pool3d_fwd_fp16.cpp
View file @
254e48a4
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
#include "pool3d_fwd_common.hpp"
#include "pool3d_fwd_common.hpp"
using
InDataType
=
ck
::
half_t
;
using
InDataType
=
ck
::
half_t
;
using
OutDataType
=
ck
::
half_t
;
using
OutDataType
=
ck
::
half_t
;
using
ComputeDataType
=
float
;
using
ComputeDataType
=
float
;
using
IndexDataType
=
int32_t
;
using
IndexDataType
=
int32_t
;
...
...
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