luopengting
bd7e5e9d37
check ENABLE_DUMP_IR if user set env_config_path
If the ENABLE_DUMP_IR is off, the program will raise ValueError to
remind user to turn on ENABLE_DUMP_IR.
5 years ago
zhangyihui
bbbffbb6a9
Modify the profiling_options parameter name
5 years ago
luopengting
003ab3ba84
validate json file for env_config_path when setting context
5 years ago
luopengting
4683ecc06b
support env_config_path to set the config file for DFX
1. add env_config_path for ms_context
2. add EnvConfigParser to parse config
3. add in CMakeLists
4. clang-format, cpplint
5. fix spelling in ms_context
Use EnvConfigParser in the constructed function of base_recorder,
when a recorder is initialized, its direcctory will be set as the
value from config file. In addition, recorder_manager will get the
'enable' from config file. If 'enable' is true and the path is not a
valid value, it will be the default value: './rdr'.
5 years ago
wangnan39@huawei.com
697771a40e
fix error when set backend policy
5 years ago
yanghaoran
58bae307d6
fix bugs
5 years ago
mindspore-ci-bot
261bb736de
!10063 Modify profiler directory structure to fit the new Run Package
From: @gzhcv
Reviewed-by:
Signed-off-by:
5 years ago
Jiaqi
f287a13290
enable_auto
5 years ago
mindspore-ci-bot
d8d8189c92
!10201 add parameter_broadcast desc
From: @jinyaohui
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
5 years ago
jinyaohui
e1a9deeb3d
add parameter_broadcast desc
5 years ago
Ziyan
c5c905fdf5
add restriction for opt shard
5 years ago
gzhcv
bad8c0e422
Modify profiling dir structure to fit the new Run Package
5 years ago
jinyaohui
1d9d3b123c
fix broadcast bug
5 years ago
mindspore-ci-bot
c1100f1ab7
!9116 Fix some error format of comments for web api.
From: @zhang_yi2020
Reviewed-by: @gemini524,@liangchenghui
Signed-off-by: @liangchenghui
5 years ago
zhangyi
13e2aee0ea
fix somee error format for comments.
5 years ago
laiyongqiang
11244f790a
increase variable_memory_max_size max size from 30GB to 31GB
5 years ago
mindspore-ci-bot
cd6236c0a0
!8712 update pipeline parallel interface
From: @yangzhenzhang
Reviewed-by: @kisnwang
Signed-off-by:
5 years ago
yangzhenzhang
278e82a849
update pipeline parallel
5 years ago
jinyaohui
e6f9806cfb
add broadcast
5 years ago
chenzomi
acadb694aa
[ME] delete reduant function in check_parameter
5 years ago
mindspore-ci-bot
eb7f1fde2a
!7073 modify context args to ascend
Merge pull request !7073 from caozhou/modify_context
5 years ago
caozhou
7c29dd3113
modify context args to ascend
5 years ago
Ziyan
ddc0113058
enable parallel optimizer in auto parallel
5 years ago
huangxinjing
2fa6a3b3c2
Fix doc error
5 years ago
huangxinjing
4ef439e27b
Add stage information for ops and strategy
5 years ago
fary86
d7d36c4328
Fix print_file_path check
5 years ago
mindspore-ci-bot
c8e9d46391
!6450 Change PS directory.
Merge pull request !6450 from ZPaC/master-change-ps-dir
5 years ago
ZPaC
0b49f0fb57
change PS dir
5 years ago
yao_yf
b70204c080
auto parallel context add notes and func mv
5 years ago
mindspore-ci-bot
5a76bd717d
!6185 fix api comments
Merge pull request !6185 from gziyan/fix_api_comments
5 years ago
ZPaC
58d6406178
Add pointer check for PS
5 years ago
Ziyan
8ea177e614
fix_api_problems
5 years ago
buxue
c3c06514d7
perfect annotation of ops and context and support bool equal
5 years ago
mindspore-ci-bot
27b477b300
!6190 Combine py config files
Merge pull request !6190 from zhoufeng/combine-config-files
5 years ago
mindspore-ci-bot
7cf11b60b4
!6147 fix default value of context in doc
Merge pull request !6147 from fary86/fix_context_default_value_doc
5 years ago
mindspore-ci-bot
2b05208a6f
!6153 [AutoParallel]Check device target in init
Merge pull request !6153 from lichen/add_checks_for_init
5 years ago
zhoufeng
43bb7a5b63
combine py config files
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
lichenever
aaf7045cdf
add checks for init
5 years ago
zhoufeng
5b52a8384f
fix cuda version check
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
fary86
f2432e58d3
Fix doc of context default value
5 years ago
liubuyu
c5f8849d03
version check
5 years ago
mindspore-ci-bot
25a528ae12
!5736 Add device specific config key checking
Merge pull request !5736 from fary86/add_device_specific_config_check
5 years ago
fary86
b0f89685b4
Add device specific config check
5 years ago
ZPaC
87bf2a7dcd
Add PS context.
5 years ago
lichenever
f2d3fd34ce
rectification_allreduce_fusion_api
5 years ago
yao_yf
d4cfe55c04
rename mirror_mean to gradients_mean
5 years ago
fary86
ef55cefb2d
Fix bug of adam optimizer
5 years ago
mindspore-ci-bot
847fadc8b9
!5516 auto parallel context modify
Merge pull request !5516 from yao_yf/auto_parallel_context_collation
5 years ago
fary86
0a858b3878
Simplify ms_context implementation
5 years ago
yao_yf
8f7aa5bd5a
auto parallel context modify
5 years ago