Skip to content

Commit

Permalink
[Fix] remove useless header not needed in kernel header (#60927)
Browse files Browse the repository at this point in the history
  • Loading branch information
qili93 authored Jan 18, 2024
1 parent 4b2e90d commit 64b9fee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions paddle/phi/kernels/apply_per_channel_scale_kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

#include "paddle/phi/core/dense_tensor.h"

#include "paddle/phi/backends/gpu/gpu_context.h"
#include "paddle/phi/common/datatype_traits.h"
#include "paddle/phi/core/kernel_registry.h"

namespace phi {

template <typename T, typename Context>
Expand Down

0 comments on commit 64b9fee

Please sign in to comment.