Commit Graph

11501 Commits

Author SHA1 Message Date
i-robot 4f687d63b3
!42350 [MS][OP]sync master code
Merge pull request !42350 from mengyuanli/sync_r1.9_1
2022-09-28 03:16:29 +00:00
i-robot 557a5f74e3
!42994 [Auto_monad] Insert load handling for different cases of sequence parameters.
Merge pull request !42994 from Margaret_wangrui/r1.9
2022-09-27 14:29:03 +00:00
i-robot ad79e432e0
!42814 Revert modify in Pynative grad 1.9
Merge pull request !42814 from huangbingjian/revert_pynative_grad_1.9
2022-09-27 12:36:03 +00:00
i-robot fd21e564bc
!42955 [r1.9] fix test_ascend_cell_dump for probabilistic fail
Merge pull request !42955 from huanghui/r1.9-fix-ci
2022-09-27 12:13:52 +00:00
Margaret_wangrui 1f108156ce [Auto_monad] Insert load handling for different cases of sequence parameters. 2022-09-27 16:26:55 +08:00
Cathy Wong 361cfbd1d4 [MD] Serialize Python UDFs - log a warning 2022-09-26 22:51:26 -04:00
i-robot ac0f45e07d
!42909 Add onecard mark for some st cases
Merge pull request !42909 from wYann/grad_fix_1.9
2022-09-27 01:49:42 +00:00
huanghui fb7ef6ed77 fix test_ascend_cell_dump for probabilistic fail 2022-09-26 20:28:15 +08:00
wYann e1139c6615 add onecard mark for some test cases 2022-09-26 16:07:31 +08:00
mengyuanli d1804f269d 1.add avgpool dynamic shape support & testcases
2.add max_pool_3d dynamic shape support & testcases

