Commit Graph

45876 Commits

Author SHA1 Message Date
i-robot 7fa2215252
!31463 Add ArgMax(Min)WithValue to Expander
Merge pull request !31463 from jiaoy1224/argmaxwithvalue
2022-06-08 13:02:12 +00:00
liqiliang e0369d0d54 Extend the MatrixBandPart kernel to support batch. 2022-06-08 20:45:19 +08:00
polyhedral 1d21d9d2b0 fix vmap of ScatterMax 2022-06-08 19:58:13 +08:00
fanjibin dc6d60ffad add masked_fill api 2022-06-08 19:55:38 +08:00
fan-jibin 19f551149a fix intopk docs 2022-06-08 19:31:52 +08:00
i-robot 8c823836a6
!35383 Add cpu kernel for deformable_offsets
Merge pull request !35383 from YuJianfeng/deformable_conv
2022-06-08 11:13:30 +00:00
hanhuifeng2020 1f90309adf Register the host_depends inside each ope instead of an external map 2022-06-08 18:27:06 +08:00
yanghaoran 106c41a595 refactor build scripts to fit latest Ascend pacakge structure 2022-06-08 18:14:04 +08:00
i-robot ce51f5f93d
!35620 fix doc issue
Merge pull request !35620 from luoyang/code_docs_doc
2022-06-08 10:06:15 +00:00
i-robot aacf006016
!34766 add gpu deformable offset grad
Merge pull request !34766 from kisnwang/add-gpu-deformable-offset-grad
2022-06-08 09:35:03 +00:00
i-robot bf37a6ebdd
!35553 Fix the dump issue on the parameters and statistics
Merge pull request !35553 from maning202007/fix_dump_parameter
2022-06-08 09:31:52 +00:00
i-robot 0f27520ddb
!35560 Move ClipByNorm to inner interface
Merge pull request !35560 from JoyLvliang/move_clipbynorm_to_inner_interface
2022-06-08 09:27:05 +00:00
luoyang cad71ff75b fix doc issue 2022-06-08 17:25:31 +08:00
i-robot 5cd41e5940
!35501 Add ms collective ops implementation
Merge pull request !35501 from chengang/add_ms_collective_ops
2022-06-08 09:14:49 +00:00
i-robot ca49a4ef3c
!34885 Switch support tensor input.
Merge pull request !34885 from gaoyong10/dynamic_shape_03
2022-06-08 09:13:39 +00:00
i-robot 37561dc40d
!35326 Extend export/load with customized encryption functions
Merge pull request !35326 from 张澍坤/master
2022-06-08 09:04:59 +00:00
ZPaC 49c75fbe00 Move send to launch kernel method 2022-06-08 17:04:51 +08:00
zhaizhiqiang 8146e862ed fix build issue introduced by re-design cloud infer task 2022-06-08 16:58:19 +08:00
caifubi a7af2dbeec PyNative Ascend bprop graph execute by actors.
1. Update parameters' formats before CompileGraph.
2. Execute frontend pass(e.g. Eliminate duplicate nodes) after generate bprop graph.
3. Adjust the strategy for inserting TransData in bprop graph.
4. NOT SUPPORT AutoParallel now.
2022-06-08 16:56:11 +08:00
z00512249 c85cb977db add mish lrn lrn_grad vmap_rule and some test case 2022-06-08 16:43:02 +08:00
i-robot 33e737e07f
!35511 Change spelling to American English
Merge pull request !35511 from xiaotianci/fix_spelling
2022-06-08 08:41:06 +00:00
i-robot ddeaad24fd
!35386 add gpu dataformatdimmap
Merge pull request !35386 from KXiong/branch_gpu_dataformatdimmap
2022-06-08 08:35:11 +00:00
wuweikang b2ad20d939 add branch for load in trace_real_op && fixbug in ToOperator 2022-06-08 16:33:36 +08:00
i-robot 3ab8cc4af8
!35306 adapt for ascend
Merge pull request !35306 from ZPaC/ascend-adapt-ps
2022-06-08 08:21:48 +00:00
chenlei_autodiff 6b5a7898ea [GraphKernel] conv2d for lite. 2022-06-08 16:17:04 +08:00
baihuawei bdbbdfbbe0 change kl_div_grad outputs to one output 2022-06-08 16:11:51 +08:00
Xiao Tianci 2df7c5a193 fix bugs of Pad 2022-06-08 15:57:28 +08:00
chenfei bcd6ad95a3 add test ut 2022-06-08 15:56:40 +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 dc6bee390e
!33385 UpsampleNearest3D GPU operator
Merge pull request !33385 from tom_chen/upsample
2022-06-08 07:52:04 +00:00
liu-yongqi-63 9645879bd5 The verification position is wrong, modify the verification position of the CelebADataset dataset parameter decrypt in the Python layer 2022-06-08 15:36:40 +08:00
i-robot ff6a2a1c8d
!35477 add flatten weight adam weight decay st
Merge pull request !35477 from kisnwang/add-adam-weight-decay-flatten-weight-st
2022-06-08 07:17:41 +00:00
i-robot 37f115a0ef
!35605 modify format
Merge pull request !35605 from 俞涵/code_docs_0606
2022-06-08 07:12:16 +00:00
zhangxuetong 6840915a49 fix apply proximal adagrad vmap bug 2022-06-08 15:01:50 +08:00
huodagu 85a5e03e9a modify format 2022-06-08 14:40:53 +08:00
i-robot b041966ea2
!35578 [MS][LITE][STABLE][UT]bfc code ut test
Merge pull request !35578 from chenjianping/master_dev2
2022-06-08 06:39:22 +00:00
i-robot 7c25d8ed02
!35562 onehot last dim check
Merge pull request !35562 from TuDouNi/gumbelsoftmax2
2022-06-08 06:39:01 +00:00
i-robot b76a64d1fa
!35554 update pdist docs
Merge pull request !35554 from hemaohua/master
2022-06-08 06:34:38 +00:00
i-robot 4ae05706e5
!35381 Add MatrixSolve Op CPU Kernel
Merge pull request !35381 from zhujingxuan/MatrixSolve
2022-06-08 06:24:06 +00:00
i-robot a3d76a0f8c
!35451 optimizes the documentation of ApplyMomentum
Merge pull request !35451 from zhangfanghe/code_doc_ApplyMomentum_606
2022-06-08 06:16:56 +00:00
ling 60e7d1f947 tan support complex 2022-06-08 14:14:01 +08: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
i-robot 0df02d8b7d
!35571 bug fix for wrong transform usage
Merge pull request !35571 from zhujingxuan/fix
2022-06-08 06:00:16 +00:00
i-robot f4a9a175bc
!35503 [MS][LITE][parallel predict] java support set output data
Merge pull request !35503 from yefeng/334-Java_api_support_user_set_output_data_addr
2022-06-08 05:53:37 +00:00
i-robot f3b70ff9db
!33092 numa
Merge pull request !33092 from TuDouNi/numa
2022-06-08 05:30:09 +00:00
i-robot 539be854ba
!35371 fix rewrite bug
Merge pull request !35371 from 于振华/rewrite_r1.8_fix
2022-06-08 04:54:59 +00:00
jpc_chenjianping 6c818f01d3 ut|bfc code 2022-06-08 12:22:32 +08:00
i-robot eb170d72fd
!35397 [MD] Optimize eager mode by removing extra tensor conversions
Merge pull request !35397 from Mohammad Motallebi/optimize_execute
2022-06-08 04:12:52 +00:00
i-robot 3db02540ad
!35529 Update Raises in ScatterUpdate doc
Merge pull request !35529 from zhengzuohe/doc_for_scatterupdate
2022-06-08 04:03:23 +00:00
i-robot 82e560b0be
!35594 fix desciption problems
Merge pull request !35594 from 吕昱峰(Nate.River)/code_docs_fix
2022-06-08 03:55:44 +00:00