Skip to content

Commit

Permalink
fix using
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius84 committed Mar 11, 2022
1 parent 0de44a0 commit ee0424f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paddle/fluid/operators/tile_op_functor.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include "paddle/fluid/framework/operator.h"

#define MAX_RANK_SUPPORTED 6

namespace paddle {
namespace operators {

Expand Down
2 changes: 2 additions & 0 deletions paddle/fluid/operators/tile_op_xpu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ limitations under the License. */
namespace paddle {
namespace operators {

using Tensor = framework::Tensor;

template <typename T>
class TileXPUKernel : public framework::OpKernel<T> {
public:
Expand Down

1 comment on commit ee0424f

@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.