Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Sep 2, 2024
1 parent cc4fcdc commit 7954187
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions paddle/phi/kernels/gpu/matmul_grad_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ PD_REGISTER_KERNEL(legacy_matmul_grad,
GPU,
ALL_LAYOUT,
phi::LegacyMatmulGradKernel,
int8_t,
float,
double,
phi::dtype::float16,
phi::dtype::bfloat16,
phi::dtype::complex<float>,
phi::dtype::complex<double>) {}
phi::dtype::float16) {}

0 comments on commit 7954187

Please sign in to comment.