lichenever
|
3398c2d74b
|
remove_32byte_limit_for_cpu_gatherv2
|
5 years ago |
mindspore-ci-bot
|
a4fbdc3f69
|
!2245 Decouple ir::Tensor from python.
Merge pull request !2245 from hewei/decouple_tensor
|
5 years ago |
mindspore-ci-bot
|
0a368494db
|
!2499 HostAllGather and HostReduceScatter change to internal interface
Merge pull request !2499 from yihuaijie/master
|
5 years ago |
He Wei
|
43e0967024
|
Decouple ir::Tensor class from python
|
5 years ago |
mindspore-ci-bot
|
890e4cbf4a
|
!2458 dont create hccl group in auto parallel strategy search
Merge pull request !2458 from yao_yf/log_fix
|
5 years ago |
yao_yf
|
ad06ab4049
|
dont create hccl group in auto parallel strategy search
|
5 years ago |
Yi Huaijie
|
2eb739de6e
|
change HostAllGather and HostReduceScatter to internal interface
|
5 years ago |
Shida He
|
4c056855e0
|
Implementation for mindspore debugger
|
5 years ago |
Xiaoda Zhang
|
3ff6e336c6
|
check cast from optimizer in auto-parallel
|
5 years ago |
mindspore-ci-bot
|
a663f2066c
|
!2285 [Code Review] code review fix
Merge pull request !2285 from jjfeing/master
|
5 years ago |
lichenever
|
563622874a
|
update
|
5 years ago |
jjfeing
|
c26274f324
|
fix code review bug
|
5 years ago |
Yi Huaijie
|
7857d59c82
|
dropout do mask only replace first input of dropout_gen_mask of the subgraph instead of the whole sub graph
|
5 years ago |
suteng
|
da586a6177
|
回退 'Pull Request !2078 : replace first input of dropout_gen_mask of the subgraph instead of the whole sub graph'
|
5 years ago |
mindspore-ci-bot
|
b1ff4c15c2
|
!2078 replace first input of dropout_gen_mask of the subgraph instead of the whole sub graph
Merge pull request !2078 from yihuaijie/dev
|
5 years ago |
Yi Huaijie
|
6c85fc9f9f
|
dropout do mask only replace first input of
dropout_gen_mask of the subgraph instead of
the whole sub graph.
|
5 years ago |
jjfeing
|
caab25e09b
|
tbe select broadcast reduce dynamic
|
5 years ago |
lichenever
|
e0e055a0b8
|
add sparse gatherv2
|
5 years ago |
Yi Huaijie
|
e5c351690b
|
support load full dataset on each device
|
5 years ago |
kingfo
|
38436f929f
|
move hook function to primtivePy class
|
5 years ago |
Xiaoda Zhang
|
1cfb52bc0e
|
add the reshape part of the embeddinglookup backward operator
|
5 years ago |
mindspore-ci-bot
|
d5f55f0820
|
!1769 [AutoParallel]GatherV2_support_host_device
Merge pull request !1769 from lichen/gatherv2_support_host_and_device
|
5 years ago |
BowenK
|
96379faa3a
|
Remove ZerosLikeTensor and sub with ZerosLike
|
5 years ago |
lichenever
|
1437966c98
|
gatherv2_support_host_and_device
|
5 years ago |
yangzhenzhang
|
19bd830539
|
support forward reduce scatter for matmul
|
5 years ago |
mindspore-ci-bot
|
f523a0f83c
|
!1600 [AutoParallel]Fix GatherV2 bug
Merge pull request !1600 from lichen/fix_auto_parallel_gatherv2_bug
|
5 years ago |
lichenever
|
c223fde566
|
fix auto parallel gatherv2 bug
|
5 years ago |
leopz
|
4508134ceb
|
add tensor_minnie and separate py from ir
|
5 years ago |
yangzhenzhang
|
7c237620ba
|
add sigmoid op
|
5 years ago |
mindspore-ci-bot
|
e87e6b38b0
|
!1355 [AutoParallel]Fix GatherV2 distributed op
Merge pull request !1355 from lichen/fix_gatherv2
|
5 years ago |
lichenever
|
390a86effb
|
fix gatherv2
|
5 years ago |
Xiaoda Zhang
|
9f4b8a3cd1
|
changing the succive edges order in GetAliveSuccEdges() so that Triangle and Star Elimination can be merged into particular node; adding some check information
|
5 years ago |
mindspore-ci-bot
|
d11dc8276d
|
!1181 fix gatherv2 replace graph in auto parallel
Merge pull request !1181 from yao_yf/fix_gather_v2_replace_graph
|
5 years ago |
yao_yf
|
06d35d8d18
|
fix gatherv2 replace graph in auto parallel
|
5 years ago |
mindspore-ci-bot
|
b124bf38a1
|
!1152 [AutoParallel] dynamic output shape handling for Reduce series & Squeeze
Merge pull request !1152 from Chong/support_squeeze_and_reduce
|
5 years ago |
hongxing
|
dc290d7959
|
support squeeze and reduce op
|
5 years ago |
Yi Huaijie
|
75ca84d260
|
INFO user when set_strategy not under [semi_]auto_parallel mode
|
5 years ago |
Xiaoda Zhang
|
a05aa21cc2
|
calculating PEAK memory cost in the inference phase
|
5 years ago |
yao_yf
|
b0921c15e9
|
xreshape tensor_redistrinution bug fix
|
5 years ago |
yao_yf
|
716def7c0a
|
move InferStraByTensorInfo to tensor_info.h
|
5 years ago |
mindspore-ci-bot
|
dd2062bf8d
|
!1023 add_gatherv2_distributed_op
Merge pull request !1023 from lichen/add_gatherv2_distributed_op
|
5 years ago |
lichenever
|
19a24b86ac
|
add gatherv2 distributed op
|
5 years ago |
yao_yf
|
f0bf438a55
|
reshape strategy search
|
5 years ago |
Xiaoda Zhang
|
def8573275
|
implementing-searching-strategy-for-inference
|
5 years ago |
yao_yf
|
5a6540450e
|
use param name as the key of strategy checkpoint
|
5 years ago |
yangzhenzhang
|
4750861054
|
fix layernorm bug
|
5 years ago |
yao_yf
|
425276d43d
|
auto parallel prelu support prelu
|
5 years ago |
ch-l
|
f806b72447
|
use DeviceMemory for memory control
|
5 years ago |
zhoufeng
|
c2b3360d69
|
update clang format rule
|
5 years ago |
ougongchang
|
0ed6d9178e
|
add Histogram summary operator
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
|
6 years ago |