Skip to content

Commit

Permalink
fix as review
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyefeilin committed Mar 28, 2022
1 parent d189f28 commit 0436d0b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions paddle/fluid/operators/elementwise/elementwise_functor.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ using DivFunctor = phi::funcs::DivideFunctor<T>;
template <typename T>
using InverseDivFunctor = phi::funcs::InverseDivideFunctor<T>;

// Floor Divide
template <typename T>
using FloorDivFunctor = phi::funcs::FloorDivideFunctor<T>;

template <typename T>
using InverseFloorDivFunctor = phi::funcs::InverseFloorDivideFunctor<T>;

#undef DIV_ERROR_INFO

// Maximum
Expand Down

1 comment on commit 0436d0b

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 0436d0b Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #40993 Commit ID: 0436d0b contains failed CI.

🔹 Failed: PR-CI-CINN

Unknown Failed
Unknown Failed

🔹 Failed: PR-CI-Kunlun-KP-Build

Unknown Failed
Unknown Failed

Please sign in to comment.