i-robot
|
b11c6d0591
|
!26727 log improvement
Merge pull request !26727 from laiyongqiang/adapter
|
4 years ago |
i-robot
|
e96f33e887
|
!25943 TensorArray
Merge pull request !25943 from VectorSL/tensor-array-v2
|
4 years ago |
LaiYongqiang
|
a42c936df6
|
log improvement
|
4 years ago |
i-robot
|
a78b4fd60f
|
!26722 vm err log modify
Merge pull request !26722 from zhaosida/code_clean_master
|
4 years ago |
i-robot
|
fa5ea7b3a6
|
!26370 DynamicRNNGrad support `hidden_size not multiple of 16` scene
Merge pull request !26370 from yuchaojie/ir_fusion4
|
4 years ago |
zhaosida
|
8759ac41ad
|
fix err log
|
4 years ago |
VectorSL
|
710289a72d
|
add tensor array
|
4 years ago |
i-robot
|
cfc6ea32ff
|
!24714 replace rtmemcpyxx to acl memcpy
Merge pull request !24714 from jjfeing/br_replace_rtmemcpyxx_with_acl_api
|
4 years ago |
i-robot
|
a17849b669
|
!26567 fix allreduce notify bug
Merge pull request !26567 from hwjiaorui/fix-stream-label
|
4 years ago |
i-robot
|
df25ee8c68
|
!26675 Optimize oom log
Merge pull request !26675 from tanghuikang/oom_nullptr_log
|
4 years ago |
tanghuikang
|
93e113e6e3
|
Optimize oom log
|
4 years ago |
yuchaojie
|
b760eba23a
|
DynamicRNNGrad support `hidden_size not multiple of 16` scene
|
4 years ago |
VectorSL
|
8160fba758
|
update cublas error string
|
4 years ago |
jjfeing
|
05485d991c
|
replace api with acl api
|
4 years ago |
hwjiaorui
|
600942c91f
|
insert stream recv after last node
|
4 years ago |
i-robot
|
3269c9b881
|
!26335 Support MindSpore on MacOS
Merge pull request !26335 from xulei/ms_mac_compile_br
|
4 years ago |
i-robot
|
bc34adc3e3
|
!26516 refine the log
Merge pull request !26516 from liubuyu/master
|
4 years ago |
i-robot
|
55463892e4
|
!26402 add mem offload strategy
Merge pull request !26402 from kisnwang/add-mem-offload-strategy
|
4 years ago |
lby
|
63bc0ae7ff
|
算子白名单
|
4 years ago |
i-robot
|
45947b51ba
|
!26312 add grad support dynamic shape
Merge pull request !26312 from wangnan39/add_grad_support_dynamic_shape
|
4 years ago |
i-robot
|
46551bed66
|
!25941 fix allreduce notify bug
Merge pull request !25941 from hwjiaorui/stream-bug-fix
|
4 years ago |
i-robot
|
ce00ee1ad1
|
!25367 use acl api to control profiling
Merge pull request !25367 from yanghaitao/yht_condation_start_profiler
|
4 years ago |
王南
|
f082f4ccec
|
add grad support dynamic
|
4 years ago |
i-robot
|
21ffa1fb7b
|
!25091 Partial support for multi root graph in online debugger
Merge pull request !25091 from parastooashtari/online_multi_root_graph
|
4 years ago |
i-robot
|
9d6248194e
|
!26310 MindSpore support load custom aicpu kernels.
Merge pull request !26310 from linqingke/aicpu
|
4 years ago |
kswang
|
7c312bd38c
|
add mem offload strategy
|
4 years ago |
xiefangqi
|
24ac2382ff
|
mac compile
|
4 years ago |
sabrinasun
|
e7d7476a8e
|
fix dynamic shape dump issue and apply comments from cell dump pr
|
4 years ago |
yanghaitao1
|
c94aa6b872
|
use profiler acl api instead
|
4 years ago |
linqingke
|
bef2923acf
|
MindSpore support load custom aicpu ops.
|
4 years ago |
Parastoo Ashtari
|
7f682ba2f6
|
partial support for multi root graph in online debugger
|
4 years ago |
i-robot
|
8bf903ba19
|
!26320 Add Exception log when AscendMemoryPool::AllocTensorMem fail
Merge pull request !26320 from tanghuikang/oom_nullptr_log
|
4 years ago |
ZPaC
|
611de83fd8
|
Fix dynamic load error
|
4 years ago |
i-robot
|
81aff685b1
|
!26299 Modify Events Index
Merge pull request !26299 from hwjiaorui/event-index
|
4 years ago |
tanghuikang
|
f0995e7899
|
Add Exception log when AscendMemoryPool::AllocTensorMem fail
|
4 years ago |
i-robot
|
73bb099deb
|
!26056 easy using for kernel select log print
Merge pull request !26056 from liubuyu/master
|
4 years ago |
hwjiaorui
|
613aa757c3
|
modify events index
|
4 years ago |
lby
|
ab0efba450
|
easy using for kernel select log print
|
4 years ago |
i-robot
|
9aafd972cd
|
!26219 fix the wrong iteration number issue with async dump + data sink mode
Merge pull request !26219 from yelihua/dev
|
4 years ago |
i-robot
|
abcb458b28
|
!26167 fusion atomic clean
Merge pull request !26167 from liubuyu/bug_fix
|
4 years ago |
yelihua
|
cb8aa0f31e
|
fix the dump structure error in data sink mode
|
4 years ago |
hwjiaorui
|
1f8773e00d
|
add sparse unify mindir pass
|
4 years ago |
i-robot
|
8072e6d7f7
|
!26062 add Custom, custom_op_info_register, CustomRegOp to __init__
Merge pull request !26062 from looop5/custom_init_commit
|
4 years ago |
i-robot
|
8a15784782
|
!26117 [MSLITE] add nccl and mpi distribution in tensorrt delegate
Merge pull request !26117 from Liu_Xuu/trt_1109_nccl
|
4 years ago |
lby
|
9b2e6e4aca
|
fusion atomic clean
|
4 years ago |
looop5
|
58e27d87bc
|
add Custom, custom_op_info_register, CustomRegOp to __init__
|
4 years ago |
hwjiaorui
|
6a39f5093b
|
fix stream bug
|
4 years ago |
Liu_Xuu
|
255e2c03b4
|
[MSLITE] add nccl and mpi distribution in tensorrt delegate 1111_05
|
4 years ago |
baihuawei
|
a112376b36
|
fix hete_mix_ctrlflow
|
4 years ago |
i-robot
|
8b6beddca3
|
!21121 optimize thread pool
Merge pull request !21121 from kisnwang/optimize-thread-pool
|
4 years ago |