zhoufeng
e5a1582e4b
fix neighborexchange empty input case
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
baihuawei
6eec288c39
opt ascend single op mode runtime code
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
zhoufeng
03a56f2bb0
alltoall exception handle
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
baihuawei
41de02a58c
ascend support nontask sink
4 years ago
zhoufeng
67a3558c0e
clean code
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zhoufeng
2143241092
change neighbor exchange to all to all
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
yuchaojie
905e798423
code check clean
4 years ago
i-robot
81a976417e
!19492 [master]Dump failed when there are duplicate fullname_with_scope in graph
Merge pull request !19492 from caifubi/master-data-dump
4 years ago
caifubi
2aa66cbc27
Add uniqueName for data dump
4 years ago
i-robot
b8dfe1095d
!19571 bugfix for reducescatter about format selection
Merge pull request !19571 from wangjun/rs_master
4 years ago
wangjun
26eb80163c
bugfix for reducescatter
4 years ago
yuchaojie
ad2ce8a591
fix allgather op select bug
4 years ago
yuchaojie
9d9c014ed1
fix allgather op select
4 years ago
baihuawei
184c4db223
fix hccl receive type in build info
4 years ago
zhoufeng
a2114f29eb
code clean
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
aa49147f31
!17028 clear warnings on master
From: @huaweib
Reviewed-by: @jjfeing,@kisnwang
Signed-off-by: @kisnwang
4 years ago
mindspore-ci-bot
3fde1b74ec
!16876 code clean for master
From: @alouhahahahaha
Reviewed-by: @zhoufeng54,@jjfeing,@kisnwang
Signed-off-by: @jjfeing,@kisnwang
4 years ago
baihuawei
6b0068d869
clear warnings
4 years ago
wangjun
79c907541a
codex clean
4 years ago
zhoufeng
1eefee7ab2
code clean
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zhoufeng
a76d58b52d
hccl decouple
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
zhoufeng
3d38bcf791
use internal ge runtime
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
lianliguang
5849706968
clean pclint warning
5 years ago
baihuawei
570ce2b811
fix cpu output tensor sync
5 years ago
hwjiaorui
dac67cbabb
clean code
5 years ago
caifubi
58f3ea002d
clean codex
5 years ago
mindspore-ci-bot
d702e52c74
!13534 support launch kernel for graph mode
From: @kisnwang
Reviewed-by:
Signed-off-by:
5 years ago
kswang
bfc51f96ce
support launch kernel for graph mode
5 years ago
caifubi
0c76dcb721
add RANK_TABLE_FILE for PyNative Hccl
5 years ago
zhupuxu
a511b26414
fix bug for circular reference
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
5 years ago
zhoufeng
b7e5f956e5
workspace of comm op can be reused
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
5 years ago
mindspore-ci-bot
3bdd91f5be
!10154 Add a ReduceScatter fusion
From: @alouhahahahaha
Reviewed-by:
Signed-off-by:
5 years ago
alouhahaha
3da59427bc
ReduceScatter Fusion
5 years ago
caifubi
065ef12ec9
PyNative support Broadcast
5 years ago
alouhahaha
6a9e44bd56
Bugfix for allgather fusion
5 years ago
mindspore-ci-bot
b82c4cba32
!9766 Fix a bug in AllGather fusion when there is only one input
From: @alouhahahahaha
Reviewed-by: @zhoufeng54,@xu-yfei
Signed-off-by: @xu-yfei
5 years ago
alouhahaha
7073722be0
Fix a bug in AllGather fusion when there is only one input
5 years ago
caifubi
15ccacfe27
fix hccl count bug
5 years ago
caifubi
a21ef87e6e
fix pynative hccl overflow
5 years ago
mindspore-ci-bot
92d8d3af47
!9410 Hccl resource release
From: @jojobugfree
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
5 years ago
caifubi
502dce7b55
PyNative Hccl Release
5 years ago
mindspore-ci-bot
32444fbbd5
!8870 hccl send receive op
From: @huaweib
Reviewed-by: @jjfeing,@kisnwang
Signed-off-by: @kisnwang
5 years ago
mindspore-ci-bot
0225c29e71
!9298 Add an AllGather fusion feature
From: @alouhahahahaha
Reviewed-by:
Signed-off-by:
5 years ago
alouhahaha
7265a49400
add allgather fusion
5 years ago
baihuawei
7d09dff880
add hccl send recv
5 years ago
caifubi
04d8cd5d8b
Support PyNative Data Parallel
5 years ago