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
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
yao_yf
07117e4dd4
mv ParallelMode to context
5 years ago
Yi Huaijie
394be43492
raise RuntimeError when set different mode after Initializer created
5 years ago
fary86
04524b6bd3
Fix coredump caused by function call depth too large
5 years ago
Yi Huaijie
89a4ebf8a1
parallel mode must be set before create an initializer
5 years ago
simson
7cc48a9af8
Third round of enhancement of API comment & README_CN
5 years ago
z00505269
87668d6ea2
remove predict
5 years ago
Ziyan
39f08eb7dd
enable optimizer parallel
5 years ago
mindspore-ci-bot
c465ea3269
!3031 fix context mode and device target dependency issue
Merge pull request !3031 from wangqiuliang/fix-tensor-bool-operation
5 years ago
kingfo
8863dfd677
fix context mode and device_target dependency issue
5 years ago
panyifeng
44e74ad5aa
Apply indexed_slices
5 years ago
kingfo
add3778a61
add grad all in pynative mode
5 years ago
jinyaohui
c7f6527e92
fix print file bug
5 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
mindspore-ci-bot
08ff9099ed
!2477 Add descriptin for graph kernel switch
Merge pull request !2477 from ddwolf/add_desc_for_graph_kernel
5 years ago
jinyaohui
861546921c
fix bug
5 years ago
jinyaohui
8ddf77a470
fix bug
5 years ago
chenjianping
343889cdb7
building _ms_mpi with mpi_interface
5 years ago
duxiutao
5977fe7936
add description for graph_kernel switch
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago