gaoyong10
|
4b710763e9
|
valuetuple support monad
|
4 years ago |
i-robot
|
c8b761c00b
|
!28160 Fix mindrt lazy build
Merge pull request !28160 from zjun/fix_lazy_build
|
4 years ago |
i-robot
|
6f6977a73b
|
!27941 Ascend kernel level dump
Merge pull request !27941 from parastooashtari/kernel_level_dump
|
4 years ago |
i-robot
|
75b60e8fc9
|
!28164 Fix mindrt coredump
Merge pull request !28164 from caifubi/master-mindrt-memory-coredump
|
4 years ago |
Parastoo Ashtari
|
b832e218c3
|
kernel by kernel dump
|
4 years ago |
zjun
|
84585b602b
|
Fix lazy build
Signed-off-by: zjun <zhangjun0@huawei.com>
|
4 years ago |
caifubi
|
57e88c95e5
|
handle exception in memory actor
|
4 years ago |
i-robot
|
6d5ff030eb
|
!28057 optimize the control flow actor code and running performance
Merge pull request !28057 from limingqi107/new_actor_runtime
|
4 years ago |
baihuawei
|
f5e4afdf13
|
enable mindRT heterogeneous sub_graph sink
|
4 years ago |
i-robot
|
47a3932a5c
|
!27647 Optimize forward op output release
Merge pull request !27647 from zjun/fix_bug_01
|
4 years ago |
limingqi107
|
5df887ba69
|
optimize the control flow actor code and running performance
|
4 years ago |
zjun
|
64bb8d87aa
|
Fix bug
Signed-off-by: zjun <zhangjun0@huawei.com>
Update value node(c4e868f5d8)
Signed-off-by: zjun <zhangjun0@huawei.com>
fix mindrt (fafd9bd053)
Signed-off-by: zjun <zhangjun0@huawei.com>
|
4 years ago |
gaoyong10
|
b8637b5f8b
|
Get funcgraphs of call node by funcgraph analyzer.
|
4 years ago |
i-robot
|
afc4d60a09
|
!28044 Create stack actor for inputs come from recursion graph.
Merge pull request !28044 from gaoyong10/runtime_second14
|
4 years ago |
i-robot
|
919d0f52da
|
!27818 Add Function data type eliminate pass for kernel graph
Merge pull request !27818 from JoyLvliang/replace_func_node_with_value_node_in_kernel_graph
|
4 years ago |
i-robot
|
0966a1e3d7
|
!27638 Enable MindRT in Multi-Graph Sink and Pynative
Merge pull request !27638 from hwjiaorui/enable-multi-grapph-pynative
|
4 years ago |
i-robot
|
23a97a377f
|
!28017 Put the kernel graph cut according to the partial in the same group.
Merge pull request !28017 from gaoyong10/runtime_second12
|
4 years ago |
gaoyong10
|
a3e7c9537a
|
Create stack actor for inputs come from recursion graph.
|
4 years ago |
hwjiaorui
|
db59ab48e7
|
enabel ascend mindrt
|
4 years ago |
i-robot
|
1348d4828d
|
!28018 Unify DeviceToDevice Interface
Merge pull request !28018 from hwjiaorui/mindrt-test
|
4 years ago |
hwjiaorui
|
10db267ec5
|
unify deviceTOdevice interface
|
4 years ago |
gaoyong10
|
3e7067d284
|
Put the kernel graph cut according to the partial in the same group.
|
4 years ago |
i-robot
|
2408c819cd
|
!27396 Fix Bugs of Ascend MindRT
Merge pull request !27396 from hwjiaorui/mindrt-test
|
4 years ago |
i-robot
|
aeada9ecd3
|
!27960 Fix repeating control arrow from kernel graph exit to call.
Merge pull request !27960 from gaoyong10/runtime_second12
|
4 years ago |
i-robot
|
7f38af1a05
|
!27948 fix bug and add deug info for dynamic ref count
Merge pull request !27948 from limingqi107/new_actor_runtime
|
4 years ago |
7347157+joylvliang@user.noreply.gitee.com
|
db2d8478b6
|
add_pass_for_eliminate_illegal_data_type
|
4 years ago |
limingqi107
|
abc54620f7
|
fix bug and add deug info for dynamic ref count
|
4 years ago |
hwjiaorui
|
a8ced77662
|
sync device to device
|
4 years ago |
gaoyong10
|
5e66a956da
|
Fix repeating control arrow from kernel graph exit to call.
|
4 years ago |
i-robot
|
6c1ff69e6c
|
!27938 Fix call input kernel graph to stack actor.
Merge pull request !27938 from gaoyong10/runtime_second12
|
4 years ago |
i-robot
|
b421e46957
|
!27717 optimize cpu ops
Merge pull request !27717 from 范吉斌/cpu_ops_optimize
|
4 years ago |
gaoyong10
|
df13d8895e
|
Fix call input kernel graph to stack actor.
|
4 years ago |
i-robot
|
2d7e4adf44
|
!27663 Check Format when Sync DeviceToDevice
Merge pull request !27663 from hwjiaorui/fix-bug-nullptr
|
4 years ago |
i-robot
|
15cf13dd8e
|
!27678 hete mindrt
Merge pull request !27678 from baihuawei/hetert
|
4 years ago |
i-robot
|
f8e820a3be
|
!27883 Fix getitem in getitem.
Merge pull request !27883 from gaoyong10/runtime_second12
|
4 years ago |
gaoyong10
|
1d5836b988
|
Fix getitem in getitem.
|
4 years ago |
baihuawei
|
e8f641e55b
|
fix heterogeneous with mindrt
|
4 years ago |
hwjiaorui
|
3924fbbfdd
|
sync device to device
|
4 years ago |
i-robot
|
fa26ec66c8
|
!27790 Fix if and while bugs in closure.
Merge pull request !27790 from gaoyong10/runtime_second12
|
4 years ago |
i-robot
|
90cbad6baf
|
!27708 Fix Bug of Weight as Output
Merge pull request !27708 from hwjiaorui/output-value-node
|
4 years ago |
gaoyong10
|
82ba27874a
|
Fix if and while bugs.
|
4 years ago |
i-robot
|
7caed8835f
|
!27700 Add host shape to DeviceAddress
Merge pull request !27700 from caifubi/master-pynative-mindrt-bugfix-host-shape
|
4 years ago |
fan-jibin
|
d406653e85
|
optimize cpu ops
|
4 years ago |
hwjiaorui
|
ef8fa7c93f
|
output value node
|
4 years ago |
i-robot
|
5087d2e985
|
!27446 Use super kernel actor to load data for dump (Ascend)
Merge pull request !27446 from parastooashtari/super_kernel
|
4 years ago |
i-robot
|
481e87d143
|
!27606 acc infershape in runtime
Merge pull request !27606 from fangzehua/acc_infer
|
4 years ago |
i-robot
|
8d648e0f1e
|
!19673 Seperate constant from pb file
Merge pull request !19673 from sabrinasun_59ee/constant
|
4 years ago |
Parastoo Ashtari
|
0f41e3ae68
|
use super kernel to load data for ascend dump
|
4 years ago |
caifubi
|
f3cb9e53d8
|
Add host_shape to AscendDeviceAddress
|
4 years ago |
i-robot
|
8372b795bd
|
!27613 Bug Fix of Ascend MindRT
Merge pull request !27613 from hwjiaorui/mindrt-bug-fix
|
4 years ago |