mindspore-ci-bot
84607e3a51
!15890 fix an allreduce calculate bug in pynative mode
From: @lvchangquan
Reviewed-by:
Signed-off-by:
4 years ago
lvchangquan
0b09fdf94c
fix an allreduce bug with two streams sync problem
4 years ago
ZPaC
12f95b51f4
Add server code part2
4 years ago
Margaret_wangrui
b39b3d7dd5
fix bot warnings
4 years ago
mindspore-ci-bot
b7554d574f
!15590 fix addr is null
From: @jjfeing
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago
jjfeing
77e9b0c913
fix addr is null
4 years ago
lvchangquan
bbd4ff9346
fix some pclint warnings in master
4 years ago
mindspore-ci-bot
0fe493e205
!15161 support hbm perfermance test
From: @laiyongqiang
Reviewed-by: @jjfeing,@majorzhang
Signed-off-by: @majorzhang
4 years ago
laiyongqiang
de0f6edf5a
support hbm profile
4 years ago
mindspore-ci-bot
d96420553b
!14843 Memory reuse switch
From: @ding_fei_fei
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
4 years ago
dingpeifei
8d830f1e5c
Memory reuse switch
5 years ago
limingqi107
b3a5ccebc3
fix codedex
4 years ago
tanghuikang
c8a14ba016
Clean code
5 years ago
lizhenyu
a87b141cf9
init device address for anf node
5 years ago
mindspore-ci-bot
d4a0df8a94
!14483 Orederd value nodes before allocate memory
From: @laiyongqiang
Reviewed-by: @jjfeing,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
laiyongqiang
4526ce6845
fix reallocate memory bug for communication op
5 years ago
laiyongqiang
4bf386aa9f
orederd value nodes before allocate memory
5 years ago
kswang
bfc51f96ce
support launch kernel for graph mode
5 years ago
tanghuikang
e8382c6187
Ingnore transpose with nop_op attr in pynative infer
5 years ago
zhoufeng
b7e5f956e5
workspace of comm op can be reused
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
fb31e724aa
!13093 Enable tbe dynamic shape op for run op
From: @HulkTang
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
5 years ago
mindspore-ci-bot
c69142fdc1
!12968 update reshape type for 3d nodes
From: @liubuyu
Reviewed-by:
Signed-off-by:
5 years ago
tanghuikang
7138bf66f6
Enable tbe dynamic shape op for run op
5 years ago
liubuyu
518818fbef
reshape type for 3d nodes
5 years ago
tanghuikang
dac64f30ee
Support ms_function + heterogenous
5 years ago
caifubi
171b468bb3
PyNative AllReduce Bucket
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
025fec757c
!12087 optimize the memory alloc error info
From: @limingqi107
Reviewed-by: @kisnwang,@cristoval
Signed-off-by: @cristoval
5 years ago
mindspore-ci-bot
0d24b45a71
!12017 add ps cache mode check
From: @zyli2020
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
5 years ago
limingqi107
366f3e668d
optimize the memory alloc error info
5 years ago
lizhenyu
c89e00e13b
add ps cache sparse mode check
5 years ago
jjfeing
bff8bf0253
remove no use log
5 years ago
liubuyu
8ff36d3079
reset cube compute mode
5 years ago
mindspore-ci-bot
a9dfb07cf1
!11660 get cube size by data type
From: @liubuyu
Reviewed-by:
Signed-off-by:
5 years ago
lizhenyu
f17534af08
ps cache support sparse
5 years ago
liubuyu
4a3cbda322
get cube size by dtype
5 years ago
yanghaitao1
8d147deb07
profiler memory
5 years ago
chujinjin
ade9a82c2b
fix device memory leak
5 years ago
laiyongqiang
c1d2dbe991
fix codex and review bot warning
5 years ago
limingqi107
560aa11b5f
fix ps cache check cnode
5 years ago
limingqi107
75baf35343
add ps check
5 years ago
limingqi107
a844d52b42
add ps cache check
5 years ago
lizhenyu
e3f7ae61db
add ps cache manager
5 years ago
xiaoyisd
424999267a
mac build
5 years ago
lvliang
8984cc9c03
pynative-support-dynamic-op-run-in-gpu
5 years ago
HulkTang
c36b477568
Run ops one by one in pynative bp graph
5 years ago
lvchangquan
5afd5d6934
fix some problem of warpctc network in pynative mode
5 years ago
mindspore-ci-bot
0d49650bd5
!8888 Add PyNative Device Profiling
From: @jojobugfree
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
5 years ago
caifubi
12643a33dd
Add profiling reporter
5 years ago
mindspore-ci-bot
51d71dc9fb
!8646 Optimize time of getting dynamic info in single op
From: @joylvliang
Reviewed-by:
Signed-off-by:
5 years ago