i-robot
|
3ed062fcfa
|
!28983 ms_function needs to be compiled and executed in graph
Merge pull request !28983 from caifubi/master-pynative-add-bprop-flag
|
4 years ago |
caifubi
|
1e48cf1742
|
Pynative ms_function mix execution
1. Add bprop flag to bp-graph in PyNative mode.
2. Run ms_function in actor-DAG.
3. Use aclMemcopyAsync in DtoD copy.
4. Insert event before RunTask.
|
4 years ago |
Zhang Qinghua
|
584d261351
|
Enable DDE feature in default.
|
4 years ago |
i-robot
|
681d35a314
|
!28963 Purify CNode's inputs sequence abstract, and keep node's weak pointer in abstract before purify the abstract.
Merge pull request !28963 from 张清华/eliminate_tuple_unused_item
|
4 years ago |
i-robot
|
f720355941
|
!29377 Create device tensor for value node by backend node.
Merge pull request !29377 from gaoyong10/runtime_second12
|
4 years ago |
Zhang Qinghua
|
98c631645c
|
Purify CNode's inputs sequence abstract, and keep node's weak pointer in abstract before purify the abstract.
|
4 years ago |
gaoyong10
|
1df64729e3
|
Create device tensor for value node by backend node.
|
4 years ago |
i-robot
|
9d20bce3b4
|
!29337 Input_node address is not updated in data_prepare_actor if the the address is persistent.
Merge pull request !29337 from caifubi/master-fix-data-prepare-actor-bug
|
4 years ago |
i-robot
|
0f14ca526c
|
!29353 Link control arrow from kernel graph exit actor to entrance actor.
Merge pull request !29353 from gaoyong10/runtime_second12
|
4 years ago |
i-robot
|
60cbf2eff3
|
!29347 unified runtime fix the root graph parameter build in the control flow
Merge pull request !29347 from limingqi107/new_actor_runtime
|
4 years ago |
gaoyong10
|
d3770b5edf
|
Link control arrow from kernel graph exit actor to entrance actor.
|
4 years ago |
limingqi107
|
9acaed7c40
|
unified runtime fix the root graph parameter build in the control flow
|
4 years ago |
caifubi
|
1d2e4a26dd
|
Fix bug of input_node address not update
|
4 years ago |
gaoyong10
|
2789fceade
|
Fix device context size for partial.
|
4 years ago |
i-robot
|
180b101ad5
|
!29062 Add comments for dump and debugger code, remove unused functions
Merge pull request !29062 from parastooashtari/debugger_marker
|
4 years ago |
chenfei
|
8df68446b4
|
rm specilized flga
|
4 years ago |
i-robot
|
a7df060b00
|
!29252 unified runtime fix ref parameter bug and optimize running performance
Merge pull request !29252 from limingqi107/new_actor_runtime
|
4 years ago |
Parastoo Ashtari
|
c6f5fb06f2
|
add comments for dump and debugger code.
|
4 years ago |
gaoyong10
|
e446b2e3ed
|
Fix getitem in getitem.
|
4 years ago |
limingqi107
|
3e19123533
|
unified runtime fix ref parameter bug and optimize running performance
|
4 years ago |
i-robot
|
6798e0b456
|
!29221 Reuse the flags if the tuple node visited before.
Merge pull request !29221 from 张清华/eliminate_tuple_unused_item2
|
4 years ago |
i-robot
|
0143f9876f
|
!29204 Fix tuple in tuple in call node.
Merge pull request !29204 from gaoyong10/runtime_second12
|
4 years ago |
Zhang Qinghua
|
198b79a24d
|
Reuse the flags if the tuple node visited before.
|
4 years ago |
limingqi107
|
e4f1da32d7
|
unified runtime support host and device in the control flow
|
4 years ago |
gaoyong10
|
2045fc3be2
|
Fix tuple in tuple in call node.
|
4 years ago |
i-robot
|
f20b69ffc5
|
!28967 Actor get funcgraphs from abstract
Merge pull request !28967 from chenfei_mindspore/suit-renormalize-elimiate-dead-node
|
4 years ago |
chenfei
|
be15ea8a49
|
get func graph from abstract
|
4 years ago |
i-robot
|
3e7394addb
|
!28989 [Bugfix]Tensor host&device address format is different
Merge pull request !28989 from caifubi/master-pynative-input-tensor-format-different
|
4 years ago |
i-robot
|
7d43856ffa
|
!28220 remove device target info in session basic
Merge pull request !28220 from baihuawei/clear_code_rt
|
4 years ago |
i-robot
|
fff16dc947
|
!29071 Fix pclint.
Merge pull request !29071 from gaoyong10/runtime_second12
|
4 years ago |
i-robot
|
a3dbc84375
|
!29034 Ignore Partial(DeadNode) in backend routine.
Merge pull request !29034 from 张清华/eliminate_tuple_unused_item2
|
4 years ago |
gaoyong10
|
80960bc23c
|
Fix pclint.
|
4 years ago |
baihuawei
|
d97fa33c49
|
session decoup with device target
|
4 years ago |
Zhang Qinghua
|
b55d68e223
|
Ignore Partial(DeadNode) in backend routine.
|
4 years ago |
i-robot
|
eaacc10cab
|
!29005 Fix pclint.
Merge pull request !29005 from gaoyong10/runtime_second14
|
4 years ago |
caifubi
|
d7cb3cc5e7
|
[Bugfix]use SyncHostToDevice when tensor address format is different from parameter address format
|
4 years ago |
gaoyong10
|
a449b066dc
|
Fix pclint.
|
4 years ago |
gaoyong10
|
c1088aad93
|
Fix data arrow link from kernel actor to exit actor.
|
4 years ago |
i-robot
|
f37e43e2b5
|
!28728 change onednn default omp thread pool to mindspore runtime thread pool
Merge pull request !28728 from fangzehua/mkl_tp
|
4 years ago |
i-robot
|
c0b6ffbd15
|
!28755 delete redundant include at custom actor
Merge pull request !28755 from zhoufeng/delete-redundant-include
|
4 years ago |
i-robot
|
49d9b6fb94
|
!28799 Add rpc actors
Merge pull request !28799 from ZPaC/underdog
|
4 years ago |
i-robot
|
5e572f9b51
|
!28856 Fix codedex and pclint warnings
Merge pull request !28856 from zyli2020/ps_cache_feature
|
4 years ago |
i-robot
|
e1b24f0c42
|
!28778 Collect weight from entrance actor in subgraph.
Merge pull request !28778 from gaoyong10/runtime_second12
|
4 years ago |
gaoyong10
|
5cab727543
|
Collect weight from entrance actor in subgraph.
|
4 years ago |
fangzehua
|
ac11ceeee4
|
change omp to ms threadpool
|
4 years ago |
ZPaC
|
6de48c82b9
|
Add rpc actors
|
4 years ago |
lizhenyu
|
cf3ece6d9b
|
fix codedex warning
|
4 years ago |
gaoyong10
|
8c2cfe9590
|
Fix pclint and codedex.
|
4 years ago |
i-robot
|
28eb197305
|
!28789 The input of RefNode may not necessarily be parameter in PyNative mode
Merge pull request !28789 from caifubi/master-pynative-refnode-bug
|
4 years ago |
i-robot
|
baae22b1b4
|
!28751 fix the pclint
Merge pull request !28751 from limingqi107/new_actor_runtime
|
4 years ago |