Skip to content

Commit

Permalink
Fixed CI failure with test_egr_task_eager_utils,test=document_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jim19930609 committed Mar 23, 2022
1 parent ff7cbaa commit 5800e0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paddle/fluid/eager/tests/task_tests/eager_utils_test.cc
Expand Up @@ -24,6 +24,9 @@
#include "paddle/fluid/eager/utils.h"

#include "paddle/phi/api/lib/utils/allocator.h"
#include "paddle/phi/core/kernel_registry.h"

PD_DECLARE_KERNEL(full, CPU, ALL_LAYOUT);

namespace egr {

Expand Down

1 comment on commit 5800e0a

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

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

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.