Commit Graph

3867 Commits

Author SHA1 Message Date
i-robot 0b3a90cfc8
!49641 FillV2 vmap support when shape is a tensor.
Merge pull request !49641 from haozhang/fillv2_vmap
2023-03-06 08:29:21 +00:00
i-robot a2d27849bd
!49788 modify add function
Merge pull request !49788 from changzherui/mod_add
2023-03-06 06:19:58 +00:00
i-robot a9de0b252b
!49175 add gather batch_dims
Merge pull request !49175 from 范吉斌/gather_batch_dims
2023-03-06 02:58:11 +00:00
changzherui b460178e05 modify func add 2023-03-05 22:57:18 +08:00
hw_hz eefe9ef92b fillv2 vmap support when shape is a tensor 2023-03-03 11:02:27 +08:00
i-robot 54b980e2ad
!49664 Fix testcase
Merge pull request !49664 from huangbingjian/fix_testcase
2023-03-03 01:50:03 +00:00
i-robot bea6862c57
!49560 bug fix
Merge pull request !49560 from liubuyu/bug_fix
2023-03-02 12:46:05 +00:00
huangbingjian 1c6bc212cb Fix testcase 2023-03-02 16:34:03 +08:00
i-robot 33ad052c3a
!49591 [api] Rename soft_shrink
Merge pull request !49591 from shaojunsong/fix/softshrink
2023-03-02 06:51:41 +00:00
i-robot 1c4e24f1b1
!48317 [ST][MS][OPS] Fix operation validation issues.
Merge pull request !48317 from alashkari/val-updates
2023-03-02 06:35:22 +00:00
i-robot ed363cde09
!49522 adapt make_tuple tensor type
Merge pull request !49522 from hujiahui8/tuple
2023-03-01 11:21:15 +00:00
i-robot d100945336
!48924 Support dynamic shape for AOT custom op
Merge pull request !48924 from zichun_ye/custom_op_dyn
2023-03-01 08:54:06 +00:00
shaojunsong 7b2fa2f655 fix soft shrink error 2023-03-01 15:13:38 +08:00
hujiahui8 2c83810505 adapt make_tuple tensor type 2023-03-01 14:45:37 +08:00
i-robot c41797b891
!49291 change_dropout_keep_prob_to_p_master
Merge pull request !49291 from yide12/tensor_nansum_master
2023-03-01 06:30:24 +00:00
fan-jibin 9e9f826584 add gather batch_dims 2023-03-01 09:49:59 +08:00
i-robot aa2b53887d
!49540 fix input type bug of logical_not
Merge pull request !49540 from wtcheng/master
2023-03-01 01:24:48 +00:00
lby 129854dd74 acl bug fix 2023-03-01 09:10:44 +08:00
i-robot 4327f95b91
!49250 upgrade_ascend_20270222_master
Merge pull request !49250 from 胡彬/upgrade_ascend_20230222_master
2023-02-28 14:13:00 +00:00
w00517672 b2a482fb04 fix input type bug of logical_not 2023-02-28 19:34:13 +08:00
Zichun Ye 09e0c8abe8 support dyn shape for aot custom op
fix code check problem

fix pynative infer

use python infer function in non-dyn  cases

fix cpp infer functions

add attr in infer function

fix code check problem

drop macosx platform

fix magic number

drop lite

fix magic number

drop lite

fix lite build

fix lite build

update custom op infer api

update custom op infer api

add copy right

move code to ccsrc

drop space

drop space

update reg info

update reg info

