Skip to content

Commit

Permalink
filter win vs2017
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglirong1999 committed Nov 6, 2023
1 parent 91c8457 commit 9e0f6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/inference/api/paddle_analysis_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
#include <utility>
#include <vector>

#include "paddle/phi/backends/cpu/cpu_info.h"
#include "paddle_infer_declare.h" // NOLINT
/*! \file */
// Here we include some header files with relative paths, for that in deploy,
// the abstract path of this header file will be changed.
#include "paddle_api.h" // NOLINT
#include "paddle_pass_builder.h" // NOLINT
#ifdef PADDLE_WITH_DNNL
#include "paddle/phi/backends/cpu/cpu_info.h"
#include "paddle_mkldnn_quantizer_config.h" // NOLINT
#endif

Expand Down

0 comments on commit 9e0f6a2

Please sign in to comment.