Skip to content

Commit

Permalink
remove supported_ops.h (PaddlePaddle#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
gglin001 authored Jan 11, 2022
1 parent 3bb068f commit 504e02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
3 changes: 2 additions & 1 deletion paddle/fluid/platform/device/ipu/ipu_compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ void Compiler::RegisterOpFunc() {
SetSerializeAttributes(output_ids, op_desc); \
InsertTensors(output_names, output_ids); \
}}, // NOLINT
#include "paddle/fluid/platform/device/ipu/supported_ops.h"
#include "paddle/fluid/platform/device/ipu/supported_ops_autogen.h"
#include "paddle/fluid/platform/device/ipu/supported_ops_custom.h"
};

#undef OP_DECL
Expand Down
18 changes: 0 additions & 18 deletions paddle/fluid/platform/device/ipu/supported_ops.h

This file was deleted.

0 comments on commit 504e02d

Please sign in to comment.