add logical_not_gpu
2022-09-26 14:10:38 +08:00
zhuzhongrui 25636ae069 fix Image, log_matrix_determinant, lp_norm kernel bugs 2022-09-26 10:18:58 +08:00
i-robot 89edef6966
!42612 Fix bug lrb_grad operation test case failed, add dynamic test case and alter test level 1 to 0 && Handing warning
Merge pull request !42612 from happy徐/r1.9
2022-09-26 01:17:59 +00:00
happylittleqiang e6ccb86129 1.deal the warning: when an array is used as a function argument,its length should be passed into the function
2.bug bug lrb_grad operation test case failed, add dynamic test case and alter test level 1 to 0
2022-09-24 21:30:13 +08:00
i-robot d47b047f91
!42770 [r1.9] reduce event to info for print compile message
Merge pull request !42770 from huanghui/r1.9-reduce-log-level
2022-09-24 09:01:01 +00:00
huangbingjian e661e9cc62 Revert modify in Pynative grad 1.9 2022-09-24 12:52:32 +08:00
i-robot 1cc1210e57
!42741 MaskedSelectedGradCpuKernel support more data type
Merge pull request !42741 from tanghuikang/maskedselectgrad_r19
2022-09-24 02:04:13 +00:00
i-robot c6f54c5292
!42701 Add O1 level amp feature for MindSpore r1.9 branch
Merge pull request !42701 from Bert0108/amp_for_r1.9
2022-09-24 01:28:44 +00:00
i-robot a2fd96350a
!42708 fix bug of implicit conversion between float32 and float64 for r1.9
Merge pull request !42708 from zhouxulin2/cherry-pick-1663898076
2022-09-23 14:48:36 +00:00
huanghui 67bd78f730 reduce event to info for print compile message 2022-09-23 17:06:56 +08:00
i-robot 7bae2ea653
!42684 Acl support BatchMatMul ops.
Merge pull request !42684 from linqingke/r1.9
2022-09-23 08:34:50 +00:00
tanghuikang 63a77ba345 MaskedSelectedGradCpuKernel support more data type 2022-09-23 14:32:50 +08:00
i-robot 103a4e3d3e
!42660 change testcase for gpu layernormgradgrad
Merge pull request !42660 from kisnwang/r1.9
2022-09-23 02:21:23 +00:00
zhouxulin2 c4bbd8c078 fixed f75acbc from https://gitee.com/zhouxulin2/mindspore/pulls/42297
fix bug of implicit conversion between float32 and float64
2022-09-23 01:54:45 +00:00
Bert0108 8fff1be800 add amp o1 for r1.9 2022-09-23 09:20:13 +08:00
i-robot 7cfce9aaee
!42661 Support dynamic shape for ROIAlign&ROIAignGrad on GPU/CPU
Merge pull request !42661 from zhengzuohe/roialigngrad_19
2022-09-23 01:15:12 +00:00
linqingke 03d04b40f0 Acl support BMM. 2022-09-22 21:19:23 +08:00
i-robot 50ba346e1d
!42187 add maximun dynamic shape st
Merge pull request !42187 from happy徐/dy_st_1.9
2022-09-22 12:13:39 +00:00
kswang 8398b4d4f4 change testcase for layernormgradgrad 2022-09-22 17:31:24 +08:00
zhengzuohe f76f90d84d roialign&roialigngrad: dynamic shape/rank (attr->input) on cpp infer, gpu and cpu kernel on the new perent class 2022-09-22 17:24:46 +08:00
i-robot 6414523ead
!42380 Add dynamic shape support for nllloss and etc.
Merge pull request !42380 from panzhihui/nllloss_dyn_r1.9
2022-09-22 08:33:04 +00:00
i-robot 4a26e967e8
!42546 fix: md asan and generatordataset skip error when multiprocess
Merge pull request !42546 from guozhijian/fix_md_asan_r1.9
2022-09-22 08:15:36 +00:00
i-robot aa81b37911
!42556 [r1.9] fix hccl failed st
Merge pull request !42556 from xulei/fix_error_st_r1.9
2022-09-22 08:11:55 +00:00
i-robot f20a7ec345
!42571 Provide param.value() interface
Merge pull request !42571 from Margaret_wangrui/r1.9_load_value
2022-09-22 06:05:28 +00:00
i-robot 38448cd13f
!42548 double for layenorm cpu&gpu
Merge pull request !42548 from kisnwang/r1.9
2022-09-22 04:24:24 +00:00
i-robot 6b0586c53a
!42214 Support Dynamic shape/rank for mirrorpad && maxpool
Merge pull request !42214 from zhangzhaoju/r1.9
2022-09-22 02:23:51 +00:00
happylittleqiang eec8e1db0c add maximum ops dynamic st 2022-09-22 09:35:27 +08:00
jonyguo 43aca284b6 fix: generator dataset with multi-process skip error 2022-09-22 09:30:40 +08:00
i-robot 981a9c5197
!42528 Fix GradOperation
Merge pull request !42528 from huangbingjian/fix_gradoperation
2022-09-22 00:45:40 +00:00
i-robot fd6159a208
!42498 [MD][r1.9] Fix some serdes bugs for Py UDFs, Py ops (w enum Inter & Border
Merge pull request !42498 from cathwong/ckw_r1.9_serdes_py_json_enum
2022-09-21 13:25:47 +00:00
i-robot 520dfd5c6e
!42469 update grad for dynamic_shape
Merge pull request !42469 from chengbin/ds_r1.9
2022-09-21 12:51:23 +00:00
Margaret_wangrui 1e0cd539b6 Provide param.value() interface, and add Warning prompt information. 2022-09-21 17:41:54 +08:00
kswang b58c8986b6 support double for cpu/gpu layernorm 2022-09-21 16:38:17 +08:00
xulei 9806da15ae fix hccl failed st 2022-09-21 16:03:42 +08:00
i-robot 9311072e75
!42486 add conv3dtranspose conv3d st
Merge pull request !42486 from KXiong/branch_conv3dtranspose
2022-09-21 06:33:49 +00:00
i-robot 0a7c8c39a9
!42473 add meshgrid st
Merge pull request !42473 from KXiong/branch_meshgrid_r02
2022-09-21 06:33:03 +00:00
i-robot a3a3066422
!42453 add cumprod st
Merge pull request !42453 from KXiong/r1.9
2022-09-21 06:24:52 +00:00
huangbingjian 0d332d85a3 Fix GradOperation 2022-09-21 11:45:33 +08:00
ckey_Dou e89ab5408e update grad 2022-09-21 09:23:45 +08:00
Cathy Wong 20d92e3354 [MD] Fix some serdes bugs for Py UDFs, Py ops (w enum Inter & Border
parms, fill_value). AutoTune scenarios impacted.
2022-09-20 13:31:44 -04:00
i-robot 3c7350912c
!42393 Add dynamic shape support for MatMul
Merge pull request !42393 from panzhihui/matmul_r1.9
2022-09-20 13:17:20 +00:00