未验证 提交 2a54c359 编写于 作者: Z Zeng Jinle 提交者: GitHub

add fraction of cpu memory to use, test=develop (#21453)

上级 101240d2
......@@ -161,8 +161,9 @@ def __bootstrap__():
sysstr = platform.system()
read_env_flags = [
'check_nan_inf', 'fast_check_nan_inf', 'benchmark',
'eager_delete_scope', 'initial_cpu_memory_in_mb', 'init_allocated_mem',
'paddle_num_threads', 'dist_threadpool_size', 'eager_delete_tensor_gb',
'eager_delete_scope', 'fraction_of_cpu_memory_to_use',
'initial_cpu_memory_in_mb', 'init_allocated_mem', 'paddle_num_threads',
'dist_threadpool_size', 'eager_delete_tensor_gb',
'fast_eager_deletion_mode', 'memory_fraction_of_eager_deletion',
'allocator_strategy', 'reader_queue_speed_test_mode',
'print_sub_graph_dir', 'pe_profile_fname', 'inner_op_parallelism',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册