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
4 years ago
mindspore-ci-bot
966f89198a
!15107 use internal ge runtime
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 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:
4 years ago
chendongsheng
05d3ae2219
add http communicator
4 years ago
zhoufeng
3d38bcf791
use internal ge runtime
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
YangLuo
bf48400c10
unify include file of minddata
4 years ago
chendongsheng
ce4d86171f
support https
4 years ago
lvchangquan
0a7df321fe
add op atomic clean to clear input addr in launch allreduce
4 years ago
yepei6
0cb6adce9e
add ENABLE_GLIBCXX param
4 years ago
lvchangquan
31f9e6a42c
add op_mul fusion based on allreduce fusion in pynative mode
4 years ago
caifubi
171b468bb3
PyNative AllReduce Bucket
4 years ago
chendongsheng
db0a6f1e19
replace ps-lite
4 years ago
chendongsheng
febbbf45c8
added server
4 years ago
mindspore-ci-bot
7c32bbe972
!12516 added worker
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
chendongsheng
6c22dc0d55
added worker
4 years ago
LianLiguang
2fa4997674
remove all of cpp infer reg
4 years ago
Zhenglong Li
e2d3495925
Dvpp refactor and 6 Dvpp operators
4 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)
```
4 years ago
jinyaohui
d9be0c102d
add some ops
4 years ago
yanghaitao1
8d147deb07
profiler memory
5 years ago
mindspore-ci-bot
ca3ac703c9
!10627 handler signal
From: @zhupuxu
Reviewed-by:
Signed-off-by:
4 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
yanghaoran
b8345d03b6
Synchronize latest Ascend software 18 Dec 2020, with profiler fixes
5 years ago
xuyongfei
c9b072b94d
remove serving in mindspore repo
5 years ago
limingqi107
eca951c7bc
add ps cache manager
5 years ago
limingqi107
a5f57ce8a0
add ps cache
5 years ago
kswang
cbece74a23
add cpu adam delta
5 years ago
zhoufeng
183742009f
mindspore cxx api for 310 inference
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
anancds
28c9e9d9a5
Added http server based on libevent
5 years ago
ZPaC
0b49f0fb57
change PS dir
5 years ago
caifubi
372c2e7951
Combine Async Dump and E2E Dump
5 years ago
xulei2020
b356211413
add init code
5 years ago
dayschan
37a48f6aac
GraphKernel supports GPU
1. Update akg submodule
2. Refactor akg_kernel_build, akg_ascend_kernel_build, akg_gpu_kernel_build
3. Add akg_kernel_json_decoder to support converting kernel_json to AnfNode.
4. Add GraphKernel Cost Model. (mindspore/_extends/graph_kernel)
5. Add some GraphKernel passes to GpuSession, move these passes to backend/optimizer/graph_kernel.
6. Add global id for ir files.
7. Fix bug in ConstInputToAttr.
5 years ago
lizhenyu
c3d6918649
add kernel select after optimize pass
5 years ago
zhoufeng
6d500223b2
utest compiling performance optimization
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
zhousiyi
301aeaaf1d
remove gvar source file from compile as ut_tests will use gvar so
5 years ago
kswang
756bb6d53f
async run graph
5 years ago
mindspore-ci-bot
2db4bda219
!4622 serving restful init
Merge pull request !4622 from hexia/http_init
5 years ago
hexia
75d116b5db
serving http init
5 years ago
zhoufeng
663278112f
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
huangdongrun
2a6d346d2f
support if by if grad parameter
add join for ref
adjust env eliminate to eliminate all env ops
add partial app cache
resolve while endless
fix env eliminate
support for "for while" cases
fix join shape error
5 years ago
huanghui
8f70af7300
add unique_with_pad cpu kernel
5 years ago
huanghui
fa081092c8
add Unique cpu kernel
5 years ago
mindspore-ci-bot
c6acafcbc6
!4268 fix glog level dont work
Merge pull request !4268 from liubuyu/master
5 years ago
liubuyu
25a67602b7
bug fix for glog level don't work
5 years ago
WilliamLian
1f5441d73a
remove inferfunction to core
5 years ago
liubuyu
195f04e50e
compile the core directory into a separate static library
5 years ago
mindspore-ci-bot
98c415a1d5
!3807 serving support acl dvpp process
Merge pull request !3807 from 徐永飞/master
5 years ago
xuyongfei
c0b8df4f7c
serving add acl dvpp support, ut tests, return input status string message
5 years ago