fary86
0a858b3878
Simplify ms_context implementation
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
mindspore-ci-bot
a64e0de389
!2366 [CT][MS][Auto-Parallel] Recursive interface needs to be changed to external interface
Merge pull request !2366 from Chong/interface
5 years ago
hongxing
d798325127
supplement description about default value
5 years ago
mindspore-ci-bot
21c67eddd5
!1897 save print data to file
Merge pull request !1897 from jinyaohui/print
5 years ago
jinyaohui
ac23a179bf
save print data to file
5 years ago
hongxing
3ad3a71fc7
change interface
5 years ago
mindspore-ci-bot
0b70d7a0d0
!2278 modify comment for def set_context
Merge pull request !2278 from changzherui/mod_comment
5 years ago
changzherui
be623a4266
modify comment for def set_context
5 years ago
limingqi107
55b3557c0d
gpu optimize the max device memory config
5 years ago
chenjianping
6034f9c1e2
support host reduce scatter and mpi config
5 years ago
mindspore-ci-bot
c3d78e2aa2
!2012 gpu support the max device memory config
Merge pull request !2012 from limingqi107/master
5 years ago
limingqi107
5054b53f47
gpu support the max device memory config
5 years ago
Yi Huaijie
e5c351690b
support load full dataset on each device
5 years ago
panyifeng
6a57eeb922
fix check_bprop attr error
5 years ago
jinyaohui
c0c694d99a
add enable_auto_mixed_precision
5 years ago
jinyaohui
2907cf4488
remove some context param
5 years ago
jinyaohui
391a060f21
remove two context param
5 years ago
jinyaohui
5a9de3716d
add profiling mode and profiling options to context
5 years ago
limingqi107
05e8d95e7f
optimize the gpu context switch
5 years ago
guohongzilong
b77fd88c27
improve example on enable_dump param
5 years ago
Yi Huaijie
12af12e405
Add document for setting automatic parallel mode that
if a program has multiple tasks with different parallel
modes should call reset_auto_parallel_context() to reset
config.
5 years ago
mindspore-ci-bot
21d936e656
!728 auto parallel strategy checkpoint full
Merge pull request !728 from yao_yf/strategy_checkpoint_extend
5 years ago
yao_yf
6cde5f6d91
auto parallel strategy checkpoint
5 years ago
zjun
c538b83712
remove enbale hccl
5 years ago
caifubi
81644a95df
change enable_loop_sink default value to True
5 years ago
mindspore-ci-bot
ee9c8a41ad
!648 Add comments to save_dump_path for created real path
Merge pull request !648 from ghzl/add-comment-to-save_dump_path-for-relative-path
5 years ago
guohongzilong
9b19cd8312
add comment to save_dump_path for created real path
5 years ago
lichenever
2ab211ae04
support reshape parameter
5 years ago
fary86
6dd72f654a
Add prim name to error message for nn_ops.py
5 years ago
leonwanghui
24b26ee1a8
Move args_type_check function to _checkparam.py
5 years ago