Commit Graph

9630 Commits

Author SHA1 Message Date
i-robot 8a90d74860
!35639 modify ckpt file chmod
Merge pull request !35639 from changzherui/mod_chmod_file
2022-06-09 07:37:52 +00:00
i-robot a6275d3726
!35032 ascend support AllToAll kernel by kernel
Merge pull request !35032 from baihuawei/alltoall
2022-06-09 06:43:50 +00:00
i-robot d87f0bea2d
!35623 Import the error for syntax "for x in xs"
Merge pull request !35623 from LiangZhibo/syntax
2022-06-09 06:30:17 +00: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 598caa37ca
!35568 Extend the MatrixBandPart kernel to support batch.
Merge pull request !35568 from liqiliang/vmap_and_dynamic_and_tests
2022-06-09 06:14:48 +00:00
i-robot fd50ac5dbf
!35380 add EarlyStopping and ReduceLROnPleatu callbacks
Merge pull request !35380 from liutongtong9/add_cbs
2022-06-09 03:42:37 +00:00
i-robot 490e502d01
!35557 add mish lrn lrn_grad vmap_rule and some test case
Merge pull request !35557 from zhuzhongrui/pub_master2
2022-06-09 03:29:02 +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
i-robot 5b6806ae36
!35641 Bugfix for gathering hostname under muti-node setting
Merge pull request !35641 from chengang/fix_gather_hostname_order
2022-06-09 03:06:44 +00:00
jjfeing 5f8af95bb6 add hardswish & hardswishgrad 2022-06-09 10:51:38 +08:00
i-robot 3e11eded32
!33594 [assistant][Resample]
Merge pull request !33594 from chenchen/Resample
2022-06-09 02:08:54 +00:00
i-robot 508f3d7b5f
!35647 takedown yolov3_darknet53 due to constant failures
Merge pull request !35647 from yanghaoran/takedown_testcases
2022-06-09 02:02:40 +00:00
i-robot 1e6af66b5a
!35354 soft shrink
Merge pull request !35354 from ling/sr
2022-06-09 02:02:16 +00:00
i-robot 008953c4c0
!35466 tan support complex
Merge pull request !35466 from ling/bug
2022-06-09 01:39:27 +00:00
yanghaoran ff7c7c9b02 takedown yolov3_darknet53 due to constant failures 2022-06-09 09:39:17 +08:00
i-robot ef555956f2
!35454 Change the logic of inherit local python parameter between block.
Merge pull request !35454 from LiangZhibo/master
2022-06-09 01:34:52 +00:00
baihuawei 8b80248a50 alltoall for kernel by kernel 2022-06-09 09:30:33 +08:00
i-robot 2a0bcb581e
!35599 Fix several bugs of Pad
Merge pull request !35599 from xiaotianci/fix_pad
2022-06-09 01:26:03 +00:00
i-robot 06cfba0683
!35615 Add ut for side effect order enforce
Merge pull request !35615 from chenfei_mindspore/add-ut-for-abstract-ref
2022-06-09 01:22:32 +00:00
liangzhibo 59df5656b3 Improve the error for fallback control flow 2022-06-09 09:08:52 +08:00
Parallels af2cab6fa5 bugfix for order of gather hostnames 2022-06-08 23:56:23 +08:00
changzherui 9de853b393 modify file chmod 2022-06-08 23:26:15 +08:00
liutongtong 7605d6470d add earlystop and reducelrpleatu 2022-06-08 22:10:43 +08:00
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
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
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 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
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
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
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
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 4ae05706e5
!35381 Add MatrixSolve Op CPU Kernel
Merge pull request !35381 from zhujingxuan/MatrixSolve
2022-06-08 06:24:06 +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 539be854ba
!35371 fix rewrite bug
Merge pull request !35371 from 于振华/rewrite_r1.8_fix
2022-06-08 04:54:59 +00:00
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