Skip to content

Commit 8998f1a

Browse files
co63ocManfredss
authored andcommitted
clean gather.cu.h comment (PaddlePaddle#76193)
1 parent 006acb0 commit 8998f1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paddle/phi/kernels/funcs/gather.cu.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ limitations under the License. */
1616

1717
#include <vector>
1818

19-
#include "paddle/phi/common/memory_utils.h"
20-
// TODO(paddle-dev): move gpu_primitives.h to phi
2119
#include "paddle/phi/backends/gpu/gpu_launch_config.h"
2220
#include "paddle/phi/backends/gpu/gpu_primitives.h"
21+
#include "paddle/phi/common/memory_utils.h"
2322
#include "paddle/phi/common/place.h"
2423
#include "paddle/phi/core/dense_tensor.h"
2524
#include "paddle/phi/kernels/funcs/aligned_vector.h"

0 commit comments

Comments
 (0)