paddle_analysis_config.h 12.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#pragma once

#include <cassert>
17
#include <map>
18 19
#include <memory>
#include <string>
20
#include <unordered_set>
21
#include <utility>
22 23
#include <vector>

24 25
/*! \file */

26 27 28 29
// 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
30 31 32
#ifdef PADDLE_WITH_MKLDNN
#include "paddle_mkldnn_quantizer_config.h"  // NOLINT
#endif
33 34 35 36

namespace paddle {

class AnalysisPredictor;
37
struct MkldnnQuantizerConfig;
38 39

// NOTE WIP, not stable yet.
40 41
struct AnalysisConfig {
  AnalysisConfig() = default;
42
  explicit AnalysisConfig(const AnalysisConfig& other);
43 44 45
  explicit AnalysisConfig(const std::string& model_dir);
  explicit AnalysisConfig(const std::string& prog_file,
                          const std::string& params_file);
N
nhzlx 已提交
46 47 48
  enum class Precision {
    kFloat32 = 0,
    kInt8,
Z
Zhaolong Xing 已提交
49
    kHalf,
N
nhzlx 已提交
50
  };
51

52 53
  /** Set model with a directory.
   */
54
  void SetModel(const std::string& model_dir) { model_dir_ = model_dir; }
55 56
  /** Set model with two specific pathes for program and parameters.
   */
57 58
  void SetModel(const std::string& prog_file_path,
                const std::string& params_file_path);
59 60
  /** Set program file path.
   */
61
  void SetProgFile(const std::string& x) { prog_file_ = x; }
62 63
  /** Set parameter composed file path.
   */
64
  void SetParamsFile(const std::string& x) { params_file_ = x; }
65 66 67 68 69
  /** Set opt cache dir.
   */
  void SetOptimCacheDir(const std::string& opt_cache_dir) {
    opt_cache_dir_ = opt_cache_dir;
  }
70 71
  /** Get the model directory path.
   */
72
  const std::string& model_dir() const { return model_dir_; }
73 74
  /** Get the program file path.
   */
75
  const std::string& prog_file() const { return prog_file_; }
76 77
  /** Get the composed parameters file.
   */
78 79 80
  const std::string& params_file() const { return params_file_; }

  // GPU related.
81 82 83 84 85 86

  /**
   * \brief Turn on GPU.
   * @param memory_pool_init_size_mb initial size of the GPU memory pool in MB.
   * @param device_id the GPU card to use (default is 0).
   */
87
  void EnableUseGpu(uint64_t memory_pool_init_size_mb, int device_id = 0);
88 89
  /** Turn off the GPU.
   */
90
  void DisableGpu();
91 92
  /** A bool state telling whether the GPU is turned on.
   */
93
  bool use_gpu() const { return use_gpu_; }
94 95
  /** Get the GPU device id.
   */
96
  int gpu_device_id() const { return device_id_; }
97 98
  /** Get the initial size in MB of the GPU memory pool.
   */
99
  int memory_pool_init_size_mb() const { return memory_pool_init_size_mb_; }
100 101
  /** Get the proportion of the initial memory pool size compared to the device.
   */
102
  float fraction_of_gpu_memory_for_pool() const;
103

104 105 106 107 108 109 110
  /** Turn on CUDNN
   */
  void EnableCUDNN();
  /** A boolean state telling whether to use cuDNN.
   */
  bool cudnn_enabled() const { return use_cudnn_; }

111 112 113 114
  /** \brief Control whether to perform IR graph optimization.
   *
   * If turned off, the AnalysisConfig will act just like a NativeConfig.
   */
115
  void SwitchIrOptim(int x = true) { enable_ir_optim_ = x; }
116 117
  /** A boolean state tell whether the ir graph optimization is actived.
   */
118
  bool ir_optim() const { return enable_ir_optim_; }
119

120 121 122 123
  /** \brief INTERNAL Determine whether to use the feed and fetch operators.
   * Just for internal development, not stable yet.
   * When ZeroCopyTensor is used, this should turned off.
   */
124
  void SwitchUseFeedFetchOps(int x = true) { use_feed_fetch_ops_ = x; }
125 126
  /** A boolean state telling whether to use the feed and fetch operators.
   */
127
  bool use_feed_fetch_ops_enabled() const { return use_feed_fetch_ops_; }
128

129 130 131 132 133 134
  /** \brief Control whether to specify the inputs' names.
   *
   * The PaddleTensor type has a `name` member, assign it with the corresponding
   * variable name. This is used only when the input PaddleTensors passed to the
   * `PaddlePredictor.Run(...)` cannot follow the order in the training phase.
   */
135
  void SwitchSpecifyInputNames(bool x = true) { specify_input_name_ = x; }
136 137 138 139

