We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006acb0 commit 8998f1aCopy full SHA for 8998f1a
paddle/phi/kernels/funcs/gather.cu.h
@@ -16,10 +16,9 @@ limitations under the License. */
16
17
#include <vector>
18
19
-#include "paddle/phi/common/memory_utils.h"
20
-// TODO(paddle-dev): move gpu_primitives.h to phi
21
#include "paddle/phi/backends/gpu/gpu_launch_config.h"
22
#include "paddle/phi/backends/gpu/gpu_primitives.h"
+#include "paddle/phi/common/memory_utils.h"
23
#include "paddle/phi/common/place.h"
24
#include "paddle/phi/core/dense_tensor.h"
25
#include "paddle/phi/kernels/funcs/aligned_vector.h"
0 commit comments