mindspore-ci-bot
|
64abbeaa89
|
!705 add pynative cache
Merge pull request !705 from chujinjin/add_pynative_cache
|
5 years ago |
rick_sanchez
|
6ae8345cad
|
refactor vm module for multigraph sink
|
5 years ago |
mindspore-ci-bot
|
5600332700
|
!775 refactor buffer fusion
Merge pull request !775 from Etone.Chan/master
|
5 years ago |
Etone.Chan
|
2e2e7a28ae
|
refactor buffer fusion
|
5 years ago |
kswang
|
e6f36e050f
|
change cpu kernel dir
|
5 years ago |
mindspore-ci-bot
|
63712848e2
|
!494 Split ccsrc cmake to individual sub-directories
Merge pull request !494 from zhoufeng/cmake-sub
|
5 years ago |
zhoufeng
|
b681cec8f2
|
cmake refactor
|
5 years ago |
chujinjin
|
e2b0a28142
|
add pynative cache
|
5 years ago |
mindspore-ci-bot
|
90dfbab386
|
!501 Refactor PyNative Excution Get Input Tensors
Merge pull request !501 from chujinjin/abstract_input_tensor
|
5 years ago |
chujinjin
|
13bf42ba6f
|
abstract input tensor
|
6 years ago |
limingqi107
|
664f2628e5
|
optimize gpu allReduce alloc memory performance
|
5 years ago |
kswang
|
1e8997f4cb
|
optimize sort for mem reuse and fix memreuse bug
|
5 years ago |
lvliang
|
5b39a3ea6e
|
fix-check-nullptr-by-calling-function
|
5 years ago |
mindspore-ci-bot
|
4a3e5cb944
|
!492 Add AllGather fusion pass
Merge pull request !492 from YuJianfeng/allgather
|
5 years ago |
lvliang
|
aec761c143
|
pynative-clean-reviewbot-warning
|
5 years ago |
YuJianfeng
|
39945d0f79
|
Add AllGather fusion pass
|
6 years ago |
mindspore-ci-bot
|
d99dfbd83d
|
!390 getnext parallel optimization part III & IV: Loop Control & Stream Dispatch adaptation
Merge pull request !390 from gukecai/master
|
6 years ago |
gukecai
|
f8208c7c52
|
Support GetNext Parallel
|
6 years ago |
limingqi107
|
399d72874b
|
fix visit kernel missing the return_types
|
6 years ago |
mindspore-ci-bot
|
3822b4837f
|
!340 Add a HistogramSummary ops to record tensor value
Merge pull request !340 from ougongchang/master
|
6 years ago |
mindspore-ci-bot
|
093c2caed4
|
!337 optimize execute order sort
Merge pull request !337 from kisnwang/optimize-execute-order-sort
|
6 years ago |
mindspore-ci-bot
|
59eb8aa053
|
!431 fix cell output issue in pynative mode
Merge pull request !431 from wangqiuliang/fix-cell-ouput-issue-in-pynative
|
6 years ago |
kingfo
|
8f4cf323f8
|
fix cell output issue and vm operator in pynative mode
|
6 years ago |
ougongchang
|
0ed6d9178e
|
add Histogram summary operator
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
|
6 years ago |
mindspore-ci-bot
|
f69a668d98
|
!350 change tuple output to make tuple
Merge pull request !350 from lianliguang/chang-tuple-output-to-make-tuple
|
6 years ago |
lianliguang
|
00e4306518
|
convert all tuple output to maketuple
|
6 years ago |
kswang
|
83eeac9310
|
optimize execute order sort
|
6 years ago |
chenfei
|
4907abbc24
|
fix bug of real input arg num of set child graph input
|
6 years ago |
chenfei
|
e017fd8916
|
share mem of paramter between child graph
|
6 years ago |
mindspore-ci-bot
|
9b80c160a0
|
!276 pynative-add-op-supported
Merge pull request !276 from JoyLvliang/pynative-add-op-supported
|
6 years ago |
mindspore-ci-bot
|
58a70b5f82
|
!346 getnext parallel optimization part II: Eliminate Memcpy in specify scenario
Merge pull request !346 from laiyongqiang/develop
|
6 years ago |
lvliang
|
ffe8b5d3ec
|
pynative-add-op-supported
|
6 years ago |
laiyongqiang
|
3e05f50f5f
|
getnext_memcpy_elimination
|
6 years ago |
chenfei
|
734fabb780
|
solve problem when create parameter from 'call' cnode
|
6 years ago |
mindspore-ci-bot
|
57aee805ce
|
!274 GPU multiple stream feature
Merge pull request !274 from ZPaC/gpu-backend-supports-multiple-streams
|
6 years ago |
ZPaC
|
3ea3d9e5a4
|
1.GPU supports multiple streams.
2.GPU commnication stream and compute stream overlap.
|
6 years ago |
mindspore-ci-bot
|
39b9e831cb
|
!291 disable memory reuse for GetNext op
Merge pull request !291 from caifubi/dev-getnext-mem-reuse-off
|
6 years ago |
mindspore-ci-bot
|
9bda080bb5
|
!260 refactor padding strategy
Merge pull request !260 from lianliguang/refactor-padding-strategy
|
6 years ago |
jojobugfree
|
2aad57c595
|
getnext disable memory reuse
|
6 years ago |
kswang
|
ae675c5cf8
|
fix nopnode output bug
|
6 years ago |
lianliguang
|
5d225f934f
|
change the padding strategy & refactor insert transdata
|
6 years ago |
lvliang
|
79f74745ec
|
fix-bug-type-str-is-invalied-uint16
|
6 years ago |
mindspore-ci-bot
|
18b9a0957e
|
!203 fix reshape as output and release mem exception
Merge pull request !203 from kisnwang/optimize-allreduce-mem-malloc
|
6 years ago |
kswang
|
b8a7e73f7d
|
fix reshape output and clearres error
|
6 years ago |
chenfei
|
d1a0ded6c2
|
use first depend create parameter
|
6 years ago |
kswang
|
fb343bd607
|
add mem manager
|
6 years ago |
jojobugfree
|
effdb483d6
|
profiling feature enhancement
|
6 years ago |
mindspore-ci-bot
|
3289d7bb69
|
!109 Fix some typo errors in session and device module
Merge pull request !109 from leonwanghui/typo-fix
|
6 years ago |
Wei Luning
|
73ba399364
|
remove ge depend in cpu
|
6 years ago |
leonwanghui
|
fdb47860cc
|
Fix some typo errors in session and device module
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
|
6 years ago |