Skip to content

Commit

Permalink
delete float16
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxinxin08 committed Oct 10, 2020
1 parent bb9cae0 commit f4f8d82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions paddle/fluid/operators/matmul_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,5 @@ REGISTER_OP_CUDA_KERNEL(
REGISTER_OP_CUDA_KERNEL(
matmul_grad_grad,
ops::MatMulDoubleGradKernel<paddle::platform::CUDADeviceContext, float>,
ops::MatMulDoubleGradKernel<paddle::platform::CUDADeviceContext, double>,
ops::MatMulDoubleGradKernel<paddle::platform::CUDADeviceContext,
paddle::platform::float16>);
ops::MatMulDoubleGradKernel<paddle::platform::CUDADeviceContext, double>);
#endif

0 comments on commit f4f8d82

Please sign in to comment.