-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Remove useless headers for some grad ops #38732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove useless headers for some grad ops #38732
Conversation
|
Thanks for your contribution! |
0bffe58 to
f3c5934
Compare
| @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and | |||
| limitations under the License. */ | |||
|
|
|||
| #include "paddle/fluid/operators/elementwise/elementwise_div_op.h" | |||
| #include "paddle/fluid/operators/reduce_ops/reduce_op.cu.h" | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#include "paddle/fluid/operators/reduce_ops/reduce_op.cu.h" 可以不需要加吧
| #include "paddle/fluid/operators/reduce_ops/reduce_op.cu.h" | ||
| #include "paddle/fluid/platform/complex.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#include "paddle/fluid/operators/reduce_ops/reduce_op.cu.h" 可以不需要加
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool ! I wiil revert this pr for completely remove of total useless headers, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This reverts commit c0e2b98.
PR types
Others
PR changes
OPs
Describe