Commit Graph

113 Commits

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