Commit Graph

263 Commits

Author SHA1 Message Date
i-robot d6bbef46ee
!35448 add deformable offsets grad op for Ascend
Merge pull request !35448 from guoqi/deformable_offsets_grad
2022-06-11 07:39:42 +00:00
i-robot 090c400eee
!35730 fix test for funtion api
Merge pull request !35730 from zhangyinxia/master
2022-06-11 02:06:44 +00:00
i-robot e7a32b1f53
!35654 Add testcases for ScatterUpdateof and SetItem on dynamic shape tensors
Merge pull request !35654 from zhengzuohe/shrink_axis_mask
2022-06-10 11:39:00 +00:00
jiaorui ed237f96c5 fix ci error 2022-06-10 17:22:23 +08:00
guoqi b68e7d5045 add deformable offset grad operator for Ascend 2022-06-10 15:14:17 +08:00
zhengzuohe 5b62f41523 add nested vmap testcases for ScatterUpdate
add testcases of SetItem for dynamic shape tensors
2022-06-10 11:07:54 +08:00
tronzhang 9a2fc5785d add functional and tensor interface for gatherd 2022-06-09 18:00:08 +08:00
i-robot eafd35217a
!33569 add hswish operator
Merge pull request !33569 from jjfeing/add_hswish_operator
2022-06-09 06:19:38 +00:00
i-robot 4f07986eae
!35440 Add testcases for ScatterUpdate and unify the testing codes of ScatterMin/Max/Update
Merge pull request !35440 from zhengzuohe/test_scatterupdate
2022-06-09 03:20:59 +00:00
jjfeing 5f8af95bb6 add hardswish & hardswishgrad 2022-06-09 10:51:38 +08:00
i-robot 1ae90cbaea
!35439 AdamApplyOneWithDecay support dynamic shape
Merge pull request !35439 from Yanzhi_YI/adam_with_decay
2022-06-08 07:54:15 +00:00
i-robot e5d57a316e
!35534 fixed bug in st cases of reflectionpad
Merge pull request !35534 from shaojunsong/fix/st_reflectionpad
2022-06-08 06:12:07 +00:00
zhengzuohe 9cda5eac64 add testcases for ScatterUpdate and unify the testing codes of ScatterMin/Max/Update 2022-06-08 11:50:30 +08:00
yiyanzhi_akane 1e18fe3574 AdamApplyOneWithDecay support dynamic shape 2022-06-08 09:53:01 +08:00
i-robot 37422cd424
!35567 add deformable offsets test
Merge pull request !35567 from zhangyinxia/master
2022-06-08 01:20:17 +00:00
zhangyinxia 28193d3c97 add test for deformable_conv 2022-06-07 20:49:48 +08:00
i-robot c8d964aff6
!34619 AdaptiveMaxPool2D support ascend platform.
Merge pull request !34619 from linqingke/adative_maxpool_2d_support_ascend
2022-06-07 12:31:34 +00:00
shaojunsong 6f9e4ccedc fixed reflectionpad bug in st cases of acend and cpu 2022-06-07 15:34:33 +08:00
linqingke 632eb99304 AdativeMaxpool2D support ascend platform. 2022-06-07 12:13:08 +08:00
i-robot e6686ba1c9
!35194 Add dynamic and vmap support for NLLLossGrad in Ascend.
Merge pull request !35194 from TronZhang/nlllossgrad
2022-06-07 03:04:12 +00:00
i-robot 7cb5f8a103
!35239 op tiling for KLDivLoss and adapt vmap st
Merge pull request !35239 from xulei/kldiv
2022-06-07 02:17:06 +00:00
i-robot 06824b4a2e
!35316 gpu_testcase_level_adjust
Merge pull request !35316 from LLLRT/master
2022-06-07 02:09:14 +00:00
i-robot 621b48760b
!35347 flatten support functional and tensor interface, dynamic shape and vmap
Merge pull request !35347 from polyhedral/flatten
2022-06-06 09:50:51 +00:00
tronzhang dadcbe124f add dynamic and vmap support for nlllossgrad 2022-06-06 15:49:46 +08:00
i-robot 27cb08f4f3
!34976 AdamApplyOne support dynamic shape
Merge pull request !34976 from huoxinyou/0525adam
2022-06-06 02:49:21 +00:00
i-robot f058997021
!35071 Add feature ReflectionPad1d & ReflecitonPad2d
Merge pull request !35071 from shaojunsong/feature/reflectionPad
2022-06-04 13:00:45 +00:00
shaojunsong c0b9d74987 added reflectionpad1d and 2d 2022-06-04 17:43:49 +08:00
polyhedral 92b1459d57 flatten support functional and tensor interface, dynamic shape and vmap 2022-06-04 11:49:55 +08:00
huoxinyou e7c769eebd AdamApplyOne support dynamic shape &
ScatterNd ops's indices support int64 docs
2022-06-02 20:21:33 +08:00
i-robot 6f18373b10
!35252 add python implement and st for random gamma
Merge pull request !35252 from zhangqi/0522_2
2022-06-02 09:26:10 +00:00
i-robot 008afae4d6
!34577 renorm
Merge pull request !34577 from liubuyu/ops
2022-06-02 06:41:36 +00:00
i-robot 4b0a2ea899
!35208 [MD] Transform Unification - Phase 3: Update Smoke tests and remaining UTs
Merge pull request !35208 from cathwong/ckw_xtranuni_ut_nondataset
2022-06-02 01:03:36 +00:00
liuruotao b5b4c7c9d9 takedown gpu testcases where pass >=200 && fail==0 2022-06-01 20:37:11 +08:00
lby 4f3e385644 add renorm op 2022-06-01 14:59:00 +08:00
zhangqi d0afaf60f0 add python implement and st for random gamma 2022-06-01 11:20:36 +08:00
i-robot cfaa36be61
!35234 add st for adam weight decay op
Merge pull request !35234 from chujinjin/add_st_for_adam_weight_decay_op
2022-06-01 01:53:06 +00:00
Cathy Wong f4fd0300c6 [MD] Transform Unification - Phase 3: Update Smoke tests and remaining UTs 2022-05-31 16:14:32 -04:00
i-robot 4aaf6f8df6
!34981 Add dynamic and vmap support for `GatherD`
Merge pull request !34981 from TronZhang/gatherd_implement_more
2022-05-31 09:32:30 +00:00
chujinjin eecbb9060a add st for adam weight decay op 2022-05-31 17:06:55 +08:00
xulei 9b0cff1bd4 op tiling for KLDivLoss and adapt vmap st 2022-05-31 15:23:31 +08:00
i-robot d87af99e7c
!35152 add 1d inputs support for nn.BiDense
Merge pull request !35152 from 吕昱峰(Nate.River)/master
2022-05-31 02:55:46 +00:00
tronzhang 83280c2230 add dynamic and vmap support for gatherd 2022-05-31 09:39:43 +08:00
i-robot 1f9960ccfd
!34892 add scatter_div operator
Merge pull request !34892 from hujiahui8/scatter_div
2022-05-30 04:16:21 +00:00
lvyufeng 83f260484e add 1d inputs support for nn.BiDense 2022-05-30 10:11:38 +08:00
i-robot 071ac5425b
!35121 tensor scatter div vmap
Merge pull request !35121 from ling/merge
2022-05-30 01:25:44 +00:00
ling 956acdcc13 tensor scatter div vmap
infer shape and datatype bug

tan support GRAPH_MODE  and PYNATIVE_MODE
2022-05-28 17:29:53 +08:00
yanghaoran e1d3e6edac take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
hujiahui8 0570a13fbc add scatter_div operator 2022-05-27 15:25:36 +08:00
i-robot d5fa86fea0
!34717 Fix OneHot docs and vmap
Merge pull request !34717 from jiaoy1224/onehot
2022-05-27 03:38:26 +00:00
xulei c85bb89088 KLDivLoss for NPU 2022-05-26 16:55:16 +08:00