yanzhenxiang2020
|
de025bd228
|
fix cpu ops example
|
2021-06-25 17:58:30 +08:00 |
i-robot
|
0459e53040
|
!18800 Modify seed API
Merge pull request !18800 from lilei/modify_model_zoo_mass
|
2021-06-24 07:34:17 +00:00 |
i-robot
|
70152adcb3
|
!18768 [AutoParallel]Fix auto parallel gatherv2 bug
Merge pull request !18768 from lichen/fix_auto_parallel_gatherv2
|
2021-06-24 06:36:21 +00:00 |
i-robot
|
2d8e44f3d0
|
!18730 add parallel operator for Conv2dTranspose and Conv2DBackPropInput
Merge pull request !18730 from yangzhenzhang/add-parallel-op-for-conv2d-backprop-input
|
2021-06-24 06:34:30 +00:00 |
i-robot
|
b40bbb49af
|
!18760 Remove useless SyncHostToDevice for PyNative mode
Merge pull request !18760 from zyli2020/mindrt_debug
|
2021-06-24 06:26:20 +00:00 |
i-robot
|
6d254ac409
|
!18679 call nnacl implement for matmul and batchmatmul on ARM
Merge pull request !18679 from zhangbuxue/call_nnacl_implement_for_matmul_and_batchmatmul_on_ARM
|
2021-06-24 06:14:22 +00:00 |
i-robot
|
6bd66b3d70
|
!18729 Add register limit constraint
Merge pull request !18729 from lishanni/for_regis_limit
|
2021-06-24 03:48:17 +00:00 |
i-robot
|
cf4735c600
|
!18508 [ME][Compiler]Commit the change of transaction of every graph para eliminate
Merge pull request !18508 from chenfei_mindspore/namespace-err
|
2021-06-24 03:34:12 +00:00 |
i-robot
|
9d64607345
|
!17283 Fix different error type for OneHot between Ascend and GPU
Merge pull request !17283 from LiangZhibo/onehot
|
2021-06-24 03:32:11 +00:00 |
i-robot
|
22f3766c1c
|
!18791 Add stack info for online debugger
Merge pull request !18791 from parastooashtari/stack_online_debug
|
2021-06-24 03:20:13 +00:00 |
i-robot
|
76ef295b5c
|
!18764 move OutputUsedNum attr setting from fusion passes to ub_pattern_fusion
Merge pull request !18764 from yuchaojie/ub_fusion2
|
2021-06-24 02:50:19 +00:00 |
i-robot
|
c7387ecd1e
|
!18708 fix the bug of the comparison of shape attr.
Merge pull request !18708 from liangzelang/fix_subgraphs_return_val_bug
|
2021-06-24 02:49:06 +00:00 |
lilei
|
b31e763d7e
|
modify seed API
|
2021-06-24 10:46:11 +08:00 |
yangzhenzhang
|
69acf757d0
|
add parallel op for conv2d backprop input
|
2021-06-24 10:01:49 +08:00 |
i-robot
|
eb30e1e691
|
!18779 modify model_zoo mass for clould
Merge pull request !18779 from lilei/modify_model_zoo_mass
|
2021-06-24 01:52:37 +00:00 |
i-robot
|
9c141f00ed
|
!18347 Rectification of operator ease of use part 2
Merge pull request !18347 from dinglinhe/code_docs_dlh_ms_I3R3BX_3
|
2021-06-24 01:50:36 +00:00 |
i-robot
|
5d5f38c501
|
!18428 [GraphKernel] Enable Auto-Mixed-Precision & TensorCore for AlexNet on GPU
Merge pull request !18428 from lishanni/master_alexnet
|
2021-06-24 01:48:33 +00:00 |
i-robot
|
33d4fc768c
|
!18769 fix adam/deltadam optimizer bug
Merge pull request !18769 from wangyanling/optimizer
|
2021-06-24 01:43:12 +00:00 |
chenfei
|
3538f068ba
|
eliminate one fg parameter every circle
|
2021-06-24 09:39:04 +08:00 |
lichenever
|
28cd677140
|
update
|
2021-06-24 09:34:09 +08:00 |
i-robot
|
9ccf1a9aad
|
!18589 change dir and add code of encrypt
Merge pull request !18589 from zhoushan33/flclient0619_om_encrypt
|
2021-06-24 01:32:38 +00:00 |
i-robot
|
47a858b7f6
|
!18755 jni add strip
Merge pull request !18755 from yeyunpeng2020/java
|
2021-06-24 01:30:38 +00:00 |
buxue
|
f3dea76b25
|
call nnacl implement for matmul and batchmatmul on ARM
|
2021-06-24 09:29:45 +08:00 |
i-robot
|
532cb463f5
|
!18718 Move parameter __del__ to correct place
Merge pull request !18718 from huanghui/fix-del-parameter
|
2021-06-24 01:29:09 +00:00 |
i-robot
|
dce1631adc
|
!18652 [MS][LITE]optimize mindrt
Merge pull request !18652 from zhaizhiqiang/master
|
2021-06-24 01:26:55 +00:00 |
i-robot
|
4270142bd1
|
!18758 don't use SyncBatchNorm in Gpu backend
Merge pull request !18758 from yangzhenzhang/modify-batch-norm-info
|
2021-06-24 01:18:37 +00:00 |
i-robot
|
b337eb0153
|
!18774 delete log-depend from kernel.h
Merge pull request !18774 from ling/pr
|
2021-06-24 01:11:21 +00:00 |
i-robot
|
0768ae686e
|
!18656 Fix bug of resnet50 512 batch size memory not enough
Merge pull request !18656 from JoyLvliang/fix_bug_of_resnet50_512_batch_size_memory_not_enough
|
2021-06-24 01:06:41 +00:00 |
i-robot
|
a7d596d28a
|
!18762 fix bug of reduce infer value
Merge pull request !18762 from lianliguang/master
|
2021-06-24 01:04:46 +00:00 |
Parastoo Ashtari
|
8d248cd925
|
Add debug info for online debugger
|
2021-06-23 19:00:09 -04:00 |
i-robot
|
35c1f14cf3
|
!18673 [MD] Fix crash with large max_rowsize and add argument validations
Merge pull request !18673 from harshvardhangupta/max_rowsize_fix
|
2021-06-23 13:32:17 +00:00 |
Harshvardhan Gupta
|
6845a16b44
|
fix coredump with large max_rowsize and add arg validations
|
2021-06-23 09:31:11 -04:00 |
zhoushan
|
b7b58a2ab9
|
change dir and add Encrypt code
|
2021-06-23 20:35:15 +08:00 |
lilei
|
8388ced9ee
|
modify model_zoo network for clould
|
2021-06-23 19:17:56 +08:00 |
huanghui
|
c420b7f0d3
|
move parameter __del__
|
2021-06-23 19:16:48 +08:00 |
dinglinhe
|
b1b4375417
|
Rectification of operator ease of use part 2
|
2021-06-23 18:53:22 +08:00 |
ling
|
a7faa431b8
|
delete log-depend from kernel.h
|
2021-06-23 18:11:37 +08:00 |
zhaizhiqiang
|
2920d42999
|
optimize mindrt
|
2021-06-23 18:03:45 +08:00 |
wangyanling
|
6d3e058ba8
|
fix opimizer bug
|
2021-06-23 17:55:58 +08:00 |
lishanni513
|
8c98146c76
|
Add register limit constraint
|
2021-06-23 17:39:22 +08:00 |
lizhenyu
|
a3d04728ee
|
Remove useless SyncHostToDevice for PyNative mode
|
2021-06-23 17:36:33 +08:00 |
7347157+joylvliang@user.noreply.gitee.com
|
6efc47853f
|
fix_bug_of_resnet50_512_batch_size_memory_not_enough
|
2021-06-23 17:31:25 +08:00 |
lianliguang
|
c336870af2
|
fix bug of reduce ops infer value
|
2021-06-23 17:25:02 +08:00 |
i-robot
|
f98497ca09
|
!18728 support ascend310 infer of Resnext101
Merge pull request !18728 from 周莉莉/master
|
2021-06-23 09:02:09 +00:00 |
i-robot
|
f843a15490
|
!18713 wgan 310 infer
Merge pull request !18713 from 张晓晓/master
|
2021-06-23 09:00:04 +00:00 |
i-robot
|
923b6a48c5
|
!18749 adjust api format of thor
Merge pull request !18749 from wangshuangling/master
|
2021-06-23 08:50:09 +00:00 |
i-robot
|
f2c45a6172
|
!18044 Fit Gpu LoopCount for profiler module
Merge pull request !18044 from gzhcv/FitLoopCount
|
2021-06-23 08:06:03 +00:00 |
i-robot
|
0c360ea2d6
|
!16766 Add recompute fuse
Merge pull request !16766 from lingyunli63/recompute_fuse
|
2021-06-23 07:54:12 +00:00 |
i-robot
|
105ecb4296
|
!18715 Rectification of operator ease of use part 3
Merge pull request !18715 from dinglinhe/code_docs_dlh_ms_I3R3BX_4
|
2021-06-23 07:48:02 +00:00 |
yuchaojie
|
fc80ba655f
|
move OutputUsedNum attr setting from fusion passes to ub_pattern_fusion
|
2021-06-23 15:37:14 +08:00 |