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
OpenDAS
Paddle
Commits
bb99f03d
Commit
bb99f03d
authored
Apr 09, 2024
by
yuguo-Jack
Browse files
fix depthwise conv grad bug
parent
993cf390
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
paddle/phi/kernels/gpudnn/conv_grad_kernel.cu
paddle/phi/kernels/gpudnn/conv_grad_kernel.cu
+6
-6
No files found.
paddle/phi/kernels/gpudnn/conv_grad_kernel.cu
View file @
bb99f03d
...
@@ -1469,12 +1469,12 @@ PD_REGISTER_KERNEL(conv3d_grad,
...
@@ -1469,12 +1469,12 @@ PD_REGISTER_KERNEL(conv3d_grad,
float
,
float
,
phi
::
dtype
::
float16
)
{}
phi
::
dtype
::
float16
)
{}
PD_REGISTER_KERNEL
(
depthwise_conv2d_grad
,
//
PD_REGISTER_KERNEL(depthwise_conv2d_grad,
GPUDNN
,
//
GPUDNN,
ALL_LAYOUT
,
//
ALL_LAYOUT,
phi
::
DepthwiseConvCudnnGradKernel
,
//
phi::DepthwiseConvCudnnGradKernel,
float
,
//
float,
phi
::
dtype
::
float16
)
{}
//
phi::dtype::float16) {}
PD_REGISTER_KERNEL
(
conv2d_double_grad
,
PD_REGISTER_KERNEL
(
conv2d_double_grad
,
GPUDNN
,
GPUDNN
,
ALL_LAYOUT
,
ALL_LAYOUT
,
...
...
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