Commit Graph

9689 Commits

Author SHA1 Message Date
liangzhibo 458a3d65a3 Change fallback control flow local param logic 2022-06-08 11:55:19 +08:00
yujianfeng 2d283c96df Add the implement of cpu kernel for deformable_offsets 2022-06-08 11:53:52 +08:00
zhengzuohe 9cda5eac64 add testcases for ScatterUpdate and unify the testing codes of ScatterMin/Max/Update 2022-06-08 11:50:30 +08:00
i-robot 624565f6fb
!35531 difference branches the same type
Merge pull request !35531 from lanzhineng/issue
2022-06-08 03:48:46 +00:00
chenx2ovo 6e62ed181e [feat][assistant[I3CEG6] add op resample 2022-06-08 11:46:12 +08:00
i-robot 59b9adefa2
!35499 Reduce the execution time of distributed ut cases
Merge pull request !35499 from chengang/reduce_ut_time
2022-06-08 03:38:21 +00:00
i-robot 53397921b3
!35507 [MS][LITE]add resize linear cpu kernel
Merge pull request !35507 from mengyuanli/resize_linear_1d_cpu
2022-06-08 03:31:12 +00:00
ling 313274ae66 soft shrink
unsorted segment prod num_segments type check
2022-06-08 11:22:34 +08:00
Shukun Zhang 8d92f989ab Add Customized Export With Encryption 2022-06-08 10:50:42 +08:00
i-robot 77489c3d3e
!34387 [assistant][ListDiff] add new operator ListDiff
Merge pull request !34387 from 李文轼/ListDiff
2022-06-08 02:43:58 +00:00
yiyanzhi_akane 1e18fe3574 AdamApplyOneWithDecay support dynamic shape 2022-06-08 09:53:01 +08:00
i-robot 275ee3c637
!35459 Fix GradOperation descripition and support tuple/list for 'get_by_list'.
Merge pull request !35459 from 张清华/opt
2022-06-08 01:46:39 +00:00
xiongkun 7249a25ad7 add gpu dataformatdimmap
tick

add dataformatdimmap

add dataformatdimmap

add dataformatdimmap

add dataformatdimmap

add dataformatdimmap
2022-06-08 09:43:07 +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
kswang 410402ba6b add gpu deformable offset grad 2022-06-08 09:09:05 +08:00
i-robot 4f97ed5fb0
!35550 Fix the mish_grad test case.
Merge pull request !35550 from liqiliang/mishgrad-cpu
2022-06-08 00:00:48 +00:00
i-robot 802cfc8950
!34611 Trunc Operator for CPU
Merge pull request !34611 from Mina/master
2022-06-07 23:01:00 +00:00
tom__chen b4c0635d53 upsample_nearest_3d GPU operator 2022-06-07 10:43:53 -04:00
i-robot e84b1b3197
!35351 add determinant data_type && add vmap rule
Merge pull request !35351 from zhuzhongrui/pub_master
2022-06-07 13:17:24 +00:00
7347157+joylvliang@user.noreply.gitee.com e8bc5e59e7 move_clipbynorm_to_inner_interface 2022-06-07 21:01:04 +08:00
i-robot 63fbca95a4
!35172 support S string input in GE mode/ocr ops/scope fusion attr
Merge pull request !35172 from chenmai1102/cm_master
2022-06-07 12:55:08 +00:00
zhangyinxia 28193d3c97 add test for deformable_conv 2022-06-07 20:49:48 +08:00
Yang Jiao ecf69c41af expand argmaxminwithvalue 2022-06-07 20:41:19 +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
i-robot ea4c18db2b
!35199 modify ssd_mobilenet_fpn testcase
Merge pull request !35199 from anzhengqi/modify-modelzoo-testcase
2022-06-07 12:26:09 +00:00
i-robot 6fe64a18c9
!34770 Add gpu DeformableOffsets
Merge pull request !34770 from tanghuikang/gpu_deformable_offset
2022-06-07 10:55:50 +00:00
i-robot 1617f280d3
!33752 Add the GPU version of GridSampler2D/GridSampler2DGrad and GridSampler3D/GridSampler3DGad operators
Merge pull request !33752 from dessyang/grid_sampler_gpu_ops_dev
2022-06-07 10:54:50 +00:00
i-robot 911b7b9950
!33331 gpu priority replay buffer implement
Merge pull request !33331 from chenweifeng/priority-replay-buffer-gpu-kernel
2022-06-07 10:39:57 +00:00
i-robot 8f51b50547
!35393 Add tensor and functional interface for ScatterNdMul and ScatterNdMax operator.
Merge pull request !35393 from hezhenhao1/add_scatter_max
2022-06-07 09:49:34 +00:00
i-robot b8a0522b56
!35297 [kernel]add the vmap of apply proximal adagrad
Merge pull request !35297 from 张学同/applyproximaladagrad_gpu
2022-06-07 09:40:56 +00:00
liqiliang 6409772e72 Fix the mish_grad test case. 2022-06-07 17:18:17 +08:00
wilfChen bea37279ff gpu priority replay buffer 2022-06-07 16:08:08 +08:00
yuzhenhua fa60ab7c84 fix rewrite bug 2022-06-07 15:45:16 +08:00
i-robot e5d53e4c02
!34942 [bug] fix jet and grad input check error in graph mode
Merge pull request !34942 from chenzhuo/master
2022-06-07 07:35:04 +00:00
shaojunsong 6f9e4ccedc fixed reflectionpad bug in st cases of acend and cpu 2022-06-07 15:34:33 +08:00
lanzhineng c864d6a55c difference branches the same type 2022-06-07 15:07:14 +08:00
i-robot d9ff3dd395
!35375 fix handle builtin func in loop body
Merge pull request !35375 from huanghui/fix-fallback
2022-06-07 07:06:27 +00:00
mengyuanli 4444ecc668 add resize linear 1d cpu 2022-06-07 15:00:29 +08:00
Zhang Qinghua ce39353421 Fix GradOperation descripition and support tuple/list for 'get_by_list'. 2022-06-07 14:21:58 +08:00
z00512249 cb1f8886e0 add determinant data_type && add vmap rule 2022-06-07 14:21:45 +08:00
i-robot 568278684d
!34540 UpsampleTrilinear3D GPU Kernel
Merge pull request !34540 from danishfarid/UpsampleTrilinear3D
2022-06-07 06:07:34 +00:00
i-robot ec65b96074
!34252 [CPU operator] Add ReNorm CPU operator
Merge pull request !34252 from Xiaoda/127-add-renorm-op
2022-06-07 05:47:46 +00:00
i-robot 87c21bdc5c
!35335 Add pass to convert unused tuple output parameter to make_tuple
Merge pull request !35335 from YuJianfeng/mutable
2022-06-07 04:18:42 +00:00
linqingke 632eb99304 AdativeMaxpool2D support ascend platform. 2022-06-07 12:13:08 +08:00
i-robot ae2c2c34f3
!35288 batchtospacend support tensor/func/vmap
Merge pull request !35288 from r1chardf1d0/bts
2022-06-07 03:59:47 +00: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 d740fe74c2
!35231 Tensor getitem & setitem support dynamic shape on ascend platform
Merge pull request !35231 from huoxinyou/0526tensorslice
2022-06-07 02:58:15 +00:00
zhangxuetong 355edf2e55 support apply_proximal_adagrad vmap 2022-06-07 10:56:56 +08:00
i-robot 526b1ebedc
!35273 Op ScatterNd, rewrite infer function with c++, supports vmap, supports dynamic shape on Gpu and Ascend.
Merge pull request !35273 from DeshiChen/0527_scatternd_dynshape
2022-06-07 02:54:09 +00:00
zhujingxuan 513f28fadb Add MatrixSolve Op 2022-06-07 10:44:39 +08:00
Xiao Tianci fd9598dabc change spelling of some words 2022-06-07 10:30:59 +08:00
i-robot 8d84471f89
!35413 [MD] Transforms Unification - Phase 4: Add deprecation warning for c_transforms and py_transforms.py
Merge pull request !35413 from cathwong/ckw_xtranuni_code5_depr_warn
2022-06-07 02:17:09 +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
chenzhuo 4f7c9ffc80 fix jet input check error in graph mode 2022-06-07 10:08:16 +08:00
kswang 5450fa2551 add flatten weight adam weight decay st 2022-06-07 10:03:25 +08:00
i-robot 7b5287ffc7
!35475 fix scatter max gpu kernel and code check
Merge pull request !35475 from polyhedral/max
2022-06-07 02:00:23 +00:00
i-robot c3bfbf2c3c
!35479 fix axis check range
Merge pull request !35479 from looop5/vmap_axis
2022-06-07 01:57:38 +00:00
i-robot 74b9ef095e
!35322 Adapt MatrixDiagPartV3 GPU to new API
Merge pull request !35322 from zhujingxuan/MatrixDiagPart
2022-06-07 01:49:49 +00:00
huanghui b0daae6137 fix handle builtin func in while body 2022-06-07 09:14:15 +08:00
Cathy Wong 780da6e141 [MD] Transform Unification - Phase 4: Add deprecation warning for
c_transforms.py and py_transforms.py
2022-06-06 13:54:13 -04:00
Parallels e93769eb62 reduce the execution time of distributed ut 2022-06-06 23:24:44 +08:00
dessyang 801763172a Add GPU version of GridSampler2D/GridSampler3D and GridSampler2DGrad/GridSampler3DGrad operators
adapt to new NativeGpuKernelMod interface
2022-06-06 09:54:16 -04:00
i-robot 17d2e1e1dd
!32411 [assistant][ops] Add BlackmanWindow
Merge pull request !32411 from 张渝/blankman_window
2022-06-06 13:33:06 +00:00
hezhenhao1 bf6340504d Add functional doc and interface for ScatterNdMul and ScatterNdMax operator. 2022-06-06 20:39:02 +08:00
looop5 6c24a18dff fix axis check range 2022-06-06 19:38:46 +08:00
tanghuikang 3e0b3a2ce0 Add gpu DeformableOffsets 2022-06-06 19:17:04 +08:00
polyhedral bd7278de51 fix scatter max gpu kernel and code check 2022-06-06 18:58:38 +08: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
zhujingxuan 40899613ca adapt MatrixDiagPartV3 GPU to new API 2022-06-06 17:33:18 +08:00
i-robot dfd7daabd4
!31638 [assistant][ops] Add new Ldexp
Merge pull request !31638 from wxy220/Ldexp
2022-06-06 08:39:22 +00:00
tronzhang dadcbe124f add dynamic and vmap support for nlllossgrad 2022-06-06 15:49:46 +08:00
i-robot 8026412d84
!35305 Fix some remaining problems of Pad
Merge pull request !35305 from xiaotianci/fix_pad
2022-06-06 07:28:21 +00:00
Xiaoda Zhang 3d074d7281 add renorm cpu implementation; vmap for renorm 2022-06-06 14:23:43 +08:00
r1chardf1d0 21113f1788 batch_to_space_nd 2022-06-06 14:21:57 +08:00
i-robot f5814afc26
!35122 support is_dynamic_impl
Merge pull request !35122 from liubuyu/dynamic
2022-06-06 06:02:26 +00:00
liyuanshuo123@yeah.net fd0a70042b [feat][assistant][I48O8I] add new ascend operator ListDiff 2022-06-06 13:39:21 +08:00
chenmai1102 16e74974f3 support S string input in GE mode 2022-06-06 11:48:12 +08:00
dayschan 90d026dfbb Op ScatterNd, rewrite infer function with c++, supports vmap, supports dynamic shape on Gpu and Ascend. 2022-06-06 11:44:33 +08:00
yanghaoran bd303abb5b takedown testBGCF_amazon_beauty to ensure gate stability 2022-06-06 11:24:34 +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 99942cb39e
!35344 Add col2im and csr_sparse_matrix_to_sparse_tensor operator primitive interface.
Merge pull request !35344 from liangchenghui/add_csr_primitive
2022-06-06 01:48:03 +00:00
danishfarid 722e88995a UpsampleTrilinear3D added
changed to new base class for GPU

working changes + checks

final updates + lint fixes

code check fixes

lint fix 2

lint fix 3

lint fix 4

lint fix final

fix

minor fix

minor fix 2

removed merge marker

address comments

commit fix

comments addressed
2022-06-05 16:52:36 +00:00
i-robot 9e06255cef
!31784 [assistant][ops] Add new Outer
Merge pull request !31784 from wxy220/outer
2022-06-05 15:27:19 +00:00
gyuer 0ae2540d9a [feat][assistant][I4XJG4] add new functional Ldexp 2022-06-05 21:12:31 +08:00
huoxinyou f1a14f89fa setitem & getitem support dynamic shape 2022-06-05 19:47:48 +08:00
liangchenghui 7b0ea2e0e5 Add col2im and csr_sparse_matrix_to_sparse_tensor operator primitive interface. 2022-06-05 13:58:39 +08:00
i-robot e29229320e
!35284 [MD] Adding docstrings for minddata UT Python Part 4
Merge pull request !35284 from davidanugraha/add_dataset_test_comment_part4
2022-06-04 17:46:20 +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
minara 2446919c63 Trunc op commit 2022-06-03 08:45:54 -04:00
zy efdb47b0a1 [feat] [assistant] [I40GJ1] add new operation BlackmanWindow 2022-06-03 11:19:50 +08:00
David 229603b4b5 Added docs to ut part 4 2022-06-02 21:37:15 -04:00
i-robot dccfbdc832
!34610 TruncateDiv and TruncateMod CPU ops
Merge pull request !34610 from jaspreetsinghsambee/truncate_ops_dev
2022-06-02 15:35:28 +00:00
huoxinyou e7c769eebd AdamApplyOne support dynamic shape &
ScatterNd ops's indices support int64 docs
2022-06-02 20:21:33 +08:00
gyuer 3782bbbaaa [feat][assistant][I4XJFY] add new functional Outer 2022-06-02 17:54:21 +08:00
i-robot 0443713a5c
!33431 [assistant][ops][I48O5K] Add new sparse operator DenseToDenseSetOperation
Merge pull request !33431 from 李航/DenseToDenseSetOperation
2022-06-02 09:36:56 +00: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
Xiao Tianci 72fafb9251 fix remaining problems of Pad and PadToSize 2022-06-02 17:19:30 +08:00
i-robot 90c807acae
!35339 Replace the hostname gather operation with new cluster arch
Merge pull request !35339 from chengang/support_gather_hostnames_3
2022-06-02 09:02:09 +00:00
i-robot 59e7689876
!34991 Remove SoftDVPP related APIs
Merge pull request !34991 from xiaotianci/remove_soft_dvpp
2022-06-02 09:00:58 +00:00
i-robot b9a8a16ebf
!35276 add dataformatdimmap
Merge pull request !35276 from KXiong/branch_dataformatdimmap
2022-06-02 07:41:16 +00:00
i-robot a3731db766
!35269 Fixed text.SlidingWindow operator has a problem when width>len(list)
Merge pull request !35269 from 刘勇琪/master
2022-06-02 07:26:59 +00:00
i-robot a03d31e8ed
!35302 add nll_loss and cross_entropy for ops.functional and nn
Merge pull request !35302 from 吕昱峰(Nate.River)/nllloss
2022-06-02 07:20:14 +00:00
i-robot 376141d837
!35275 fix resnet thor base line
Merge pull request !35275 from zhaoting/master
2022-06-02 07:17:52 +00:00
i-robot 008afae4d6
!34577 renorm
Merge pull request !34577 from liubuyu/ops
2022-06-02 06:41:36 +00:00
i-robot 05afdee563
!34757 add inplace_update operator and vmaprule
Merge pull request !34757 from wangjun/inplace_ops_0523
2022-06-02 05:52:09 +00:00
i-robot 8ae7250a24
!35213 Add broadcast_to op api
Merge pull request !35213 from 朱家兴/master
2022-06-02 03:50:23 +00:00
xiongkun 219965ef9d add dataformatdimmap
add dataformatdimmap

add dataformatdimmap

add dataformatdimmap

add dataformatdimmap

add dataformatdimmap

add dataformatdimmap

add dataformatdimmap

add dataformatdimmap

add dataformatdimmap
2022-06-02 11:28:18 +08:00
Parallels 907a20192c support gather hostname through meta server node 2022-06-02 11:26:22 +08:00
lvyufeng ee30ffc3bf add nll_loss and cross_entropy for ops.functional and nn 2022-06-02 11:13:34 +08:00
i-robot e34d63a1ec
!35251 Add bprop definition of DeformableOffsets
Merge pull request !35251 from chenfei_mindspore/add-deform-offset-grad-api
2022-06-02 03:05:02 +00:00
Jaspreet Singh Sambee 27ae74f2f2 TruncateDiv and TruncateMod CPU ops 2022-06-01 22:59:38 -04:00
i-robot 1d046aa788
!35332 Add dynamic_shape tests.
Merge pull request !35332 from liqiliang/vmap_and_dynamic_and_tests
2022-06-02 02:38:19 +00:00
yujianfeng 1b7feccc37 Add pass to convert unused tuple output parameter to make_tuple 2022-06-02 09:50:06 +08:00
i-robot b19c1070ab
!35262 [Fallback][Control_flow] Remove fallback testcase from ST to UT.
Merge pull request !35262 from Margaret_wangrui/testcases
2022-06-02 01:04:19 +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
liqiliang d200f89202 Add dynamic_shape tests. 2022-06-01 17:58:33 +08:00
i-robot 2534345459
!35177 Auto Tensor Inplace in Graph Kernel(Version1.0)
Merge pull request !35177 from jiaoy1224/aot
2022-06-01 09:49:02 +00:00
anzhengqi f133f8c13d modify ssd_mobilenet_fpn testcase 2022-06-01 17:48:23 +08:00
Xiao Tianci 74a1f06362 remove soft dvpp 2022-06-01 17:45:58 +08:00
i-robot 4ec1537e7f
!34789 Add auto dynamic shape for PyNative
Merge pull request !34789 from zjun/auto_dynamic
2022-06-01 08:47:28 +00:00
zhaoting b25ec593ac fix resnet st 2022-06-01 16:00:55 +08:00
lby 4f3e385644 add renorm op 2022-06-01 14:59:00 +08:00
wangjun 1f1857c51c add inplace update 2022-06-01 13:50:17 +08:00
i-robot 6c1ea8074e
!35174 Change the weight parameter to FV parameter in FuncGraph.
Merge pull request !35174 from 张清华/opt_parameter
2022-06-01 03:32:28 +00:00
zhangqi d0afaf60f0 add python implement and st for random gamma 2022-06-01 11:20:36 +08:00
i-robot 17affba546
!33573 Refactor SparseProcess
Merge pull request !33573 from wangrao124/refactor_test_new
2022-06-01 03:18:45 +00:00
i-robot 18d785533e
!35293 takedown test_resnet_imagenet_and_thor_4p due to probalistic failures
Merge pull request !35293 from yanghaoran/takedown
2022-06-01 02:53:17 +00:00
yanghaoran b004bba6df takedown test_resnet_imagenet_and_thor_4p due to probalistic failures 2022-06-01 10:45:35 +08:00
i-robot d813a7da0a
!32828 add new Ascend operator ScatterNdMin
Merge pull request !32828 from 袁忠蜜/ScatterNdMin
2022-06-01 02:42:34 +00:00
i-robot 9351d048d4
!32164 [assistant][ops] Add new Rad2Deg
Merge pull request !32164 from wxy220/Rad2Deg
2022-06-01 02:41:27 +00:00
Margaret_wangrui afe3d2a161 [Fallback][Control_flow] Remove fallback testcase from ST to UT. 2022-06-01 10:40:20 +08:00
i-robot 991d1f2873
!35255 modify generate strategy for some parallel operators
Merge pull request !35255 from yangzhenzhang/modify-gen-strategy-for-parallel-op
2022-06-01 02:10:35 +00:00
i-robot 8f373d9466
!33775 compiled macro
Merge pull request !33775 from liubuyu/master
2022-06-01 02:02:19 +00:00
chenfei 07fa734b0c add bprop of deformable_offsets_grad 2022-06-01 09:57:01 +08:00
i-robot 4f1a8b1eef
!33877 operators: Softmin, SiLU
Merge pull request !33877 from Henry Shi/branch_operators
2022-06-01 01:53:19 +00: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
i-robot 6d4921cb1e
!35228 Add Linspace functional API && enable batch support && float64 support
Merge pull request !35228 from zhujingxuan/LinSpace
2022-06-01 01:28:40 +00:00
liu-yongqi-63 c826b1ec38 Fixed text.SlidingWindow operator has a problem when width>len(list) 2022-06-01 09:13:15 +08:00
Cathy Wong f4fd0300c6 [MD] Transform Unification - Phase 3: Update Smoke tests and remaining UTs 2022-05-31 16:14:32 -04:00
lh735291378 a659f1eb33 feat assistant I48O5K add DenseToDenseSetOperation 2022-06-01 02:56:22 +08:00
i-robot 1089d55dd9
!35216 julia testcase only support x86_64 now
Merge pull request !35216 from r1chardf1d0/julia4
2022-05-31 18:05:59 +00:00
i-robot 25a85b7f4e
!35139 Add embedding cache scheduler
Merge pull request !35139 from zyli2020/embedding_cache_unify_runtime
2022-05-31 16:49:24 +00:00
Yang Jiao 7bd719390e auto tensor inplace 2022-05-31 19:09:00 +08:00
yangzhenzhang 3df7174d25 modify gen strategy for parallel op 2022-05-31 18:41:42 +08:00
qkeys e1f26b0bfd [feat][assistant][I4XJG9] add new Ascend operator Rad2Deg 2022-05-31 17:57:25 +08: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