i-robot
0cf592db7a
!26040 unified runtime support single thread execution and optimize execution performance by cost mode
Merge pull request !26040 from limingqi107/new_actor_runtime
4 years ago
limingqi107
52a182448e
unified runtime support single thread execution and optimize execution performance by cost mode
4 years ago
i-robot
30c0bc5a96
!26169 Add EnableAscendMIndRT Environment Variable
Merge pull request !26169 from hwjiaorui/enable_ascend_mindrt
4 years ago
hwjiaorui
94cc26bf6b
add enable ascend mindrt environment
4 years ago
l00591931
9353bd10a4
Enable tuple as variable in optimizer
4 years ago
gaoyong10
b5a9588d10
delete useless interface in control node parser
4 years ago
i-robot
02aa2838ed
!25803 unified runtime delete result arrow
Merge pull request !25803 from limingqi107/new_actor_runtime
4 years ago
i-robot
14dbef2741
!25784 move anf_utils from "/core/ir/" to "/core/utils/"
Merge pull request !25784 from DeshiChen/1102_anf_utils
4 years ago
limingqi107
1ba78fcbd6
unified runtime delete result arrow
4 years ago
He Wei
fd8bbb4d96
Optimize isa() and type id related code.
1. Let 'isa<T>()' calls 'IsSameTypeId()' when T is final,
and we add 'final' mark to some final classes derived from Base;
2. Generate type id at compile time using constexpr hash function,
remove TypeIdManager and related code;
3. Add a tool script 'scripts/check_tid.sh' to check tid uniqueness;
4. Improve type search in 'proto_exporter.cc' and 'convert_utils_py.cc';
5. Add some missed MS_DECLARE_PARENT;
6. Ensure calls of 'parent_t::IsFromTypeId()' are all inlined.
4 years ago
dayschan
79beb6c77b
move anf_utils from "/core/ir/" to "/core/utils/"
In the future, more functions in AnfAlgo only related to mindir will be
moved to this file.
4 years ago
i-robot
37199b282e
!25323 Get output nodes by control node.
Merge pull request !25323 from gaoyong10/for_d_controlflow
4 years ago
gaoyong10
83ee99b07d
Get output nodes by control node.
4 years ago
limingqi107
e5ec0236b7
fix the coredump probability of pyNative free memory
4 years ago
limingqi107
6071f7bc95
unified runtime support the output of tupleGetItem + depend + makeTuple
4 years ago
limingqi107
19330b6f82
unified runtime support graph sink output update
4 years ago
limingqi107
a1ef8140a2
unified runtime optimize actor dump
4 years ago
limingqi107
8179e007a9
optimize the OMP thread compute and actor run error info
4 years ago
Margaret_wangrui
d4a6f39666
code selfcheck
4 years ago
i-robot
adfb65aaac
!24114 Fix code review warnings
Merge pull request !24114 from zyli2020/code_refactor
4 years ago
lizhenyu
0b6d7e4adb
fix code review warning
4 years ago
i-robot
46fc24b172
!24083 refactor acl vm && acl vm ignore monad input/output
Merge pull request !24083 from zhoufeng/xiu-ba-ge-2
4 years ago
zhoufeng
38c7d78ae3
refactor acl vm && acl vm ignore monad input/output
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
i-robot
27b4d2a2d4
!24011 unified runtime code review
Merge pull request !24011 from limingqi107/bug_fix
4 years ago
limingqi107
36ffff434e
unified runtime code review
4 years ago
i-robot
b95a6d459d
!23906 add the interface of ascend supporting unified time
Merge pull request !23906 from limingqi107/new_actor_runtime
4 years ago
limingqi107
3e19107875
add the interface of ascend supporting unified time
4 years ago
lianliguang
33c879f69c
clean pclint and codex warning
4 years ago
yelihua
4756edac1a
fix the bug about load parameter value
4 years ago
jiangshuqiang
c2bd061889
fix summary isolation
4 years ago
i-robot
6f09891501
!22092 [executor] Add mem scheduler
Merge pull request !22092 from kisnwang/add-mem-extend-cache
4 years ago
i-robot
804296c4e0
!23034 unified runtime add data prepare actor and optimize code
Merge pull request !23034 from limingqi107/bug_fix
4 years ago
kswang
a0dc465041
add mem scheduler
4 years ago
i-robot
d7388b40ab
!23295 add dump and profiling warning log when task is not sink
Merge pull request !23295 from baihuawei/fixlog
4 years ago
limingqi107
859aa42b41
unified runtime add data prepare actor and optimize code
4 years ago
baihuawei
e1e11b9a47
fix some bugs
4 years ago
sabrinasun
220245f592
add security isolation to online and offline debugger
4 years ago
i-robot
516a74f985
!22915 310 support cond graph
Merge pull request !22915 from zhoufeng/310-support-cond-graph
4 years ago
zhoufeng
5a09648667
310 support cond graph
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
ZPaC
8f0a0682b8
Fix static check
4 years ago
baihuawei
a9694a9230
ascend add nontask sink mode
4 years ago
i-robot
babda443ca
!22251 unified runtime fix bug of graph resource clear
Merge pull request !22251 from limingqi107/bug_fix
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
zjun
35aab6144d
Fix pynative memory leak
Signed-off-by: zjun <zhangjun0@huawei.com>
4 years ago
limingqi107
3ebf33c6ba
unified runtime fix bug of graph resource clear
4 years ago
i-robot
6c49fc4032
!21801 [Executor] remove useless graph dependency
Merge pull request !21801 from kisnwang/merge-empty-cnode-graph
4 years ago
i-robot
15ad91edc5
!21654 add sync control for pynative
Merge pull request !21654 from chujinjin/add_sync_control_for_pynative
4 years ago
i-robot
953801ca48
!21847 fix the GIL deadlock issue when using TensorSummary ops within TrainOneStepWithLossScaleCell.
Merge pull request !21847 from jiangshuqiang/fix_deadlock
4 years ago