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
1737b087
Commit
1737b087
authored
Jun 07, 2023
by
rocking
Browse files
Fix type error
parent
85b2fee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
example/49_maxpool2d_bwd/maxpool2d_bwd_fp32.cpp
example/49_maxpool2d_bwd/maxpool2d_bwd_fp32.cpp
+2
-2
No files found.
example/49_maxpool2d_bwd/maxpool2d_bwd_fp32.cpp
View file @
1737b087
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
#include "maxpool2d_bwd_common.hpp"
#include "maxpool2d_bwd_common.hpp"
using
InDataType
=
ck
::
half_
t
;
using
InDataType
=
floa
t
;
using
OutDataType
=
ck
::
half_
t
;
using
OutDataType
=
floa
t
;
using
IndexDataType
=
int32_t
;
using
IndexDataType
=
int32_t
;
using
ComputeDataType
=
float
;
using
ComputeDataType
=
float
;
using
DInDataType
=
float
;
using
DInDataType
=
float
;
...
...
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