Commit Graph

9689 Commits

Author SHA1 Message Date
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
chujinjin eecbb9060a add st for adam weight decay op 2022-05-31 17:06:55 +08:00
i-robot 2eefb34afd
!35180 Add vmap and it's tests.
Merge pull request !35180 from liqiliang/vmap_and_dynamic_and_tests
2022-05-31 08:14:15 +00:00
zhujingxuan b92c902a2f Add Linspace functional API && enable batch support && float64 support 2022-05-31 16:08:03 +08:00
zjun dcf58cd750 Add auto dynamic shape check
Signed-off-by: zjun <zhangjun0@huawei.com>
2022-05-31 15:52:46 +08:00
caifubi c2ce8377c6 add owners 2022-05-31 15:37:06 +08:00
xulei 9b0cff1bd4 op tiling for KLDivLoss and adapt vmap st 2022-05-31 15:23:31 +08:00
Zhang Qinghua a89b662b62 Change the weight parameter to FV parameter in FuncGraph, and add ST cases. 2022-05-31 14:27:15 +08:00
lizhenyu 0b27a636be Add embedding cache scheduler 2022-05-31 14:19:54 +08:00
i-robot 875f06f060
!35206 [MD] Transform Unification Feature - ToTensor op: Remove Python implementation and regenerate md5 golden result files
Merge pull request !35206 from cathwong/ckw_xtranuni_code4_to_tensor_new_golden
2022-05-31 03:08:44 +00: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
i-robot d7ac70d50a
!35099 [assistant][Vad]
Merge pull request !35099 from chenchen/vad
2022-05-31 02:48:32 +00:00
i-robot fedccd0d63
!34529 Support specific data set decryption
Merge pull request !34529 from 刘勇琪/master-decrypt-column
2022-05-31 02:47:19 +00:00
z30020733 942d49e693 Add broadcast_to op api 2022-05-31 10:37:43 +08:00
r1chardf1d0 15c7ba2087 julia only support x86_64 2022-05-31 10:15:13 +08:00
tronzhang 83280c2230 add dynamic and vmap support for gatherd 2022-05-31 09:39:43 +08:00
i-robot 515e54d361
!35118 [ME] Support Raise list and tuple, prompt user variable scenario error when raising Tensor.
Merge pull request !35118 from Margaret_wangrui/raise_tensor_list_tuple
2022-05-31 01:37:04 +00:00
i-robot 8cabd14dcd
!35182 [bug] fix taylor rule of log
Merge pull request !35182 from chenzhuo/taylor_log
2022-05-31 01:33:29 +00:00
liqiliang 3f1c71e04a Add vmap and it's tests. 2022-05-31 09:26:13 +08:00
i-robot d7deca2848
!34664 gather: add vmaprule for gather operation
Merge pull request !34664 from 吕浩宇/gather_vmap
2022-05-31 01:18:08 +00:00
i-robot a4785b9baa
!35134 [MD] Adding docstrings for minddata UT Python Part 3
Merge pull request !35134 from davidanugraha/add_dataset_test_comment_part3
2022-05-30 22:29:05 +00:00
David 34d3755e20 Added docs to ut part 3 2022-05-30 16:16:46 -04:00
i-robot 2886ecd6d1
!35147 [MD] Transform Unification Feature - OneHot op: Add smoothing_rate parm
Merge pull request !35147 from cathwong/ckw_smoothing_rate
2022-05-30 17:23:32 +00:00
Cathy Wong 1136ee3ffd [MD] Transform Unification Feature - ToTensor op: Remove Python implementation, regenerate golden files 2022-05-30 11:13:29 -04:00
i-robot 68b3a906dc
!31584 [feat][assistant][I48O63] add checknumerics
Merge pull request !31584 from 郑鹏飞/checknumerics
2022-05-30 13:00:29 +00:00
wangrao124 86c16f8b96 Refactor SparseProcess 2022-05-30 19:53:43 +08:00
i-robot f2df6b621c
!34834 Add PadToSize transform
Merge pull request !34834 from xiaotianci/add_pad_to_size
2022-05-30 11:42:45 +00:00
i-robot 509fb1e776
!34550 add model.fit and refactor callbacks
Merge pull request !34550 from liutongtong9/add_fit
2022-05-30 11:32:20 +00:00
i-robot 6da5b976e6
!35189 update owner
Merge pull request !35189 from kisnwang/update-owner
2022-05-30 11:22:49 +00:00
i-robot 1d787766bd
!31985 [assistant][ops] Add new Mv
Merge pull request !31985 from wxy220/Mv
2022-05-30 10:58:14 +00:00
kswang 7b5241d5c2 update owner 2022-05-30 17:34:23 +08:00
i-robot e87441763d
!35173 [MS][LITE]optimize scatter_cpu performance
Merge pull request !35173 from mengyuanli/optimize_scatter_elements_performance
2022-05-30 09:15:19 +00:00
lvhaoyu fadd7da5ef gather: add vmap rule for gather operations
Signed-off-by: lvhaoyu <lvhaoyu@huawei.com>
2022-05-30 16:59:00 +08:00
i-robot 922c8cc2ab
!34975 modify vmap rule for masked-select
Merge pull request !34975 from yangzhenzhang/modify-vmap-rule-for-masked-select
2022-05-30 08:31:13 +00:00
chenzhuo 73038f9d02 fix taylor rule of log 2022-05-30 16:26:15 +08:00
i-robot 256303c6ef
!35004 AdaptiveMaxPool2D op.
Merge pull request !35004 from gaoyong10/dynamic_shape_04
2022-05-30 07:36:24 +00:00
mengyuanli c5ead2f264 optimize scatter elements performance 2022-05-30 15:13:26 +08:00
i-robot 2b4b921d83
!34957 fix bug of slice calculate error
Merge pull request !34957 from lianliguang/master
2022-05-30 06:54:52 +00:00
“yzm” 22a4d36332 [feat] [assistant] [I471DS] add new Ascend operator ScatterNdMin 2022-05-30 14:53:19 +08:00
i-robot 852f89b757
!34710 fix bug of list convert
Merge pull request !34710 from lianliguang/supported-list-slice-assign
2022-05-30 06:43:55 +00:00
liu-yongqi-63 ea336c3109 Support specific data set decryption 2022-05-30 14:42:35 +08:00
i-robot 51dceddec1
!33241 [feat][assistant][I48O73] add new operator log1p
Merge pull request !33241 from 郑鹏飞/log1p_new
2022-05-30 06:34:48 +00:00
i-robot 51c1918011
!34849 add bernoulli ops include func, Tensor interface, GPU kernel and docs.
Merge pull request !34849 from jiangshuqiang/add_bernoulli_
2022-05-30 06:34:08 +00:00
lby bcf1dfe963 compile macro 2022-05-30 13:50:09 +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
zheng_pengfei ffda33b732 [feat][assistant][I48O63] add checknumerics 2022-05-30 12:02:46 +08:00
i-robot f8d767d734
!34928 Add support on CPU platform for op: svd
Merge pull request !34928 from zhuyuxiao/I51VRQ
2022-05-30 03:01:10 +00:00
i-robot 6eef2b9826
!35094 add lp_norm vmap and dynamic shape test case.
Merge pull request !35094 from zhuzhongrui/pub_master2
2022-05-30 02:53:52 +00:00
i-robot 8a8985fcb2
!35005 Solve integer division by zero issue for ScatterNdDiv
Merge pull request !35005 from zhujingxuan/scatter
2022-05-30 02:51:44 +00:00
i-robot d85bc1a608
!33986 [assistant] [ops] Add new array operator Relu and ReluGrad
Merge pull request !33986 from 叶哲/relugrad
2022-05-30 02:44:28 +00:00
chenx2ovo e13df22d96 [feat][assistant][I3CEGK] add op vad 2022-05-30 10:42:33 +08:00
Margaret_wangrui a4c2cdf2b2 [ME] Support Raise list and tuple, prompt user variable scenario error when raising Tensor. 2022-05-30 10:27:25 +08:00
hesham f9128c2f16 [MD] Transform Unification Feature - OneHot op: Add smoothing_rate parm 2022-05-29 22:19:04 -04:00
lvyufeng 83f260484e add 1d inputs support for nn.BiDense 2022-05-30 10:11:38 +08:00
caifubi 40338dd0fa add commiter owners 2022-05-30 10:06:59 +08:00
i-robot 0da7893589
!33363 [assistant][ops] Add new Isreal
Merge pull request !33363 from 毕水秀/Isreal
2022-05-30 01:43:16 +00:00
i-robot 071ac5425b
!35121 tensor scatter div vmap
Merge pull request !35121 from ling/merge
2022-05-30 01:25:44 +00:00
i-robot 57f66960ae
!35081 fix-output_shape_doc
Merge pull request !35081 from luoyang/fix-output_shape_doc
2022-05-30 01:22:29 +00:00
i-robot 3d0e975c90
!34784 PyNative Bprop run in Graph.
Merge pull request !34784 from caifubi/master-pynative-run-in-graph-dev-ci
2022-05-30 01:13:52 +00:00
i-robot 607ba8581c
!35110 Add Parameter input test cases, remove side effect propagate for Identity op, and fix compile performance problem.
Merge pull request !35110 from 张清华/opt_parameter
2022-05-30 01:12:00 +00:00
i-robot 359551ba3f
!35111 fix op fusion
Merge pull request !35111 from liubuyu/usb
2022-05-30 01:07:33 +00:00
zheng_pengfei 1c7707eb4c [feat][assistant][I48O73] add new operator log1p 2022-05-29 23:05:07 +08:00
i-robot abccd6e0e1
!34973 Add st for fallback constant control flow with 230,231,232
Merge pull request !34973 from huanghui/control-for-fallback
2022-05-29 12:38:51 +00:00
i-robot 0614011377
!34763 Support rpc dynamic shape.
Merge pull request !34763 from ZPaC/support-rpc-dynamic
2022-05-29 11:17:38 +00:00
lby 2078f2c75f is dynamic impl 2022-05-29 16:57:42 +08:00
jiangshuqiang 0449f91f47 add bernoulli ops include func, Tensor interface, GPU kernel and docs. 2022-05-29 13:38:06 +08:00
i-robot 998a38b541
!34986 fix output information
Merge pull request !34986 from huangbingjian/fix_information
2022-05-29 03:58:41 +00:00
i-robot ccc8c2744e
!33814 [feat] [assistant] [ops] [I4ZZV4,I4ZZV5] New GPU operator implementation, include tril,triu
Merge pull request !33814 from 路雄博/Tril_GPU
2022-05-29 03:11:33 +00:00
Henry Shi 63bd6f035b operators:Softmin & SiLU 2022-05-29 10:42:31 +08:00
Zhang Qinghua 31ab2accae Add Parameter input test cases, remove side effect propagate for Identity op, and fix compile performance problem. 2022-05-28 21:03:42 +08: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
i-robot d70fe9e7da
!34805 support const iterator For
Merge pull request !34805 from 于振华/rewrite_for_unfold_0518
2022-05-28 08:45:22 +00:00
z00512249 ac4fa51780 add lp_norm vmap and dynamic shape test case. 2022-05-28 16:33:05 +08:00
lby 8aabd90519 fix op fusion 2022-05-28 15:45:52 +08:00
i-robot 087d122f9f
!34980 [ME] raise only supports some Python standard exception types.
Merge pull request !34980 from Margaret_wangrui/raise_type
2022-05-28 07:38:22 +00:00
zhuyuxiao dc8cb8513c add support on CPU platform for op: svd 2022-05-28 15:36:43 +08:00
gaoyong10 cd044f7446 AdaptiveMaxPool2d op. 2022-05-28 15:34:27 +08:00
i-robot 21fcad9a04
!35072 take down testcases that are passing all the time
Merge pull request !35072 from yanghaoran/master
2022-05-28 07:19:04 +00:00
NBUFabio 6c9f39c47e [feat] [assistant] [I54KH8] [I54KHA] add new operator Relu and ReluGrad 2022-05-28 15:06:21 +08:00
i-robot 6658de4ed6
!33765 [assistant][ops] Add NonZero
Merge pull request !33765 from 张渝/NonZero
2022-05-28 06:31:14 +00:00
lianliguang 7819fab99c fix bug of calculate slice size 2022-05-28 14:10:59 +08:00
lianliguang ca7bbe7828 fix bug of tuple value is not convert all tuple 2022-05-28 12:32:13 +08:00
Xiao Tianci f34f053aea add PadToSize transform 2022-05-28 11:07:51 +08:00
ZPaC ab4353206f Support rpc dynamic shape. 2022-05-28 11:07:00 +08:00
Arielxyx db3fa41c30 [feat][assistant][I4XJFZ] add new function Mv 2022-05-28 11:04:54 +08:00
liutongtong f6c8053c2b add model.fit and refactor callbacks 2022-05-28 10:33:39 +08:00
YangLuo 4e31675447 fix-output_shape_doc 2022-05-28 10:03:46 +08:00
yanghaoran e1d3e6edac take down testcases that are passing all the time 2022-05-28 09:53:29 +08:00
bsx 5f855ed8ea [feat][assistant][I4XJG6] add new Ascend operator Isreal 2022-05-28 08:57:29 +08:00
i-robot 8f57454372
!35028 [MD] Fix hanging problem in offload
Merge pull request !35028 from h.farahat/offload_hang
2022-05-27 17:25:06 +00:00
caifubi d490450270 PyNative Bprop run in Graph.
1. Dynamic structure bp graph need to be split and run op by op.
2. Static bp graph can run graph integated. (Only support
CPU/GPU/Non-DynamaiShape)
2022-05-27 23:26:46 +08:00
David 5f1849fd1c Added docs to ut part 2 2022-05-27 09:05:14 -04:00
i-robot 3aea6a2e0b
!35030 Allow the Parameter object as a construct/ms_function parameter type.
Merge pull request !35030 from 张清华/opt3
2022-05-27 12:35:07 +00:00
i-robot 56462cc071
!34486 add pdist_cpu_kernel
Merge pull request !34486 from hemaohua/pdist_push
2022-05-27 09:54:58 +00:00
i-robot e11366d4c8
!34994 fix issue: eliminate the environ node
Merge pull request !34994 from lanzhineng/issue
2022-05-27 09:21:27 +00:00
i-robot 1a30181f4f
!34913 Add testcases for Fallback control flow 310, 311, 312
Merge pull request !34913 from LiangZhibo/control
2022-05-27 09:19:51 +00:00
i-robot 7aa150ab3a
!35058 takedown testcases due to probalistic failures
Merge pull request !35058 from yanghaoran/master
2022-05-27 08:10:46 +00:00
yanghaoran c1049cea42 takedown testcases due to probalistic failures 2022-05-27 16:05:44 +08:00
i-robot ee4048a7f4
!33905 [assistant] [ops] [I4ZZU0, I4ZZU1] New GPU operator implementation, include UpperBound, LowerBound
Merge pull request !33905 from 王超/bound
2022-05-27 08:04:53 +00:00
i-robot 6ff9bc88dd
!34692 [assistant][ops]New operator implementation, include BesselY0, BesselY1, BesselK0, BesselK1, BesselK0e, BesselK1e,BesselI0, BesselKI1, BesselI0e, BesselI1e,BesselJ0,BesselJ1
Merge pull request !34692 from Wangsong95/BesselGPU
2022-05-27 07:29:37 +00:00
hujiahui8 0570a13fbc add scatter_div operator 2022-05-27 15:25:36 +08:00