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
lby
a5029f061c
ascend kernel build refactory
4 years ago
hwjiaorui
e498c96a20
tbe json creator UT
4 years ago
zhoufeng
2143241092
change neighbor exchange to all to all
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
ZPaC
dc068cb172
Add code for cross-silo with real data femnist and coco
4 years ago
dayschan
137608b518
Add LiteGraph for graphkernel
Add a subdirectory "model" in the "backend/optimizer/graph_kernel" for litegraph.
Implement two interfaces "AnfGraph2LiteGraph" and "LiteGraph2AnfGraph".
The litegraph will be the base data structure when we migrate the GraphKernel code
from python("mindspore/_extends/graph_kernel") to c++.
4 years ago
i-robot
3d022c9db8
!20246 Print ascend warning&error message using ErrorManager
Merge pull request !20246 from tanghuikang/error_manager
4 years ago
tanghuikang
21c4bf1f27
Print ascend warning and error message using ErrorManager
4 years ago
vector
ee057e57ec
update signal
4 years ago
i-robot
81dbc13611
!19563 Optimize armour directory
Merge pull request !19563 from yyuse/fl_op_armour_dir
4 years ago
i-robot
0e6c4071f5
!18987 use transdata to improve performance in print process
Merge pull request !18987 from lvchangquan/transdata_formal
4 years ago
yangyuan
818f608f13
Optimize armour directory
4 years ago
ZPaC
37ce5dd6a7
Optimize federated learning directory
4 years ago
lvchangquan
09c54c7923
use op transdata to improve performance in print process
4 years ago
ql_12345
5af0c890a1
cipher calling code
4 years ago
dingpeifei
63784e49f5
upgrade_ascend_0626_mindspore
4 years ago
chendongsheng
bfaab72934
add node recovery
4 years ago
dingpeifei
171d09457f
upgrade_ascend_0604
4 years ago
yangjie159
a6622a70ba
enable refactor thread pool
4 years ago
zhoufeng
859b4e3ce3
add ge runtime depends
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zhoufeng
4306145684
fix ut comiple task pb not found
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zhoufeng
ab5b36988e
concat allgather pass performance optimization
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
limingqi107
d8399e61e7
graph scheduler support multi graphs
5 years ago
mindspore-ci-bot
7a271987d6
!15269 use avx to optimize cpu op
From: @wangyanling10
Reviewed-by:
Signed-off-by:
5 years ago
wangyanling
ee1b803416
optimize cpu adam op
5 years ago
ZPaC
232e525ff2
Add common.h, local_meta_storage.h, param_name_type.h
Add class Message, AddrStorage
Add Kernel folder
Add consistent hash ring
Add updater for server.
Add iteration timer
Add executor for server
5 years ago
mindspore-ci-bot
966f89198a
!15107 use internal ge runtime
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
1e2e554db3
!15380 Unify minddata include files(except for datasets.h) in scenario of cloud and lite
From: @luoyang42
Reviewed-by: @tiancixiao
Signed-off-by:
5 years ago
chendongsheng
05d3ae2219
add http communicator
5 years ago
zhoufeng
3d38bcf791
use internal ge runtime
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
YangLuo
bf48400c10
unify include file of minddata
5 years ago
chendongsheng
ce4d86171f
support https
5 years ago
lvchangquan
0a7df321fe
add op atomic clean to clear input addr in launch allreduce
5 years ago
yepei6
0cb6adce9e
add ENABLE_GLIBCXX param
5 years ago
lvchangquan
31f9e6a42c
add op_mul fusion based on allreduce fusion in pynative mode
5 years ago
caifubi
171b468bb3
PyNative AllReduce Bucket
5 years ago
chendongsheng
db0a6f1e19
replace ps-lite
5 years ago
chendongsheng
febbbf45c8
added server
5 years ago
mindspore-ci-bot
7c32bbe972
!12516 added worker
From: @anancds
Reviewed-by:
Signed-off-by:
5 years ago
chendongsheng
6c22dc0d55
added worker
5 years ago
LianLiguang
2fa4997674
remove all of cpp infer reg
5 years ago
Zhenglong Li
e2d3495925
Dvpp refactor and 6 Dvpp operators
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
jinyaohui
d9be0c102d
add some ops
5 years ago
yanghaitao1
8d147deb07
profiler memory
5 years ago
mindspore-ci-bot
ca3ac703c9
!10627 handler signal
From: @zhupuxu
Reviewed-by:
Signed-off-by:
5 years ago
zhupuxu
e36175b0dc
handler signal
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
5 years ago
LianLiguang
cb909c7242
add ut for conv2d
5 years ago