  /** A boolean state tell whether the input PaddleTensor names specified should
   * be used to reorder the inputs in `PaddlePredictor.Run(...)`.
   */
140
  bool specify_input_name() const { return specify_input_name_; }
141

142 143 144 145 146 147 148 149 150 151 152 153 154
  /**
   * \brief Turn on the TensorRT engine.
   *
   * The TensorRT engine will accelerate some subgraphes in the original Fluid
   * computation graph. In some models such as TensorRT50, GoogleNet and so on,
   * it gains significant performance acceleration.
   *
   * @param workspace_size the memory size(in byte) used for TensorRT workspace.
   * @param max_batch_size the maximum batch size of this prediction task,
   * better set as small as possible, or performance loss.
   * @param min_subgrpah_size the minimum TensorRT subgraph size needed, if a
   * subgraph is less than this, it will not transfer to TensorRT engine.
   */
155
  void EnableTensorRtEngine(int workspace_size = 1 << 20,
N
nhzlx 已提交
156
                            int max_batch_size = 1, int min_subgraph_size = 3,
N
nhzlx 已提交
157
                            Precision precision = Precision::kFloat32,
158
                            bool use_static = false,
159
                            bool use_calib_mode = true);
160 161
  /** A boolean state telling whether the TensorRT engine is used.
   */
162
  bool tensorrt_engine_enabled() const { return use_tensorrt_; }
163 164 165
  /**
   *  \brief Turn on the usage of Anakin sub-graph engine.
   */
166 167
  void EnableAnakinEngine(
      int max_batch_size = 1,
168
      std::map<std::string, std::vector<int>> max_input_shape = {},
169 170 171 172
      int min_subgraph_size = 6, Precision precision = Precision::kFloat32,
      bool auto_config_layout = false,
      std::vector<std::string> passes_filter = {},
      std::vector<std::string> ops_filter = {});
173 174 175 176

  /** A boolean state indicating whether the Anakin sub-graph engine is used.
  */
  bool anakin_engine_enabled() const { return use_anakin_; }
177

Y
Yan Chunwei 已提交
178 179 180 181
  /** \brief Control whether to debug IR graph analysis phase.
   *
   * This will generate DOT files for visualizing the computation graph after
   * each analysis pass applied.
182
   */
Y
Yan Chunwei 已提交
183
  void SwitchIrDebug(int x = true);
184

M
mozga-intel 已提交
185 186 187 188 189 190 191
  /** Turn on NGRAPH.
   */
  void EnableNgraph();
  /** A boolean state telling whether to use the NGRAPH.
   */
  bool ngraph_enabled() const { return use_ngraph_; }

192 193
  /** Turn on MKLDNN.
   */
L
luotao1 已提交
194
  void EnableMKLDNN();
195 196 197 198
  /** set the cache capacity of different input shapes for MKLDNN.
   *  Default 0 means don't cache any shape.
   */
  void SetMkldnnCacheCapacity(int capacity);
199 200
  /** A boolean state telling whether to use the MKLDNN.
   */
201 202
  bool mkldnn_enabled() const { return use_mkldnn_; }

203 204
  /** Set and get the number of cpu math library threads.
   */
205
  void SetCpuMathLibraryNumThreads(int cpu_math_library_num_threads);
206 207
  /** An int state telling how many threads are used in the CPU math library.
   */
208 209 210 211
  int cpu_math_library_num_threads() const {
    return cpu_math_library_num_threads_;
  }

212 213
  /** Transform the AnalysisConfig to NativeConfig.
   */
Y
Yan Chunwei 已提交
214
  NativeConfig ToNativeConfig() const;
215 216 217
  /** Specify the operator type list to use MKLDNN acceleration.
   * @param op_list the operator type list.
   */
218 219 220
  void SetMKLDNNOp(std::unordered_set<std::string> op_list) {
    mkldnn_enabled_op_types_ = op_list;
  }
221

222 223 224 225 226 227 228 229
  /** Turn on quantization.
   */
  void EnableMkldnnQuantizer();

  /** A boolean state telling whether the quantization is enabled.
  */
  bool mkldnn_quantizer_enabled() const { return use_mkldnn_quantizer_; }

230
  MkldnnQuantizerConfig* mkldnn_quantizer_config() const;
231

232 233 234 235 236 237
  /** Specify the memory buffer of program and parameter
   * @param prog_buffer the memory buffer of program.
   * @param prog_buffer_size the size of the data.
   * @param params_buffer the memory buffer of the composed parameters file.
   * @param params_buffer_size the size of the commposed parameters data.
   */
T
Tao Luo 已提交
238
  void SetModelBuffer(const char* prog_buffer, size_t prog_buffer_size,
239 240 241
                      const char* params_buffer, size_t params_buffer_size);
  /** A boolean state telling whether the model is set from the CPU memory.
   */
T
Tao Luo 已提交
242
  bool model_from_memory() const { return model_from_memory_; }
T
Tao Luo 已提交
243

Y
Yan Chunwei 已提交
244 245 246
  /** Turn on memory optimize
   * NOTE still in development, will release latter.
   */
247
  void EnableMemoryOptim();
Y
Yan Chunwei 已提交
248 249
  /** Tell whether the memory optimization is activated. */
  bool enable_memory_optim() const;
250 251 252 253 254 255 256 257 258 259