update file dir
2023-02-28 17:12:02 +08:00
i-robot 9bb4562071
!49490 modify and remove ScatterUpdate gpu testcases
Merge pull request !49490 from zhengzuohe/scatter_nd_update_test
2023-02-28 08:01:56 +00:00
hbhu_bin 224c726d82 upgrade_ascend_20230222_master 2023-02-28 15:14:56 +08:00
i-robot 979297a1a9
!49342 If the abstract of Tensor is AbstractScalar, return scalar instead of Tensor.
Merge pull request !49342 from huangbingjian/scalar_type
2023-02-28 03:51:06 +00:00
i-robot e925e5b214
!49471 调整Ascend算子DeformableOffsets用例等级
Merge pull request !49471 from hedongdong/CIE_LEVEL0
2023-02-28 03:48:00 +00:00
huangbingjian b217bbed1b Support return scalar type in graph mode.
If the abstract of Tensor is AbstractScalar, return scalar instead of
Tensor.
2023-02-28 07:56:45 +08:00
i-robot 3a1f1b1c4b
!49157 update logspace api
Merge pull request !49157 from Henry Shi/logspace
2023-02-27 19:39:42 +00:00
alashkari bae0d1f79d Updated ops.div & Tensor.div.
Added ops.lstsq, Tensor.lstsq, Tensor.mvlgamma, Tensor.matmul, Tensor.maximum, Tensor.ne & Tensor.neg to docs.
Added ops.unfold & Tensor.unfold STs.
Updated ops.argmax.
2023-02-27 13:36:39 -05:00
zhengzuohe dfb8775e20 modify and remove ScatterUpdate gpu testcases that do not meet the requirement of inrepetitive indices 2023-02-27 21:29:47 +08:00
i-robot 21e787b00e
!49439 sequence addn cpu kernel
Merge pull request !49439 from chenweifeng/sequence-addn
2023-02-27 12:44:52 +00:00
yide12 3001c0344c change_dropout_keep_prob_to_p_master 2023-02-27 20:03:24 +08:00
i-robot c2a1ad5b7a
!48801 add_ops_std_var_and_mean
Merge pull request !48801 from yide12/tensor_std_master
2023-02-27 10:01:05 +00:00
hedongdong 39cd1e43d4 update testcase levels for DeformableOffsets 2023-02-27 17:07:42 +08:00
wilfChen 02bc8951c4 sequence addn 2023-02-27 15:06:34 +08:00
huoxinyou c47bc41af7 tuple equal ops 2023-02-27 09:35:15 +08:00
yide12 2e6424c716 add_std_var_and_mean 2023-02-25 19:05:08 +08:00
Henry 269e0e78cf logspace 2023-02-25 15:05:26 +08:00
hujiahui8 8d9f2ace6e tuple operator: sequence_lt and sequence_le 2023-02-25 11:41:39 +08:00
i-robot 88a5240aad
!49233 add sequence greater_than/equal ops & grad ops
Merge pull request !49233 from Yanzhi_YI/master
2023-02-25 01:58:04 +00:00
i-robot 4d9543df6f
!48904 kernel_mod support tupleoftensor
Merge pull request !48904 from huoxinyou/0214tuple_of_tensor
2023-02-24 12:06:33 +00:00
yiyanzhi_akane e97e35dffe add sequence greater_than/equal ops & grad ops 2023-02-24 17:08:47 +08:00
i-robot 026c8d9084
!48988 Add GRUV2Grad OPS IMPL
Merge pull request !48988 from yangluhang/gruv2_grad
2023-02-24 07:26:53 +00:00
huoxinyou 720cfcc364 kernel_mod support tupleoftensor 2023-02-24 11:43:34 +08:00
i-robot cafa6ca2e3
!49256 bool_not算子补充
Merge pull request !49256 from huoxinyou/0222_boolnot
2023-02-24 03:38:29 +00:00
i-robot d2d03071b6
!49300 Fix roi pooling CI failure.
Merge pull request !49300 from xiaohanzhang/fix_roi_pooling
2023-02-24 02:00:06 +00:00
shaw_zhang 9f6b54efeb Fix roi pooling ci failure. 2023-02-23 20:27:39 +08:00
yangluhang fd0478816f Add GRUV2Grad OPS IMPL 2023-02-23 19:50:28 +08:00
hedongdong b45df8238d update testcase levels for index_fill and print 2023-02-23 18:42:43 +08:00
i-robot a54196a518
!49281 delete testcase
Merge pull request !49281 from zhupuxu/delete_test_code
2023-02-23 09:14:54 +00:00
huoxinyou 83168d78c5 bool_not cpu ops 2023-02-23 14:42:36 +08:00