Commit Graph

11730 Commits

Author SHA1 Message Date
i-robot 474a9151ac
!42798 fix test_ascend_cell_dump for probabilistic fail
Merge pull request !42798 from huanghui/fix-cell-dump
2022-09-27 21:11:08 +00:00
ccx f7c7da09cf RandomResizedCrop 2022-09-28 03:51:29 +08:00
fan-jibin b277cd5217 random_shuffle to shuffle 2022-09-28 01:54:25 +08:00
i-robot c2cf1d3393
!42694 Revert modify in PyNative Grad
Merge pull request !42694 from huangbingjian/revert_pynative_grad
2022-09-27 15:51:28 +00:00
yanghaoran 164fada9f5 takedown testcases that are almost never failing as to save time on gate 2022-09-27 22:38:48 +08:00
sophie2020 e145f26e1e scatter_nd_add dynamic 2022-09-27 20:40:05 +08:00
i-robot a21ed8e7dc
!42870 [assistant][ops][I56J6C]New GPU operator implementation, include HammingWindow
Merge pull request !42870 from 康渊瑞/HammingWindow
2022-09-27 12:28:32 +00:00
i-robot bef3f697a0
!42099 Support vjp to custom function bprop
Merge pull request !42099 from ZhengXuegui/custom_fn_vjp
2022-09-27 12:13:43 +00:00
i-robot 02ac3f2d49
!42862 Rectify Adam
Merge pull request !42862 from shaojunsong/new_adam
2022-09-27 11:38:52 +00:00
王振邦 d6ee2e99c7 [feat] [assistant] Add new aicpu operator ParallelConcat 2022-09-27 19:24:52 +08:00
i-robot ae79bdcec9
!40293 [assistant][ops]New operator implementation, include CholeskyGrad without cpu impl
Merge pull request !40293 from Wangsong95/choleskygrad_nocpu
2022-09-27 09:28:06 +00:00
i-robot 8257e6c4f7
!41900 [MD] Support repeatability when failover reset occurs
Merge pull request !41900 from Mohammad Motallebi/failover_randomness
2022-09-27 09:08:34 +00:00
i-robot 6774af4daf
!42663 ops.argmax supports more types.
Merge pull request !42663 from huangbingjian/argmax
2022-09-27 08:33:43 +00:00
maning202007 1253e54a49 Dump support dynamic shape 2022-09-27 15:40:19 +08:00
i-robot a851992afb
!42983 Optimize cpu allreduce test case
Merge pull request !42983 from ZPaC/fix-cpu-allreduce-case-error
2022-09-27 07:00:45 +00:00
i-robot 9f4f98d2cc
!41208 add sort ops cpu and gpu dynamic shape backend
Merge pull request !41208 from zhangdong/code_dev
2022-09-27 05:50:03 +00:00
i-robot 6e81b761fa
!42917 Add onecard mard for some st test cases
Merge pull request !42917 from wYann/grad_fix
2022-09-27 03:28:48 +00:00
ConnZhai 5c03870774 lbfgs code refactoring 2022-09-27 10:50:41 +08:00
Cathy Wong b9ac3f7b18 [MD] Serialize Python UDFs - log a warning 2022-09-26 22:48:12 -04:00
buxue 186bcb4aaa support close exposure surface when model training or eval 2022-09-27 07:06:37 +04:30
ZhidanLiu 06b23ec0be modify st of BroadcastTo 2022-09-27 09:59:05 +08:00
ZPaC 1922113083 Optimize cpu allreduce test case 2022-09-27 09:40:16 +08:00
i-robot 9d3ffd2dfc
!42873 Add Export/Update API for MapParameter
Merge pull request !42873 from hewei/map_param1
2022-09-27 01:23:21 +00:00
i-robot 8efcbb93ff
!42481 fix: md asan error
Merge pull request !42481 from guozhijian/fix_md_asan
2022-09-27 01:11:43 +00:00
i-robot d449e328a6
!42803 Fix error for interpreted object
Merge pull request !42803 from LiangZhibo/interpret
2022-09-27 01:07:27 +00:00
shaojunsong 0cb0ff6659 Rectify Adam Optimizer 2022-09-26 22:17:19 +08:00
ZhengXuegui 685f0cc830 support vjp to custom bprop function 2022-09-26 20:04:14 +08:00
kyr e9e5410d45 aaa 2022-09-26 18:58:52 +08:00
i-robot 2a2ce2f500
!40939 [feature] add jacfwd
Merge pull request !40939 from chenzhuo/master_jacfwd
2022-09-26 09:40:26 +00:00
i-robot 19023872f3
!42333 Add dynamic shape support for binary cross entropy and etc.
Merge pull request !42333 from panzhihui/bce_new
2022-09-26 09:17:46 +00:00
zhangdong 01ecd95cd9 sort ops dynamic 2022-09-26 16:52:37 +08:00
wYann 583ba2246b add onecard mark for some test cases 2022-09-26 15:01:44 +08:00
liuluobin a9b047bc61 Added float64 support for IOU on CPU&GPU, and modify description of pynative shard api 2022-09-26 14:52:20 +08:00
lvyufeng eff301e3e5 add value print for Parameter 2022-09-26 12:54:13 +08:00
huangbingjian 63617b3ae8 ops.argmax supports more types. 2022-09-26 11:49:35 +08:00
ligan fc5c30ad7a MaximumGrad 2022-09-26 11:33:39 +08:00
i-robot 813b57f425
!40665 add randomshuffle_gpu
Merge pull request !40665 from 范吉斌/randomshuffle_gpu
2022-09-26 03:23:16 +00:00
liwenshi 4fa561eebe [feat][assistant][I4CRJV][I4CRJW] add new operators InstanceNormV2&InstanceNormV2Grad 2022-09-26 11:12:23 +08:00
lby 14f0560058 delete compie macro 2022-09-26 10:09:13 +08:00
i-robot d9f25439aa
!42851 fix dynamic rank infer bug in vmap
Merge pull request !42851 from Erpim/master_0925
2022-09-26 01:06:55 +00:00
liangzhibo deb8a1a5d9 Refuse resolve node to generate interpreted object 2022-09-26 08:51:05 +08:00
He Wei d54a7e4075 Add Export/Update API for MapParameter 2022-09-26 08:44:03 +08:00
fan-jibin 1215e4e8d3 add randomshuffle_gpu 2022-09-25 20:30:55 +08:00
i-robot 1c5aee45bd
!42646 Support compile graph with MapParameter
Merge pull request !42646 from hewei/map_param
2022-09-24 14:50:14 +00:00
Erpim 4b77564ea5 fix dynamic rank infer bug in vmap 2022-09-24 17:52:52 +08:00
panzhihui 3c76f0b77b Add dynamic shape support for binary_cross_entropy and etc 2022-09-24 17:45:48 +08:00
jonyguo 0ae4a27bd8 fix: md asan error 2022-09-24 17:32:48 +08:00
i-robot f79455bacb
!42759 reduce event to info for print compile message
Merge pull request !42759 from huanghui/reduce-log-level
2022-09-24 09:02:01 +00:00
i-robot 8fd7952b4b
!40774 [assistant][ops] Add new video operator HorizontalFlip
Merge pull request !40774 from Maeyon-Z/horizontalFlip_op
2022-09-24 07:51:50 +00:00
i-robot fa57bde24b
!42713 add ut case for integration of dynamic and static memory
Merge pull request !42713 from limingqi107/bug_fix4
2022-09-24 07:30:23 +00:00
i-robot 2d3797a21a
!41027 [assistant][ops] Add new video operator VerticalFlip
Merge pull request !41027 from Maeyon-Z/verticalFlip_op
2022-09-24 06:45:04 +00:00
i-robot 68706ca482
!41621 support BiasAddGrad for dynamic shape and more data type
Merge pull request !41621 from huanghui/support-BiasAddGrad
2022-09-24 06:24:20 +00:00
huangbingjian 664ffa8f5b Revert modify in PyNative Grad 2022-09-24 12:52:49 +08:00
ligan 20817af728 debug 2022-09-24 11:42:38 +08:00
limingqi107 c37300619a add ut case for integration of dynamic and static memory 2022-09-24 11:19:48 +08:00
i-robot 5dff519437
!40643 Improve the Transformer APIs
Merge pull request !40643 from huangxinjing/improve_transformer_apis
2022-09-24 03:10:37 +00:00
He Wei 1764db05b7 Support compile graph with MapParameter 2022-09-24 10:49:03 +08:00
huanghui 0efe4e1a74 fix test_ascend_cell_dump for probabilistic fail 2022-09-24 10:27:34 +08:00
i-robot 8efe18d744
!42326 [MS][OP]add avg_pool dynamic
Merge pull request !42326 from mengyuanli/ds_avg_pool
2022-09-24 02:19:12 +00:00
i-robot 079be33551
!42601 MaskedSelectedGradCpuKernel support more data type
Merge pull request !42601 from tanghuikang/maskedselectgrad
2022-09-24 02:02:46 +00:00
i-robot 1d8e4907b9
!42262 Add dynamic shape support for matmul
Merge pull request !42262 from panzhihui/matmul_dyn
2022-09-24 01:40:56 +00:00
i-robot a5b3a2dc46
!41712 add prim set device interface
Merge pull request !41712 from kisnwang/add-prim-set-device-interface
2022-09-24 01:23:38 +00:00
i-robot c7c17577b6
!42675 gather_ops_datatype_supplements
Merge pull request !42675 from yao_yf/gather_ops_datatype_supplements
2022-09-24 01:20:58 +00:00
i-robot 33b94acde2
!42738 add the st of intergration of dynamic and static memory
Merge pull request !42738 from limingqi107/bug_fix3
2022-09-23 19:24:58 +00:00
huangxinjing 908975d458 Impove the transforer apis
Support attention mask is None
Fix attention check
WIP in custom activation
Support attention
2022-09-23 21:57:58 +08:00
i-robot 5975989f9f
!42690 Acl support BatchMatMul ops.
Merge pull request !42690 from linqingke/acl_op
2022-09-23 09:47:34 +00:00
i-robot 4600213d0d
!42267 clean code for python 0918
Merge pull request !42267 from changzherui/mod_py_0918
2022-09-23 09:07:21 +00:00
huanghui 62792c8983 reduce event to info for print compile message 2022-09-23 16:30:29 +08:00
yao_yf 7f9254aafe gather datatype supplements 2022-09-23 15:16:58 +08:00
limingqi107 b8449e467a add the st of intergration of dynamic and static memory 2022-09-23 15:12:34 +08:00
chenzhuo bd01dcad29 add jacfwd 2022-09-23 15:00:53 +08:00
nefu-xiaobai 67b2034634 [feat] [assistant] [#I5EWHP] add new video operator VerticalFlip 2022-09-23 11:16:23 +08:00
fakeen c93c59cf6a commit choleskygrad without cpu impl 2022-09-23 11:12:34 +08:00
nefu-xiaobai 0e0dcbfb3b [misc] [assistant] [#I5EWHP] modify the operator horizontalFlip 2022-09-23 10:58:06 +08:00
kswang dc236c4753 add set device interface for prim 2022-09-23 10:58:01 +08:00
huanghui 1a64a23389 support BiasAddGrad for dynamic shape and more data type 2022-09-23 09:20:27 +08:00
mengyuanli 6990b59ef7 1.add avgpool dynamic shape support & testcases
2.add max_pool_3d dynamic shape support & testcases
2022-09-23 08:54:21 +08:00
mhmotallebi 349126edd7 [MD] add repeatability for failover reset 2022-09-22 17:27:38 -04:00
panzhihui 861c6b7fbe Add dynamic shape support for MatMul 2022-09-23 02:09:46 +08:00
linqingke 7cf138f030 Acl support BMM. 2022-09-22 21:49:04 +08:00
i-robot cc6c141b8f
!42129 update grad for dynamic_shape
Merge pull request !42129 from chengbin/ds_916
2022-09-22 13:17:10 +00:00
i-robot 11be3ba40c
!42093 fix bug lrn_grad operation test case failed , add dynamic test case and alter test level 1 to 0
Merge pull request !42093 from happy徐/lrngrad_gpu
2022-09-22 12:28:55 +00:00
ckey_Dou cb6ef6ca7c update grad 2022-09-22 20:00:01 +08:00
changzherui 264dccfd0d clean code for python 0918 2022-09-22 19:58:36 +08:00
i-robot 9ec79c2657
!42184 Return an empty tuple when getting the gradient of constants.
Merge pull request !42184 from huangbingjian/grad_empty_tuple
2022-09-22 11:38:19 +00:00
i-robot f8d25caa1f
!42538 Modify GE TestCase Precision
Merge pull request !42538 from jiaorui/control-depend
2022-09-22 11:34:10 +00:00
i-robot 57343fad77
!32929 [assistant][ops]Add math operator CumulativeLogsumexp
Merge pull request !32929 from 孟权令/CumulativeLogsumexp
2022-09-22 11:17:47 +00:00
kswang 36e1be579b layernorm gpu/cpu support double 2022-09-22 17:32:26 +08:00
tanghuikang c81772ad80 MaskedSelectedGradCpuKernel support more data type 2022-09-22 17:06:21 +08:00
i-robot 674d25d197
!42186 add maximun dynamic shape st
Merge pull request !42186 from happy徐/dy_st
2022-09-22 08:11:02 +00:00
i-robot 006b7ec47c
!42555 fix hccl failed st
Merge pull request !42555 from xulei/fix_error_st
2022-09-22 08:00:48 +00:00
jiaorui 40cca44e98 ge test case 2022-09-22 13:55:21 +08:00
i-robot 026418f67a
!42615 Ge Test Case
Merge pull request !42615 from jiaorui/code_docs_case
2022-09-22 04:19:29 +00:00
jiaorui 80b80e424d revert ge case 2022-09-22 11:16:08 +08:00
i-robot fc67790894
!42270 Add dynamic shape of BoundingBoxEncode and BoundingBoxDecode
Merge pull request !42270 from ZhidanLiu/master
2022-09-22 03:11:56 +00:00
xuqiang d531bbafcc !I5R0H7fix bug lrn_grad operation test case failed; add dynamic test case and alter test level 1 to 0 2022-09-22 09:28:27 +08:00
i-robot 5e5fe2c713
!42268 Add random number generator for embedding cache values
Merge pull request !42268 from chengang/rec_cold_start
2022-09-21 15:18:23 +00:00
zhaoyisen 999ff30864 [assistant][ops]Add math operator CumulativeLogsumexp 2022-09-21 21:03:51 +08:00
jiaorui b41c9be58a revert ge case 2022-09-21 17:24:41 +08:00
xulei 14bf19c53f fix hccl failed st 2022-09-21 16:04:51 +08:00