Skip to content

Commit

Permalink
ReCommit for 7 days limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLim-sy committed Jun 22, 2021
1 parent 8b06d3c commit aeb7744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/fluid/operators/elementwise/elementwise_mod_op.cu
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class ElementwiseModKernel<platform::CUDADeviceContext, T>
std::vector<framework::Tensor*> outs;
const auto& cuda_ctx =
ctx.template device_context<platform::CUDADeviceContext>();

int axis = PackTensorsIntoVector<T>(ctx, &ins, &outs);
LaunchElementwiseCudaKernel<ElementwiseType::kBinary, T, T>(
cuda_ctx, ins, &outs, axis, CudaModFunctor<T>());
Expand Down

0 comments on commit aeb7744

Please sign in to comment.