  /** \brief Turn on profiling report.
   *
   * If not turned on, no profiling report will be generateed.
   */
  void EnableProfile();
  /** A boolean state telling whether the profiler is activated.
   */
  bool profile_enabled() const { return with_profile_; }

260 261 262 263 264 265 266 267 268
  /** \brief Disable GLOG information output for security.
   *
   * If called, no LOG(INFO) logs will be generated.
   */
  void DisableGlogInfo();
  /** A boolean state telling whether the GLOG info is disabled.
   */
  bool glog_info_disabled() const { return !with_glog_info_; }

269 270
  void SetInValid() const { is_valid_ = false; }
  bool is_valid() const { return is_valid_; }
Y
Yan Chunwei 已提交
271

272 273
  friend class ::paddle::AnalysisPredictor;

274 275 276
  /** NOTE just for developer, not an official API, easily to be broken.
   * Get a pass builder for customize the passes in IR analysis phase.
   */
277
  PassStrategy* pass_builder() const;
278
  void PartiallyRelease();
279 280 281 282 283 284 285

 protected:
  // Update the config.
  void Update();

  std::string SerializeInfoCache();

286
 protected:
287 288
  // Model pathes.
  std::string model_dir_;
289 290
  mutable std::string prog_file_;
  mutable std::string params_file_;
291

S
Sylwester Fraczek 已提交
292
  // GPU related.
293 294 295 296
  bool use_gpu_{false};
  int device_id_{0};
  uint64_t memory_pool_init_size_mb_{100};  // initial size is 100MB.

297 298
  bool use_cudnn_{false};

S
Sylwester Fraczek 已提交
299
  // TensorRT related.
300
  bool use_tensorrt_{false};
301 302
  // For workspace_size, refer it from here:
  // https://docs.nvidia.com/deeplearning/sdk/tensorrt-developer-guide/index.html#troubleshooting
303
  int tensorrt_workspace_size_;
304 305 306 307
  // While TensorRT allows an engine optimized for a given max batch size
  // to run at any smaller size, the performance for those smaller
  // sizes may not be as well-optimized. Therefore, Max batch is best
  // equivalent to the runtime batch size.
308
  int tensorrt_max_batchsize_;
309 310 311 312 313
  //  We transform the Ops that can be converted into TRT layer in the model,
  //  and aggregate these Ops into subgraphs for TRT execution.
  //  We set this variable to control the minimum number of nodes in the
  //  subgraph, 3 as default value.
  int tensorrt_min_subgraph_size_{3};
N
nhzlx 已提交
314
  Precision tensorrt_precision_mode_;
N
nhzlx 已提交
315
  bool trt_use_static_engine_;
316
  bool trt_use_calib_mode_;
317

Y
Yan Chunwei 已提交
318 319 320
  // memory reuse related.
  bool enable_memory_optim_{false};

M
mozga-intel 已提交
321
  bool use_ngraph_{false};
322 323 324
  bool use_mkldnn_{false};
  std::unordered_set<std::string> mkldnn_enabled_op_types_;

T
Tao Luo 已提交
325
  bool model_from_memory_{false};
326

327 328 329 330 331 332 333 334
  bool enable_ir_optim_{true};
  bool use_feed_fetch_ops_{true};
  bool ir_debug_{false};

  bool specify_input_name_{false};

  int cpu_math_library_num_threads_{1};

335 336
  bool with_profile_{false};

337 338
  bool with_glog_info_{true};

339 340 341 342
  // A runtime cache, shouldn't be transferred to others.
  std::string serialized_info_cache_;

  mutable std::unique_ptr<PassStrategy> pass_builder_;
343

344
  bool use_anakin_{false};
345
  int anakin_max_batchsize_;
346
  int anakin_min_subgraph_size_{6};
347
  std::map<std::string, std::vector<int>> anakin_max_input_shape_;
348 349 350 351
  Precision anakin_precision_mode_;
  bool anakin_auto_config_layout_{false};
  std::vector<std::string> anakin_passes_filter_;
  std::vector<std::string> anakin_ops_filter_;
352

353 354
  // mkldnn related.
  int mkldnn_cache_capacity_{0};
355 356
  bool use_mkldnn_quantizer_{false};
  std::shared_ptr<MkldnnQuantizerConfig> mkldnn_quantizer_config_;
357

358 359 360 361
  // If the config is already used on a predictor, it becomes invalid.
  // Any config can only be used with one predictor.
  // Variables held by config can take up a lot of memory in some cases.
  // So we release the memory when the predictor is set up.
362 363
  mutable bool is_valid_{true};
  std::string opt_cache_dir_;
364 365 366
};

}  // namespace paddle