Commit Graph

4811 Commits

Author SHA1 Message Date
i-robot 914ebfeb1b
!32047 [assistant][ops] Add new Kron
Merge pull request !32047 from wxy220/Kron
2022-07-01 02:31:14 +00:00
zj c7c8718272 [feat][assistant][I4XJG2] add new Ascend operator Unflatten 2022-07-01 10:16:09 +08:00
i-robot 26f00d7edd
!36986 delete extra check master
Merge pull request !36986 from 冯一航/delete_extra_check_master
2022-07-01 02:06:57 +00:00
liu-yongqi-63 0519f45bbe Fixed the error reported when expanding the ExpandDims operator when the scatter operator nested vmap errors 2022-07-01 09:30:26 +08:00
i-robot f9c4f425c1
!36853 Support non-numpy return in MP pyfunc
Merge pull request !36853 from h.farahat/mp_to_numpy
2022-06-30 12:41:24 +00:00
lianliguang 59d9ecf81e ordered exception info when ops infer dtype error 2022-06-30 18:51:09 +08:00
fengyihang 1ed27daee3 delete extra check 2022-06-30 18:29:37 +08:00
Arielxyx e7593c4d96 [feat][assistant][I4XJGC] add new Ascend operator Kron. 2022-06-30 16:00:13 +08:00
Yu-Qi-hang e0b517ff70 [assistant][ops] Add new Frac 2022-06-29 23:12:09 +08:00
hesham 9ccd72b646 Make MP support non-numpy return 2022-06-29 10:07:44 -04:00
i-robot b6d4a45d1c
!36852 [MD] ResizeOp - Tests MD5 update
Merge pull request !36852 from danishfarid/md5_resize_fix
2022-06-29 13:07:11 +00:00
i-robot 2a9a8dde64
!36652 [FIX][BUG][MD][FUNC]RandomAutoContrast
Merge pull request !36652 from yangwm/auto
2022-06-29 06:22:53 +00:00
i-robot 61423da29c
!36734 [MD] Unified UniformAugment op: allow Pyfunc in transforms list
Merge pull request !36734 from cathwong/ckw_xtranuni_code13_uniformaug
2022-06-29 03:14:14 +00:00
i-robot 58c901923a
!36767 modify the generated strategy for conv2d
Merge pull request !36767 from yangzhenzhang/modify-conv2d-gen-strategy-func
2022-06-29 01:39:29 +00:00
i-robot eff0e12841
!36740 Fix error log for fallback evaluate
Merge pull request !36740 from LiangZhibo/master
2022-06-29 01:24:11 +00:00
danishfarid 83dc3faed3 md5_fix
fix path
2022-06-28 20:48:58 +00:00
Cathy Wong a61c709d00 [MD] Unified UniformAugment op: allow Pyfunc in transforms list 2022-06-28 14:07:32 -04:00
i-robot 69a39ecfb7
!36725 [MD][AT] File already exists Warn Message
Merge pull request !36725 from harshvardhangupta/at_file_exist
2022-06-28 17:24:55 +00:00
i-robot 1aea416e5f
!36446 [MD] Multi-Channel NormalizePad Op
Merge pull request !36446 from harshvardhangupta/multi_ch_normalize_pad
2022-06-28 17:10:12 +00:00
wzw d309dfd41e add transformer testcase 2022-06-28 20:01:29 +08:00
liangzhibo d752505ff8 Fix log for fallback evaluate 2022-06-28 16:48:33 +08:00
shenyu a5b3abab44 [FIX][BUG][FUNC] randomautocontrast 2022-06-28 16:35:01 +08:00
yangzhenzhang 9b50d2cfee modify conv2d gen strategy func 2022-06-28 16:32:15 +08:00
i-robot cdcb7bb26f
!36658 [AutoParallel]Remove Monad op in pipeline parallel
Merge pull request !36658 from lichen/add_pipeline_init_func
2022-06-28 06:31:40 +00:00
i-robot 2128d28dc8
!32174 [assistant][ops] Add new Log10
Merge pull request !32174 from wxy220/log10
2022-06-28 02:36:27 +00:00
wangshengnan12@huawei.com bdf2004ca4 fix_pipeline_compile_error 2022-06-28 09:55:31 +08:00
i-robot 4931cb7d34
!36373 Enable global python function in fallback syntax
Merge pull request !36373 from LiangZhibo/master
2022-06-28 01:31:03 +00:00
i-robot 0031151d0b
!36657 [Fallback] Provides errors for built-in functions that are not supported in graph mode and are not suitable for using JIT Fallback.
Merge pull request !36657 from Margaret_wangrui/builtin_type_fallback
2022-06-28 01:29:37 +00:00
harshvardhangupta c96df0b9ad support multi-channel 2022-06-27 14:27:44 -04:00
harshvardhangupta 2b6a726c53 init 2022-06-27 10:27:20 -04:00
i-robot 4c9252c21b
!32640 [assistant][ops] Add ResizeBicubic
Merge pull request !32640 from du-minjie/ResizeBicubic
2022-06-27 14:16:09 +00:00
i-robot da57ea10ef
!32747 [assistant][ops] Add ExtractGlimpse
Merge pull request !32747 from 李旭豪/ExtractGlimpse
2022-06-27 14:11:53 +00:00
i-robot c9e2dda3d4
!35848 [BUG][MD][FUNC] RandomAdjustSharpness
Merge pull request !35848 from yangwm/randomsharpness
2022-06-27 11:30:33 +00:00
wxy220 342062adc5 [feat][assistant][I4XJGF] modify new function Log10 2022-06-27 18:38:00 +08:00
Margaret_wangrui fa8f360570 [Fallback] Provides errors for built-in functions that are not supported in graph mode and are not suitable for using JIT Fallback. 2022-06-27 11:46:19 +08:00
i-robot e64b82ec12
!34603 [assistant][ops] Add ComplexAbs
Merge pull request !34603 from 李航/complexabs2
2022-06-27 01:37:25 +00:00
liangzhibo 4993d10b17 Enable function in interpret node 2022-06-27 09:13:31 +08:00
“kangzige” 0cb08be6b1 ResizeBicubic 2022-06-26 09:52:33 +08:00
lh735291378 bb502cb587 合入修改
合入修改

合入修改

合入修改

合入修改

修改gradops

pr前修改

pr前修改

pr前修改

修改代码格式

add bprop

add aicpu complex

add aicpu complex

add bprop

modify api

Anomalous backslash in string: '\s'. String constant might be missing an r prefix.

修改api

修改api

修改格式

修改格式

modify ut test

add ut test

修改格式

修改格式

修改缩进

add complex_abs

修改格式

修改complex.h /* * */

修改test_ops.py: [Tensor(np.array([1, 1, 1]).astype(np.complex64))],
2022-06-25 17:02:14 +08:00
xianduanpingsheiting 3de1d13236 Add ExtractGlimpse 2022-06-25 16:19:28 +08:00
i-robot b88e6bbbbe
!35484 [ops] [assistant] [I54KIL] Add array op ArgMaxWithValue
Merge pull request !35484 from Maeyon-Z/op_argmaxwv
2022-06-25 07:07:51 +00:00
i-robot 6f739eb4bc
!36398 Fix Repeat Loss Error
Merge pull request !36398 from huangxinjing/fix_repeat_error
2022-06-25 06:09:50 +00:00
i-robot 84df2a166e
!33759 [assistant][ops] Add LeftShift
Merge pull request !33759 from 董雪堂/LeftShift
2022-06-25 04:03:37 +00:00
i-robot 01dcfe719e
!36410 Support ops.make_tuple in PyNative mode, and create instance for GradOperation.
Merge pull request !36410 from 张清华/opt0
2022-06-25 01:07:29 +00:00
huangxinjing 055ab431db [AutoParallel]Add virtual mul
Fix OneHot Error
Add onehot test cast
2022-06-25 09:06:40 +08:00
i-robot 7f8acb2f25
!36447 [MD] ResizeOp c++ aspect ratio calc fix
Merge pull request !36447 from danishfarid/resize_c++_fix
2022-06-24 17:29:46 +00:00
maeyon-z e312b9adcc Add op ArgMaxWithValue 2022-06-24 23:03:59 +08:00
i-robot 9d13aec96b
!36445 [MD] fix: add input type check in eager mode
Merge pull request !36445 from Mohammad Motallebi/fix_eager_type_check
2022-06-24 13:20:58 +00:00
13355308989 c21cac7688 [feat] [assistant] [I40GHH] add LeftShift 2022-06-24 16:50:34 +08:00
Zhang Qinghua 9723d29e57 Support ops.make_tuple in PyNative mode.
Support create instance for GradOperation.
2022-06-24 16:20:06 +08:00
i-robot ccb7a79a74
!36332 [assistant][ResizeNearestNeighborV2][ResizeNearestNeighborV2Grad] recommit for ResizeNearestNeighborV2 & ResizeNearestNeighborV2Grad
Merge pull request !36332 from 李文轼/ResizeV2_Fix_v1
2022-06-24 07:46:32 +00:00
i-robot 7f9ef13b2b
!34605 [assistant][ops] Add ConjugateTranspose
Merge pull request !34605 from 李航/ct
2022-06-24 07:44:03 +00:00
i-robot a8ae406c0f
!36058 [assistant][ops]Add new Ascend operator MatrixSolve
Merge pull request !36058 from 蒋伟洋/MatrixSolve
2022-06-24 06:44:42 +00:00
i-robot b1d99b0ed3
!36368 Decode: validation & support formats, Fix WithBbox op bugs
Merge pull request !36368 from luoyang/fix-decode
2022-06-24 02:06:59 +00:00
i-robot 583e0b029f
!29848 [assistant][ops] Add NonMaxSuppressionWithOverlaps
Merge pull request !29848 from LHP-learning/NonMaxSuppressionWithOverlaps
2022-06-24 01:40:41 +00:00
i-robot 6c6d8931c3
!36329 Supply Tanhshrink activation function and test cases
Merge pull request !36329 from 冯一航/Supply_Tanhshrink
2022-06-24 01:33:32 +00:00
danishfarid e9d61667e1 commit 1 - Resize fix
lint_fix

updated test file

lint fix

updated test file

fixed path

fix lint Majun
2022-06-23 23:52:37 +00:00
mhmotallebi 8a3c817bb5 [MD] fix: check input type before creating tensor in vision eager 2022-06-23 17:23:59 -04:00
i-robot 1dd2f514e6
!36295 [MD] Support multi-channel images in CutOut op
Merge pull request !36295 from harshvardhangupta/cutout_multi_channel
2022-06-23 19:51:13 +00:00
lh735291378 cb16eb7219 合入更改
合入更改

合入更改

合入更改

cpu:修改报错信息

cpu:shape:size_t-int64_t

cpu:size_t-int64_t

修改ct.cc

修改ct.cc

修改arrayops,ct.cc

修改arrayops

修改ct.cc/arrayops

修改ct.cc

修改ct.cc

修改test_ops

modify array_ops 说明用例

modify ut

modify ut

add ut

修改格式,conjugate_transpose_cpu_kernel.cc删掉#include "cpu_kernel.h"

修改格式

还原cpu迁移

conjugate_transpose_cpu_kernel.h:96: using ypeKernel-> using TypeKernel

修改格式问题

修改格式问题

修改格式问题

add conjugate_transpose
2022-06-23 22:08:08 +08:00
i-robot 8390577709
!33523 [assistant][ops] Add new aicpu operator SparseApplyCenteredRMSProp
Merge pull request !33523 from 杨旭华/SparseApplyCenteredRMSProp
2022-06-23 13:56:23 +00:00
i-robot 89d53bac85
!36285 Fix several bugs in old release
Merge pull request !36285 from xiaotianci/fix_old_release
2022-06-23 11:56:00 +00:00
YangLuo f275547ecd Decode: validation & support formats, Fix WithBbox op bugs 2022-06-23 17:07:39 +08:00
i-robot f90afe0f7d
!36370 [MD] Update check_tensor_op error message
Merge pull request !36370 from cathwong/ckw_xtranuni_code12_randomapply
2022-06-23 07:41:20 +00:00
i-robot e4ac46c48e
!36296 [MD] Eager Mode - invalid user input fix, UT enhancements
Merge pull request !36296 from cathwong/ckw_xtranuni_code11_eager_list
2022-06-23 06:21:40 +00:00
JWY99 13ecaf87ba [feat] [assistant] [I471CU] add new Ascend operator MatrixSolve 2022-06-23 13:55:28 +08:00
fengyihang 98bf50ffcf Supply Tanhshrink activation function and test cases 2022-06-23 11:34:53 +08:00
i-robot c168a0ad28
!34047 [assistant][Histogram] add new math operator Histogram
Merge pull request !34047 from 李文轼/HistogramD
2022-06-23 03:29:56 +00:00
i-robot 30f8c4a1ee
!36029 [Fallback] [Control_flow] Add less infer_value and less_equal infer_value.
Merge pull request !36029 from Margaret_wangrui/less_infer_value_2
2022-06-23 02:40:55 +00:00
Megalomania 298cdb33e5 [feat][assistant][I4FM99] add new aicpu operator SparseApplyCenteredRMSProp 2022-06-23 10:05:42 +08:00
i-robot 7943638d00
!35948 Add CPU and GPU operators of ApplyAdamWithAmsgrad with dynamic shape and vmap features support
Merge pull request !35948 from OwenSec/aawag
2022-06-23 01:49:18 +00:00
i-robot 1dc0472a9c
!35774 Add stft ops
Merge pull request !35774 from zhouyaqiang0/stft
2022-06-23 01:37:42 +00:00
Cathy Wong 7171799bf1 [MD] Update check_tensor_op error message 2022-06-22 17:15:16 -04:00
hesham 70967b475d support multi-channel images in Cutout 2022-06-22 14:57:30 -04:00
liyuanshuo123@yeah.net 5bd8ed1e97 [feat][assistant][I4CRJO][I4CRJP] recommit for ResizeNearestNeighborV2 & ResizeNearestNeighborV2Grad 2022-06-22 21:13:01 +08:00
Xiao Tianci 5993a3c52f fix several bugs in old release 2022-06-22 19:58:00 +08:00
i-robot 5e1b73a836
!36204 Add RReLU activation function and test cases
Merge pull request !36204 from shaojunsong/feature/RReLU2
2022-06-22 10:33:36 +00:00
LHP-learning e3b3f376a9 [feat] [assistant] [I471CV] add new Ascend operator NonMaxSuppressionWithOverlaps 2022-06-22 15:03:58 +08:00
zhouyaqiang 12decdba43 Add ops stft 2022-06-22 14:07:07 +08:00
OwenSec 65467272e0 add cpu and gpu operators of applyadamwithamsgrad 2022-06-22 11:33:30 +08:00
i-robot 6422f3a21f
!33168 [assistant][ops]New operator implementation, include BesselY0 and BesselY1
Merge pull request !33168 from 张璇/BesselY
2022-06-22 03:31:16 +00:00
shaojunsong 260c920b3d add RReLU, in-place is not supported 2022-06-22 10:58:39 +08:00
i-robot fb52a6dbdb
!36172 Fix performance problem of Map's python multiprocessing
Merge pull request !36172 from h.farahat/mp_problem2
2022-06-22 02:43:26 +00:00
Margaret_wangrui ca87ce3986 Add less infer_value and less_equal infer_value. 2022-06-22 10:43:24 +08:00
i-robot 951280bd66
!35404 [feat] [assistant] [I4XJI3] add math operator Hypot
Merge pull request !35404 from Seeker98/op_hypot
2022-06-22 01:39:31 +00:00
yanghaoran 8c444c00fc
回退 'Pull Request !36155 : [assistant][ResizeNearestNeighborV2][ResizeNearestNeighborV2Grad] cast shape type size_t to int64_t for ResizeNearestNeighborV2 & ResizeNearestNeighborV2Grad' 2022-06-22 01:22:24 +00:00
i-robot c39a0b5969
!36239 Enable syntax of "for x in xs", when xs is an interpret node
Merge pull request !36239 from LiangZhibo/for
2022-06-22 01:08:52 +00:00
i-robot 2089629480
!36129 Refactor fallback buildt-in function
Merge pull request !36129 from LiangZhibo/master
2022-06-22 01:08:42 +00:00
Cathy Wong 591640519b [MD] Eager Mode - invalid user input fix, UT enhancements 2022-06-21 17:04:43 -04:00
i-robot 3b035ebd9d
!36237 [MD] RandomResizedCrop - handle Interpolation and image input type mismatch
Merge pull request !36237 from cathwong/ckw_xtranuni_code9_randomreizedcrop
2022-06-21 15:32:55 +00:00
i-robot ac319b870d
!36155 [assistant][ResizeNearestNeighborV2][ResizeNearestNeighborV2Grad] cast shape type size_t to int64_t for ResizeNearestNeighborV2 & ResizeNearestNeighborV2Grad
Merge pull request !36155 from 李文轼/ResizeV2
2022-06-21 12:43:12 +00:00
i-robot dcd438e430
!33522 [assistant][ops] Add new aicpu operator SparseApplyAdagradDA
Merge pull request !33522 from 杨旭华/SparseApplyAdagradDA
2022-06-21 12:23:29 +00:00
liangzhibo 5a4d86caa8 for x in xs syntax when xs is numpy array 2022-06-21 15:09:35 +08:00
i-robot 976e13eff8
!36200 Fix PadToSize after Decode(to_pil=True)
Merge pull request !36200 from xiaotianci/fix_pad_to_size
2022-06-21 02:56:45 +00:00
i-robot ca563a9c56
!36236 [MD] MapDataset - correct count of old transforms
Merge pull request !36236 from cathwong/ckw_xtranuni_code10_mixed_list
2022-06-21 02:55:19 +00:00
liangzhibo 5eeba07b2d Refactor fallback builtin function 2022-06-21 10:17:03 +08:00
i-robot f208f1f24a
!36144 [Fallback] Check with the processing of interpret nodes during ast tree parsing.
Merge pull request !36144 from Margaret_wangrui/parse
2022-06-21 02:05:08 +00:00
i-robot 95a9cfa729
!35345 [AutoParallel] Optimize the Memory Usage for the CrossEntroyLoss
Merge pull request !35345 from huangxinjing/fix_cross_loss
2022-06-21 01:45:41 +00:00
Cathy Wong b77e8b9f08 [MD] RandomResizedCrop - handle Interpolation and image input type
mismatch
2022-06-20 20:41:42 -04:00
Cathy Wong 1230a962b9 [MD] MapDataset - correct count of old transforms 2022-06-20 16:12:53 -04:00
i-robot 0167368eb0
!36142 [MD] ToTensorOp: Add error msg for unsupported input image types: uint32, int64, uint64, string.
Merge pull request !36142 from cathwong/ckw_xtranuni_code8_totensor_more
2022-06-20 16:19:24 +00:00
Seeker 5a9c60bdca Add aicpu op Hypot 2022-06-20 21:24:04 +08:00
i-robot 2919e625e3
!35699 Fix MultiHeadAttention dtype Error
Merge pull request !35699 from huangxinjing/fix_attention_dtype
2022-06-20 11:19:32 +00:00
i-robot 3568de5110
!32453 [assistant][ops] Add new Log2
Merge pull request !32453 from wxy220/log2
2022-06-20 10:00:05 +00:00
Margaret_wangrui 3570fef872 [Fallback] Check with the processing of interpret nodes during ast tree parsing. 2022-06-20 17:59:06 +08:00
i-robot dccb95fc63
!34690 [assistant][ops] Add Real, Imag, Complex, Angle
Merge pull request !34690 from 李航/rica
2022-06-20 09:27:18 +00:00
i-robot acd22a8da0
!36049 [Fallback] Support print value which the node class type is numpy array.
Merge pull request !36049 from Margaret_wangrui/init_numpy
2022-06-20 08:20:33 +00:00
Xiao Tianci bf7fc7064d fix PadToSize with Decode 2022-06-20 15:41:36 +08:00
huangxinjing d0f2bf37c6 Add cross entory loss
[AutoParallel]Add sub graph support for parallel training
Fix forward mark error and virtual dataset error
Add Test cases
Add virtual dataset inserts, forbiden the subgraphs as candidates
2022-06-20 10:53:21 +08:00
hesham f66a4f7038 mp sharedQueue2 2022-06-19 22:24:25 -04:00
Margaret_wangrui 17d5c0c2a1 [Fallback] Support class type is numpy array. 2022-06-20 09:56:27 +08:00
宋梦雨 2e71e26352 add the log2 2022-06-19 16:49:05 +08:00
Megalomania e84abd7bc7 [feat][assistant][I48O8C] add new aicpu operator SparseApplyAdagradDA 2022-06-19 12:36:51 +08:00
fujianzhao 862752fdce feat: add ops.applyAdadelta CPU backend, add nn.Adadelta, ops.applyAdadelta CPU backend support vmap. 2022-06-19 08:01:14 +08:00
i-robot e5c2dcbabb
!33167 [feat][assistant][I48O8Z] aicpu add new operator log
Merge pull request !33167 from 郑鹏飞/log
2022-06-18 14:12:37 +00:00
i-robot 4b4e53ec5a
!36025 [MD] decode string array in cpp when creating numpy from tensor - eager mode
Merge pull request !36025 from Mohammad Motallebi/text_decode_cpp
2022-06-18 11:38:02 +00:00
liyuanshuo123@yeah.net f4870b75f0 [feat] [assistant][I48O80] add new math operator [HistogramD] 2022-06-18 17:52:09 +08:00
liyuanshuo123@yeah.net 0fb06e5c3e [feat][assistant][I4CRJO][I4CRJP] cast shape type size_t to int64_t for ResizeNearestNeighborV2 & ResizeNearestNeighborV2Grad 2022-06-18 17:40:09 +08:00
yanghaoran e2ee993d88
回退 'Pull Request !33227 : [assistant][ops] Add SegmentMean, SegmentProd' 2022-06-18 08:57:36 +00:00
yanghaoran 3193636d97
回退 'Pull Request !34402 : [assistant][ResizeNearestNeighborV2][ResizeNearestNeighborV2Grad] add new ascend operator ResizeNearestNeighborV2 & ResizeNearestNeighborV2Grad' 2022-06-18 08:14:42 +00:00
i-robot 1317769328
!34402 [assistant][ResizeNearestNeighborV2][ResizeNearestNeighborV2Grad] add new ascend operator ResizeNearestNeighborV2 & ResizeNearestNeighborV2Grad
Merge pull request !34402 from 李文轼/ResizeV2
2022-06-18 03:56:03 +00:00
i-robot 5bd1964bf7
!33227 [assistant][ops] Add SegmentMean, SegmentProd
Merge pull request !33227 from 王乐/SegmentMean
2022-06-18 03:43:43 +00:00
i-robot cf09e3582e
!35963 Fix HWC2CHW with 2 dim tensor
Merge pull request !35963 from xiaotianci/fix_hwc
2022-06-18 03:17:47 +00:00
i-robot 2dc90d35f4
!32927 [assistant][ops] Add DivNoNan
Merge pull request !32927 from 张渝/DivNoNan
2022-06-18 02:56:32 +00:00
zheng_pengfei 7fd8fe6ce7 [feat][assistant][I48O8Z] aicpu add new operator log 2022-06-18 09:06:02 +08:00
Cathy Wong 427fb21057 [MD] ToTensorOp: Add error msg for unsupported input image types: uint32, int64, uint64, string. 2022-06-17 17:17:31 -04:00
i-robot 8af9b70f47
!36030 [MD] ToTensor, TypeCast and ToType fixes, plus UT enhancements
Merge pull request !36030 from cathwong/ckw_xtranuni_code7_to_tensor_float16
2022-06-17 16:28:47 +00:00
i-robot f7aa696067
!36046 Support single interpret node in while condition
Merge pull request !36046 from huanghui/fix-fallback
2022-06-17 12:04:17 +00:00
i-robot e902c7c731
!35839 fix bug of moe
Merge pull request !35839 from bichaoyang/master
2022-06-17 08:15:25 +00:00
lh735291378 0c714b9fc8 修改bprop
修改bprop

还原bprop

修改gradmathops

modify testops

delet 快捷方式

还原bprop

代码合入更改

修改冲突

还原bprop

修改 testops

修改 testops

修改 格式

修改格式

修改格式

修改grad

modify

修改格式

.c: return kFloat32 -> std::make_shared<TensorType>(kFloat32)

修改grad

修改格式

 改宏定义长度z

修改编译错误

add real imag complex angle
2022-06-17 13:06:06 +08:00
i-robot 8eabca432c
!36020 [Fallback] Support ms.Tensor() in construct or ms_function, add check with the module.
Merge pull request !36020 from Margaret_wangrui/ms_tensor
2022-06-17 03:50:19 +00:00
shenyu 98c98985cf fix bug function 2022-06-17 11:43:28 +08:00
huangxinjing 1918f058c4 Fix linear dtype 2022-06-17 10:29:46 +08:00
i-robot ccf3a57d58
!35884 [assistant][ops][I48O6W] Add CholeskySolve operator
Merge pull request !35884 from 李若轩/CholeskySolve
2022-06-17 01:46:20 +00:00
i-robot 57b33197b2
!36056 generate data parallel strategy for conv2d when the auto parallel search mode is dynamic programming
Merge pull request !36056 from yangzhenzhang/gen-data-parallel-strategy-for-conv2d-auto-parallel
2022-06-17 01:26:58 +00:00
mhmotallebi 96e21f6ed4 [MD] decode numpy strings in cpp for eager mode 2022-06-16 18:02:43 -04:00
Cathy Wong b718bc7cfa [MD] ToTensor, TypeCast and ToType fixes, plus UT enhancements 2022-06-16 16:30:17 -04:00
Bronyale 060de85d8e Add SegmentMean and SegmentProd 2022-06-17 00:37:16 +08:00
i-robot 181e4d52de
!34194 [assistant][ops] Add FillDiagonal
Merge pull request !34194 from 董雪堂/FillDiagonal
2022-06-16 09:06:41 +00:00
yangzhenzhang b63e70f6a9 gen data parallel strategy for conv2d auto parallel 2022-06-16 16:44:30 +08:00
i-robot 20eb322eea
!35954 Support tensor lazy initializing after flatten weights
Merge pull request !35954 from hewei/flatten_weights
2022-06-16 06:40:31 +00:00
huanghui d5c9c000ed support alone interpret node in while condition 2022-06-16 14:07:40 +08:00
liyuanshuo123@yeah.net 211652276c [feat][assistant][I4CRJO][I4CRJP] add new ascend operator ResizeNearestNeighborV2 & ResizeNearestNeighborV2Grad 2022-06-16 14:07:13 +08:00
Xiao Tianci acf2e31f75 fix Hwc2Chw with 2 dim tensor 2022-06-16 11:51:13 +08:00
i-robot 412cb09253
!35886 [MD] Transform Unification - HWC2CHW op - remove Python implementation
Merge pull request !35886 from cathwong/ckw_xtranuni_hwc2chw_code_bzdd06
2022-06-16 03:18:35 +00:00
Margaret_wangrui 7d0e4526bc [Fallback] Support ms.Tensor() in construct or ms_function, add check with the module. 2022-06-16 09:23:01 +08:00
hu-xinyu-1216 2130247e0e [feat][assistant][I48OEW] add aicpu operator divnonan 2022-06-15 22:17:50 +08:00
董雪堂 872a17e49f [feat] [assistant] [I40GHJ] add new data operator FillDiagonal 2022-06-15 15:54:27 +08:00
i-robot d79cfe29c5
!35938 [Fallback] Support ms.Tensor() in construct or ms_function.
Merge pull request !35938 from Margaret_wangrui/ms_tensor
2022-06-15 02:25:28 +00:00
liruoxuan bcbbd53964 [assistant][ops][I48O6W] Add CholeskySolve operator 2022-06-15 00:13:45 +08:00
Cathy Wong b81ec04a50 [MD] Transform Unification - HWC2CHW op - remove Python implementation.
Enhance HWC2CHW UTs
2022-06-14 10:55:38 -04:00
i-robot 63d48f5da4
!32807 [assistant][ops] Add AddV2
Merge pull request !32807 from 张渝/AddV2
2022-06-14 12:48:55 +00:00
bichaoyang 68398b054a fix bug of moe 2022-06-14 20:04:27 +08:00
He Wei 7092d5947f Support tensor lazy initializing after flatten weights 2022-06-14 19:29:57 +08:00
Margaret_wangrui 83c44a20e4 [Fallback] Support ms.Tensor() in construct or ms_function. 2022-06-14 17:09:46 +08:00
Lan-Ling 16aad8be1b update aicpu operator sspaddmm 2022-06-14 12:52:25 +08:00
i-robot 411c1282ee
!33298 [assistant][ops] Add UnravelIndex
Merge pull request !33298 from rnzhang/UnravelIndex
2022-06-14 02:06:57 +00:00
i-robot a521bfa82a
!34385 [assistant][IdentityN] add new operator IdentityN
Merge pull request !34385 from 李文轼/IdentityN
2022-06-14 01:54:34 +00:00
i-robot 2aa9519313
!35681 Extend export/load with customized encryption functions for MindIR
Merge pull request !35681 from 张澍坤/master
2022-06-13 08:43:41 +00:00
i-robot fce24fd8f5
!32515 [feat] [assistant] [I4CRJK] Add new aicpu operator Expand
Merge pull request !32515 from 路雄博/Expand
2022-06-13 07:20:05 +00:00
i-robot 247da9fbf3
!32810 [assistant][ops] Add new Baddbmm
Merge pull request !32810 from wxy220/Baddbmm
2022-06-13 02:52:27 +00:00
i-robot 09479b3e96
!35687 Change the logic of adding local param into interpret node and add checking to the input of interpret node
Merge pull request !35687 from LiangZhibo/ast
2022-06-13 01:47:32 +00:00
danansheng 7250649f79 [feat][assistant][I4XJFX] add new Baddbmm 2022-06-13 00:26:59 +08:00
liyuanshuo123@yeah.net a458c03619 [feat] [assistant][I48O75] add new math operator [IdentityN] 2022-06-12 13:09:05 +08:00
Shukun Zhang 52024260ad Expand LoadMindIR with Encryption 2022-06-11 15:48:37 +08:00
王超 10e29a904e [feat] [assistant] [I4CRJK] Add new aicpu operator Expand 2022-06-11 12:53:10 +08:00
hu-xinyu-1216 4491e56178 [feat][assisant][I48OET] add aicpu operator addv2 2022-06-10 17:40:26 +08:00
liangzhibo 3400487a51 Fallback warning for interpret node 2022-06-10 17:21:42 +08:00
i-robot 58efca88db
!35394 add get_mindir_input api
Merge pull request !35394 from changzherui/add_get_mindir_input
2022-06-10 08:28:35 +00:00
ZRN 0098788622 add operator UnravelIndex 2022-06-10 16:08:58 +08:00
i-robot 2aa818f6b1
!34264 [feat] [assistant] [I4XJI1] add math operator Gcd
Merge pull request !34264 from Seeker98/op_gcd
2022-06-10 07:19:11 +00:00
i-robot 7659a6ff14
!35303 modify generate strategy for matmul parallel operators
Merge pull request !35303 from yangzhenzhang/modify-gen-strategy-for-matmul-op
2022-06-10 07:07:12 +00:00
i-robot 5b57829f11
!35595 per_batch_map input column optimization
Merge pull request !35595 from 刘勇琪/master-decrypt-column
2022-06-10 06:57:41 +00:00
Seeker 4f711cfb70 Add math op Gcd 2022-06-10 10:14:20 +08:00
i-robot 81ba610b7f
!33341 [assistant][ops][I40FK0] Add Cholesky
Merge pull request !33341 from 李定维/Cholesky
2022-06-10 01:59:35 +00:00
i-robot d124bc732e
!35518 Fix print all eval by fallback
Merge pull request !35518 from huanghui/fallback-st
2022-06-10 01:21:57 +00:00
i-robot 01642da438
!35426 Refactor Python Multiprocessing code of Map
Merge pull request !35426 from h.farahat/new_work
2022-06-09 19:27:27 +00:00
changzherui 9649556315 add get_mindir_input api 2022-06-09 22:18:16 +08:00
yangzhenzhang e5b62b2714 modify gen strategy for matmul op 2022-06-09 19:50:31 +08:00
i-robot 2d43f55bd6
!35181 [feat] [assistant] [I4XJI2] add math operator Lcm
Merge pull request !35181 from Seeker98/op_lcm
2022-06-09 09:13:58 +00:00
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 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
liu-yongqi-63 0dfd42153f per_batch_map input column optimization 2022-06-09 13:17:02 +08:00
liruoxuan 830cca9c53 [assistant][ops][I40FK0] add Cholesky operator 2022-06-09 12:39:36 +08:00
Seeker c908ac8cc3 Add aicpu op Lcm 2022-06-09 10:43:08 +08:00
i-robot 3e11eded32
!33594 [assistant][Resample]
Merge pull request !33594 from chenchen/Resample
2022-06-09 02:08:54 +00:00
huanghui f9c502d4ca fix print all to fallback 2022-06-09 09:54:56 +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
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
liangzhibo 59df5656b3 Improve the error for fallback control flow 2022-06-09 09:08:52 +08:00
changzherui 9de853b393 modify file chmod 2022-06-08 23:26:15 +08:00
hesham 13ce3b6fd4 python MP new 2022-06-08 10:52:44 -04: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
Xiao Tianci 2df7c5a193 fix bugs of Pad 2022-06-08 15:57:28 +08: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
chenx2ovo 6e62ed181e [feat][assistant[I3CEG6] add op resample 2022-06-08 11:46:12 +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
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
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 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
yuzhenhua fa60ab7c84 fix rewrite bug 2022-06-07 15:45:16 +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
Zhang Qinghua ce39353421 Fix GradOperation descripition and support tuple/list for 'get_by_list'. 2022-06-07 14:21:58 +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
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
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
i-robot dfd7daabd4
!31638 [assistant][ops] Add new Ldexp
Merge pull request !31638 from wxy220/Ldexp
2022-06-06 08:39:22 +00: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
liyuanshuo123@yeah.net fd0a70042b [feat][assistant][I48O8I] add new ascend operator ListDiff 2022-06-06 13:39:21 +08: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
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
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
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 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 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
lvyufeng ee30ffc3bf add nll_loss and cross_entropy for ops.functional and nn 2022-06-02 11:13:34 +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
Xiao Tianci 74a1f06362 remove soft dvpp 2022-06-01 17:45:58 +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 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 4f1a8b1eef
!33877 operators: Softmin, SiLU
Merge pull request !33877 from Henry Shi/branch_operators
2022-06-01 01:53:19 +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
zx f003d43104 [feat][assistant][I4CRKD] add new Ascend operator BesselY0 and BesselY1 2022-05-31 22:02:14 +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
Zhang Qinghua a89b662b62 Change the weight parameter to FV parameter in FuncGraph, and add ST cases. 2022-05-31 14:27:15 +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 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
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
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 1d787766bd
!31985 [assistant][ops] Add new Mv
Merge pull request !31985 from wxy220/Mv
2022-05-30 10:58:14 +00: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
zheng_pengfei ffda33b732 [feat][assistant][I48O63] add checknumerics 2022-05-30 12:02:46 +08: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
hesham f9128c2f16 [MD] Transform Unification Feature - OneHot op: Add smoothing_rate parm 2022-05-29 22:19:04 -04: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 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 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
zheng_pengfei 1c7707eb4c [feat][assistant][I48O73] add new operator log1p 2022-05-29 23:05:07 +08: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
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
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
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
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
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 43b5ad6f12
!34901 Add flatten for flat_map
Merge pull request !34901 from xiaotianci/fix_flat_map
2022-05-27 03:37:01 +00:00
hesham 23e85ff083 avoid hangs when offload is true with pyfuncs and dict iterator 2022-05-26 23:16:16 -04:00
wulizzya eff3df5289 [feat] [assistant] [I48OF3] Add AICPU operator NonZero 2022-05-27 11:01:34 +08:00
i-robot 64b0c6444d
!34863 KLDivLoss for NPU
Merge pull request !34863 from xulei/kldiv
2022-05-27 02:33:17 +00:00
i-robot b0ccca4e1e
!32826 add new Ascend operator ScatterNdMax
Merge pull request !32826 from 袁忠蜜/ScatterNdMax
2022-05-27 02:31:31 +00:00
i-robot c61835ffa0
!34953 [MD] Update import transforms statements in dataset UT
Merge pull request !34953 from cathwong/ckw_xtranuni_ut_import_dataset
2022-05-26 17:54:44 +00:00
yuzhenhua ec1e152e17 for const iterator For 2022-05-26 19:23:46 +08:00
xulei c85bb89088 KLDivLoss for NPU 2022-05-26 16:55:16 +08:00
i-robot e65fe8fabe
!32163 [assistant][ops] Add new Deg2Rad
Merge pull request !32163 from wxy220/Deg2Rad
2022-05-26 08:21:18 +00:00
Zhang Qinghua 9e1d8627e5 Allow the Parameter object as a construct/ms_function parameter type. 2022-05-26 14:41:00 +08:00
Xiao Tianci c564e840fb add flatten in flat_map 2022-05-26 11:17:32 +08:00
Cathy Wong b9396a32b7 [MD] Update import transforms statements in dataset UT 2022-05-25 19:51:26 -04:00
i-robot 797c21ec6c
!34539 [MD] Transform Unification: Phase 1C - Minor Code and UT Updates
Merge pull request !34539 from cathwong/ckw_xtranuni_code3_typecast
2022-05-25 18:05:40 +00:00
i-robot f3148dbe6e
!34842 add nn.Threshold
Merge pull request !34842 from 吕昱峰(Nate.River)/threshold
2022-05-25 09:35:33 +00:00
i-robot f1513a6580
!34684 fix bug of mutiple slice net report error when the length is not equal
Merge pull request !34684 from lianliguang/master
2022-05-25 06:11:32 +00:00
i-robot 1ecc6538d1
!34537 output_shape add param estimate
Merge pull request !34537 from luoyang/dynamic_outputshape
2022-05-25 02:37:32 +00:00
Cathy Wong b8e7c2acaf [MD] Transform Unification: Phase 1C - Minor Code Fixes and UT Updates 2022-05-24 22:24:38 -04:00
i-robot 7676d9958b
!34608 [MD] Adding docstrings for minddata UT Python
Merge pull request !34608 from davidanugraha/add_dataset_test_comment
2022-05-25 02:10:32 +00:00
i-robot 291b5faa98
!33925 parallel_initializer_seed
Merge pull request !33925 from yao_yf/auto_parallel_initializer_seed
2022-05-25 02:03:16 +00:00
David ee0a815990 Added docs for ut files 2022-05-24 17:43:53 -04:00
“yzm” af9a3f23d5 [feat] [assistant] [I471DO] add new Ascend operator ScatterNdMax 2022-05-24 21:50:29 +08:00
i-robot 1ade2e9f25
!34235 [assistant][MelScale]
Merge pull request !34235 from QingfengLi/MelScale
2022-05-24 12:08:00 +00:00
lianliguang db6be8d1c8 fix bug of eliminate slice node 2022-05-24 17:40:54 +08:00
i-robot 2bdc633d3f
!34688 fix bug for if_parser
Merge pull request !34688 from hangq/rewrite-bug
2022-05-24 09:18:42 +00:00
i-robot f5eb987e42
!32742 [assistant][ops] Add SegmentMax, SegmentMin, SegmentSum
Merge pull request !32742 from 梁天凯/SegmentMax
2022-05-24 08:45:37 +00:00
qkeys f475205a48 [feat][assistant][I4XJGA] add new Ascend operator Deg2Rad 2022-05-24 15:51:34 +08:00
lvyufeng ce1f15666d add nn.Threshold 2022-05-24 15:25:48 +08:00
YangLuo e1df0d9688 output_shape add param estimate 2022-05-24 09:09:30 +08:00
i-robot 4f0b1dc60e
!34511 Add CPU support for KLDivLoss op
Merge pull request !34511 from zhuyuxiao/I51VMV
2022-05-23 11:06:37 +00:00
i-robot a3e00bd637
!32546 [feat] [assistant] [I4CRKO] [I4CRKP] add nn operator AvgPoolV1 and AvgPoolGradV1
Merge pull request !32546 from Seeker98/0405_a
2022-05-23 09:07:59 +00:00
bubtltk ae98f004ba add SegmentMax, SegmentMin, SegmentSum 2022-05-23 16:16:24 +08:00
chenx2ovo d62655e199 [fix] [assistant] [I4ZOCP] add validation for input param 2022-05-23 16:06:50 +08:00
hangangqiang 2ba3c8e1e1 fix bug for if_parser 2022-05-23 15:22:24 +08:00
i-robot dd85238b91
!34579 set uni folder for ge test
Merge pull request !34579 from xiaoyao/master
2022-05-23 07:20:37 +00:00
i-robot c986240c5c
!32350 [assistant][ops] Add new Exp2
Merge pull request !32350 from wxy220/Exp2
2022-05-23 06:51:56 +00:00
i-robot e696692b0e
!31248 [assistant][ops]Add GridSampler2D and GridSampler2DGrad
Merge pull request !31248 from 马振浩/gridsampler2d
2022-05-23 06:49:09 +00:00
yao_yf 91dabdce17 parallel initializer seed set 2022-05-23 14:24:29 +08:00
i-robot d70e95012c
!34730 ops whitelist amendment after code viewing
Merge pull request !34730 from 李林杰/ops_whitelist_amend
2022-05-23 02:01:35 +00:00
lilinjie 1891cbf483 ops whitelist amendment aafter code viewing 2022-05-22 21:09:05 +08:00
Seeker 76bf418279 Add aicpu op AvgPoolV1 and AvgPoolGradV1 2022-05-22 18:46:54 +08:00
pikapika 3e978302ca exp2 2022-05-22 10:36:45 +08:00
i-robot 79f41f957c
!34614 Support fusion_size argument for flatten_weights
Merge pull request !34614 from hewei/flatten_weights
2022-05-21 15:04:59 +00:00
mareda 77a6ea3aba Add GridSampler2D and GridSampler2DGrad. 2022-05-21 17:05:34 +08:00
i-robot 1e540e53ed
!34401 [assistant][RangeV2] add RangeV2
Merge pull request !34401 from 李文轼/rangev2
2022-05-21 07:51:38 +00:00
i-robot 2dcae73a2b
!31575 [assistant][ops] Add new LogAddExp
Merge pull request !31575 from wxy220/LogAddExp
2022-05-21 03:05:52 +00:00
liwenshi d896ae30db [feat][assistant][I4CRJU] add RangeV2 for Ascend and cpu 2022-05-20 19:37:25 +08:00
He Wei 2d7c4334ec Support fusion_size argument for flatten_weights 2022-05-20 17:11:48 +08:00
zhuyuxiao ce16351d16 add CPU support for KLDivLoss op 2022-05-20 15:34:31 +08:00
jonyguo 0718a283c8 filter dumplicate log from python operation 2022-05-20 14:46:46 +08:00
Arielxyx 44543ad95c [feat][assistant][I4XJG1] add new function LogAddExp 2022-05-20 14:37:32 +08:00
i-robot 421cbf82f4
!31810 [assistant][ops] Add new LogAddExp2
Merge pull request !31810 from wxy220/LogAddExp2
2022-05-20 03:08:03 +00:00
i-robot 9b0d37c7e7
!34657 support const-test if
Merge pull request !34657 from hangq/rewrite-pr
2022-05-20 01:55:52 +00:00
i-robot 71f2ee7172
!34555 [AutoParallel]Parallel_adapt_simple_control_flow
Merge pull request !34555 from lichen/adapt_control_flow
2022-05-20 01:31:48 +00:00
i-robot 527539ef7c
!34409 unsorted segment prod gpu inference
Merge pull request !34409 from ling/core
2022-05-20 01:20:54 +00:00
i-robot 67033817ff
!34295 Optimiz lamb ascend kernel
Merge pull request !34295 from wanghenchang/lamb-optimiz-ascend
2022-05-20 01:20:25 +00:00
xiao_yao1994 fbdfdb1127 "change default backend in debug graph mode and set uni folder for ge
test"
2022-05-20 09:12:03 +08:00
i-robot 20f3a911f1
!34094 Remove the context option: 'enable_sparse'.
Merge pull request !34094 from 张清华/opt
2022-05-20 00:52:05 +00:00
i-robot b5249cdedd
!33734 [assistant][ops] Add other operator SampleDistortedBoundingBoxV2
Merge pull request !33734 from 孟权令/SampleDistortedBoundingBoxV2
2022-05-19 13:39:35 +00:00
i-robot 55e8fdf518
!34583 fix bug of list assign when step is negative
Merge pull request !34583 from lianliguang/master
2022-05-19 12:19:11 +00:00
wangchangheng 6c879b5554 optimize lamb 2022-05-19 19:18:16 +08:00
ling 437deb9da2 unsorted segment prod gpu inference 2022-05-19 18:59:19 +08:00
hangangqiang 41e4d93ddd support const-test if 2022-05-19 18:57:29 +08:00
Arielxyx dcb7526105 [feat][assistant][I4XJGJ] add new function LogAddExp2 2022-05-19 17:41:15 +08:00
Zhang Qinghua d7762f1c8d Add bprop_return_sparse flag for sparse bprop primitive and remove context option: 'enable_sparse'. 2022-05-19 17:31:57 +08:00
i-robot f47f97d24b
!33963 Modify ChcekPoint
Merge pull request !33963 from liuyang/ms_master
2022-05-19 08:30:22 +00:00
wangshengnan12@huawei.com 48065b72a1 adapt_control_flow 2022-05-19 15:50:29 +08:00
i-robot 9edf52d71f
!34559 [feat] [assistant] [ops] [I51VS2] Add new operator nn.AdaptiveMaxPool1d
Merge pull request !34559 from fujianzhao/adaptive_max_pool_1d
2022-05-19 07:48:34 +00:00
Sawyer 731ef7be93 [feat][assistant][I3T92K] add new other operator SampleDistortedBoundingBoxV2 2022-05-19 15:29:11 +08:00
i-robot f43b686e61
!34398 fix rewrite bug
Merge pull request !34398 from 于振华/rewrite_it1_fix_01
2022-05-19 01:31:15 +00:00
i-robot 77726dd5eb
!34567 fix bug in class_def_parser
Merge pull request !34567 from hangq/rewrite-pr
2022-05-19 01:20:10 +00:00
lianliguang 5699ef7b03 fix bug of list slice assign when step value is negative 2022-05-19 09:17:47 +08:00
hangangqiang d910b1929a fix bug in class_def_parser and quant.py 2022-05-18 16:36:34 +08:00
yuzhenhua 63a167b39d fix rewrite it1 bug 2022-05-18 15:58:17 +08:00
liuyang_655 6508fd317f fixed conflicts
modify test
2022-05-18 03:52:08 -04:00
fujianzhao 7fcb75beaa [feat] [assistant] [ops] [I51VS2] Add new operator nn.AdaptiveMaxPool1d 2022-05-18 15:50:44 +08:00
i-robot d21686c2fe
!32951 [feat] [assistant] [I48O56] Add new aicpu operator AdjustSaturation
Merge pull request !32951 from 陈慧敏/AdjustSaturation
2022-05-18 07:10:53 +00:00
i-robot d2a5df9950
!34351 Change class Variable to mutable function
Merge pull request !34351 from YuJianfeng/mutable
2022-05-18 01:32:05 +00:00
王超 50271da74b [feat] [assistant] [I48O56] Add new aicpu operator AdjustSaturation 2022-05-17 19:30:17 +08:00
i-robot 4a8bb274f7
!31634 [assistant][ops][I48O58] Add DenseToCSRSparseMatrix Operator
Merge pull request !31634 from 李定维/DenseToCSRSparseMatrix
2022-05-17 11:12:50 +00:00
i-robot 17fb1b2ea4
!34468 fix typecast on validate string
Merge pull request !34468 from luoyang/fix_typecast
2022-05-17 11:03:33 +00:00
i-robot bae2b79896
!34428 [feat] [assistant] [ops] [I51VS1] Add new operator nn.AdaptiveAvgPool1d
Merge pull request !34428 from fujianzhao/adaptive_avg_pool_1d
2022-05-17 03:27:30 +00:00
i-robot 8ed228063c
!30343 [feat] [assistant] [I48O5X] Add new aicpu operator AdjustContrastv2
Merge pull request !30343 from 魏铭宏/AdjustContrastv2
2022-05-17 02:58:18 +00:00
i-robot 175350c1c8
!33816 initial_epoch for model train
Merge pull request !33816 from changzherui/add_initial_epoch
2022-05-17 02:55:26 +00:00
i-robot d2c496e81f
!34301 add reminder for pipeline parallel
Merge pull request !34301 from bichaoyang/master
2022-05-17 01:20:04 +00:00
luoyang bc4d57018c fix typecast on validate string 2022-05-16 23:21:06 +08:00
liruoxuan 78cff1394a [assistant][ops][I48O58] Add DenseToCSRSparseMatrix Operator 2022-05-16 17:52:09 +08:00
whitewings 98ec2f6d4a [feat][ops][I48O5X]Add new image operator AdjustContrastv2 2022-05-16 16:29:14 +08:00
fujianzhao cb56dd895d [feat] [assistant] [ops] [I51VS1] Add new operator nn.AdaptiveAvgPool1d 2022-05-16 16:19:24 +08:00
changzherui 43552f6568 initial epoch for model train 2022-05-16 11:47:16 +08:00
bichaoyang 98d4b75d1b reminder when missing 'pipeline_end' 2022-05-16 11:11:00 +08:00
yujianfeng d855c830d2 Change class Variable to mutable function 2022-05-16 09:05:32 +08:00
hangangqiang f14647077b remove unused fields in __init__ function 2022-05-15 17:11:05 +08:00
hangangqiang 09a2c2e0dd fix rewrite bugs 2022-05-14 20:27:37 +08:00
i-robot c8bd35320b
!34346 fix rewrite bugs
Merge pull request !34346 from hangq/rewrite-bug
2022-05-14 02:56:26 +00:00
i-robot 4cde40189c
!34321 [MD] Normalize md5 tests - new golden files, unskip tests
Merge pull request !34321 from cathwong/ckw_xtransuni_ut_new_golden_unskip_md5
2022-05-13 21:00:38 +00:00
hangangqiang d6ddd1d49a fix rewrite bugs 2022-05-13 17:31:17 +08:00
i-robot 2427626f10
!34250 Return -1 as unknown batch size for callable batch_size param
Merge pull request !34250 from luoyang/get_batch_size
2022-05-13 06:45:07 +00:00
i-robot c07819796c
!34221 [feat] [assistant] [ops] [I51VSC] Add new operator nn.HuberLoss
Merge pull request !34221 from fujianzhao/huberloss
2022-05-13 02:57:19 +00:00
i-robot bfd377ca3c
!34125 add nn.ConstantPad1d nn.ConstantPad2d nn.ConstantPad3d and nn.ZeroPad2d
Merge pull request !34125 from ZhidanLiu/master
2022-05-13 01:53:23 +00:00
Cathy Wong 1caa2012bb [MD] Normalize md5 tests - new golden files, unskip tests 2022-05-12 16:02:36 -04:00
Cathy Wong 942001ffc6 [MD] Tranform Unification - skip normalize md5 tests 2022-05-12 12:56:01 -04:00
i-robot 8d44248535
!34199 [MD] Transforms Unificiation Feature - Phase 1B - Minor Code Fixes and UT Updates
Merge pull request !34199 from cathwong/ckw_xtranuni_code2_cutout_totensor
2022-05-12 13:51:00 +00:00
i-robot 887db57434
!32859 [assistant][ops]Add GetImageSize
Merge pull request !32859 from yangwm/size
2022-05-12 11:38:42 +00:00
luoyang 3cb854abc7 Return -1 as unknown batch size for callable batch_size param 2022-05-12 15:38:08 +08:00
i-robot 4d8ef64c11
!33931 [feat] [assistant] [ops] [I51VSB] Add new operator nn.Hardtanh
Merge pull request !33931 from fujianzhao/dev
2022-05-12 06:40:03 +00:00
i-robot 5e5606e82f
!33193 [assistant][ops]New operator implementation, include igamma igammac igammagrad
Merge pull request !33193 from ganqijun/ig
2022-05-12 03:44:53 +00:00
fr199787 9e5eb88799 [faet] [assistant] [I4S2FH] add new operator GetImageSize 2022-05-12 11:17:38 +08:00
ZhidanLiu fdd6f7c759 add nn.ConstantPad1d nn.ConstantPad2d nn.ConstantPad3d and nn.ZeroPad2d 2022-05-12 10:34:52 +08:00
i-robot 5cdfc094fb
!32695 [feat] [assistant] [I4CRKM] [I4CRKN] add nn operator MaxPoolV1 and MaxPoolGradV1
Merge pull request !32695 from Seeker98/0407_m
2022-05-12 02:20:27 +00:00
i-robot 5e31a54cbb
!32787 [assistant][ops]Add GetImageNumChannels
Merge pull request !32787 from yangwm/channels
2022-05-12 02:07:12 +00:00
Cathy Wong d08846176b [MD] Transforms Unificiation Feature - Phase 1B - Minor Code Fixes and UT updates 2022-05-11 16:21:35 -04:00
Seeker aa0dc155fb add aicpu op MaxPoolV1 MaxPoolGradV1 2022-05-11 17:42:12 +08:00
fujianzhao 4fd3433d23 [feat] [assistant] [ops] [I51VSC] Add new operator nn.HuberLoss 2022-05-11 15:39:02 +08:00
fakeen 7380756a0f igamma 2022-05-11 15:23:33 +08:00
fujianzhao 5bb57674da [feat] [assistant] [ops] [I51VSB] Add new operator nn.Hardtanh 2022-05-11 14:23:11 +08:00
i-robot a0a9c942c8
!33956 Add a nn cell for softsign.
Merge pull request !33956 from liqiliang/softsign-cpu
2022-05-11 03:15:10 +00:00
i-robot dbb05a92ea
!33962 fix: md AddressSanitizer
Merge pull request !33962 from guozhijian/fix_md_AddressSanitizer
2022-05-11 03:03:53 +00:00
i-robot 3aca62f878
!33338 [assistant][ops][I48O5W] Add new AdjustHue operator
Merge pull request !33338 from 邹天宇/AdjustHue
2022-05-11 01:51:49 +00:00
i-robot e8338c473e
!32779 [assistant][ops]New operator implementation, include DataFormatVecPermute
Merge pull request !32779 from 梁秀波/DataFormatVecPermute
2022-05-11 01:51:05 +00:00
i-robot fdb9c9cdd7
!31727 [assistant][ops] Add new Identity
Merge pull request !31727 from wxy220/Identity
2022-05-10 15:50:17 +00:00
jonyguo 8ba8c930e7 fix: md AddressSanitizer 2022-05-10 18:45:42 +08:00
zoutianyu 9224212dad [assistant][ops][I48O5W]Add new image operator AdjustHue 2022-05-10 18:32:47 +08:00
i-robot 035de460b6
!33293 [assistant][ops]New operator implementation, include zeta
Merge pull request !33293 from ganqijun/zeta
2022-05-10 10:17:39 +00:00
liqiliang 0fabbc4ccb Add a nn cell for softsign. 2022-05-10 17:09:33 +08:00
Wang Yao 53071e5896 [feat][assistant][I48O6B] add new Ascend operator DataFormatVecPermute 2022-05-10 15:28:14 +08:00
i-robot 1cc49698ed
!33983 primitive support str.format
Merge pull request !33983 from lianliguang/primitive-support-str-format
2022-05-10 07:18:34 +00:00
i-robot 818a1422c7
!33169 [assistant][ops]New operator implementation, include BesselJ0 and BesselJ1
Merge pull request !33169 from 张璇/BesselJ0
2022-05-10 03:45:28 +00:00
echo a02e959f1c [assistant][ops]New operator implementation, include zeta 2022-05-10 10:34:46 +08:00
i-robot 5b00105ce2
!34064 unify format under dir python/mindspore/nn & ops
Merge pull request !34064 from 李林杰/format_py
2022-05-10 01:34:52 +00:00
shenyu d69c2ce0d1 [feat] [assistant] [I4S2FG] add new operator GetImageNumChannels 2022-05-09 22:32:05 +08:00
i-robot ac58831c9a
!33744 add specify_prefix for load_checkpoint
Merge pull request !33744 from changzherui/add_specify_prefix
2022-05-09 07:56:52 +00:00
i-robot 6b385fe951
!34006 add ut/st for TensorScatter ops in ascend
Merge pull request !34006 from yuchaojie/op_dev2
2022-05-09 06:50:47 +00:00
lianliguang bd619120ac support cell and primitive for str.format 2022-05-09 09:21:06 +08:00
i-robot efe40a1ffc
!32412 [assistant][ops] Add Trace
Merge pull request !32412 from 张渝/trace
2022-05-07 10:04:29 +00:00
yuchaojie df39a2fc82 add ut/st for TensorScatter ops in ascend 2022-05-07 16:44:13 +08:00
i-robot e672e261ed
!33935 add get_bprop_p_s_roi_pooling
Merge pull request !33935 from ms_yan/add_bprop
2022-05-07 08:36:04 +00:00
lilinjie 5cd5177dae unify format under dir: mindspore/nn & ops 2022-05-07 16:14:09 +08:00
zx 63f08d4b36 [feat][assistant][I4CRK7] add new Ascend operator BesselJ0 and BesselJ1 2022-05-07 15:20:29 +08:00
ms_yan 2346c2c8cf add get_bprop_p_s_r_o_i_pooling 2022-05-07 09:32:35 +08:00
changzherui deacc65ffd add specify_prefix for load_checkpoint 2022-05-06 23:42:40 +08:00
i-robot 7171c4806e
!33812 [MD] Transform Unification Feature - Phase 2C - legacy deprecated Python UT tests
Merge pull request !33812 from cathwong/ckw_xtranuni_phase2c_uts_deprecated
2022-05-06 14:52:06 +00:00
i-robot 6c78153ef8
!33948 add softmax mul parallel tests
Merge pull request !33948 from wanhanyang/new_softmax
2022-05-06 09:00:41 +00:00
i-robot 3409f924bc
!33947 Add softmax gather parallel tests
Merge pull request !33947 from wanhanyang/test_softmax_gather
2022-05-06 08:31:38 +00:00
i-robot 8f565f098e
!33904 use _inner_ops shard instand of array_ops range
Merge pull request !33904 from yanzhenxiang2020/range_shard_inner
2022-05-06 08:10:46 +00:00
fangzhibin f6adbe957a [feat] [assistant] [I40GJ8] add new Ascend and CPU calculate operator Trace and TraceGrad 2022-05-06 15:28:00 +08:00
Wan Hanyang 2cf05811b8 add test softmax gather net tests 2022-05-06 14:59:27 +08:00
Wan Hanyang d16b2c15b1 Add mul softmax net tests 2022-05-06 14:53:30 +08:00
i-robot 1b01960935
!33923 回退 'Pull Request !33791 : Add gather with softmax parallel tests'
Merge pull request !33923 from suteng/revert-merge-33791-master
2022-05-06 05:42:18 +00:00
suteng 5c9f240735
回退 'Pull Request !33791 : Add gather with softmax parallel tests' 2022-05-06 03:20:35 +00:00
suteng 9c5d75d416
回退 'Pull Request !33790 : Add parallel fused softmax parallel tests' 2022-05-06 03:20:18 +00:00
i-robot 02f58183c5
!33644 add PSROIPoolingV2 op
Merge pull request !33644 from guozhijian/add_PSROIPoolingV2
2022-05-06 03:11:43 +00:00
yanzhenxiang2020 04c5a582da use _inner_ops shard instand of array_ops range 2022-05-06 10:36:57 +08:00
Cathy Wong a275b8b267 [MD] Transform Unification Feature - Phase 2C - legacy deprecated Python UT tests 2022-05-05 17:21:27 -04:00
i-robot 0828efe02e
!33811 [MD] Transform Unification Feature - Phase 2B - test_[r-z]*.py Python UT updates
Merge pull request !33811 from cathwong/ckw_xtranuni_phase2b_uts_r_to_z
2022-05-05 18:48:57 +00:00
i-robot fddb926dd5
!33807 [MD] Transform Unification Feature - Phase 2A - test_[a-q]*.py Python UT Updates
Merge pull request !33807 from cathwong/ckw_xtranuni_phase2a_uts
2022-05-05 12:43:58 +00:00
i-robot 4451a6a3ae
!33831 Change graph isinstance runtimeerror to typeerror
Merge pull request !33831 from LiangZhibo/master
2022-05-05 11:26:43 +00:00
xiefangqi a396140a4a add PSROIPoolingV2 ops 2022-05-05 19:13:06 +08:00
i-robot 43fd864c10
!31745 Enable if parallel call flag by default
Merge pull request !31745 from xychow/enable-if-parallel-call-by-default
2022-05-05 09:28:39 +00:00
i-robot ad304d342e
!33747 rewrite subgraph
Merge pull request !33747 from 于振华/rewrite_subgraph01
2022-05-05 07:07:47 +00:00
liangzhibo 5cb03b22c1 change isinstance error to typeerror 2022-05-05 09:28:52 +08:00
Cathy Wong eb4fd20bac [MD] Transform Unification Feature - Phase 2A - test_[a-q]*.py Python UT updates 2022-05-04 15:24:18 -04:00
Cathy Wong 22adb200b2 [MD] Transform Unification Feature - Phase 2 - test_[r-q]*.py Python UT updates 2022-05-04 09:16:46 -04:00
yuzhenhua ef28e8aa7f modify for subgraph and node visitor 2022-04-30 14:30:24 +08:00
i-robot 3d1060dcdb
!33790 Add parallel fused softmax parallel tests
Merge pull request !33790 from wanhanyang/softmax2
2022-04-29 13:02:50 +00:00
Su Teng 1686559b0d add gather with softmax parallel tests 2022-04-29 18:18:01 +08:00
Su Teng 1e1eaedec7 add parallel fused softmax tests 2022-04-29 18:14:43 +08:00
zhousiyi d4aba77d3d enable if parallel call transformation by default; fix test case ut/python/pipeline/parse/test_fix_bug.py::test_fix_expanddims_loss_scale
Check only if all branch of middle graph's output are scalar, parallel_if transformation should be ignored

fix test_auto_monad.py::test_while_if geswitch input shape check failed

fix ut/python/pipeline/parse/test_super.py::test_super_cell core dump as varg and kwarg parameter are removed but those flags are not set, it will cause FuncGraph::GetPositionArgsCount be negative

skip test_control_flow in ut/python/paralle as Parallel team is working on contro flow adaption.

fix ut/python/ir/test_row_tensor.py::test_row_tensor_with_control_flow_if

fix for kwonlyargs when eliminate_parameter and add testdases

fix cannot join for st/control/inner/test_012_if_in_for.py

fix pclint errors

fix test/st/scipy_st/sparse/test_linalg.py, if the output cnode of former funcgraph is Depend CNode with input 1 as middle funcgraph call, then keep the output of former funcgraph as Depend other than middle funcgraph tail call.

log as exception

If the output of middle funcgraph contain PyInterpret CNode, then ignore
the transformation as the Value in Abstract will be kAnyValue after join
of the PyInterpret CNode value.

Backend cannot support for RealDiv with Int64, so change one operand to Float
2022-04-29 08:22:56 +00:00
i-robot 3e80716b0c
!33437 SactterMin operator supports GPU, and add function interface
Merge pull request !33437 from hujiahui8/scatter_min
2022-04-28 02:39:44 +00:00
i-robot fd22d69ca7
!33475 Remove test data containing sensitive word
Merge pull request !33475 from xiaotianci/fix_examples
2022-04-28 02:05:09 +00:00
i-robot 37a28be84a
!33574 [MD] fix test case
Merge pull request !33574 from liyong126/fix_test_case1
2022-04-27 20:59:48 +00:00
i-robot 406eaf37b1
!33497 Support custom cell bprop when using Parameter in primal graph
Merge pull request !33497 from YuJianfeng/custom_bprop
2022-04-27 12:30:02 +00:00
hujiahui8 b8ec35c3b7 SactterMin operator supports GPU, and add function interface 2022-04-27 16:42:21 +08:00
yujianfeng 5f6bb3132e Support custom cell bprop when using Parameter in primal graph 2022-04-27 14:08:17 +08:00
Xiao Tianci 0dc85a15b9 remove sensitive word in test data 2022-04-27 10:51:44 +08:00
i-robot 6c9590d13d
!32632 add new Ascend operator TruncatedNormal
Merge pull request !32632 from yyxhgg/TruncatedNormal
2022-04-26 13:04:03 +00:00
liyong 29855385a5 fix random dataset 2022-04-26 19:48:17 +08:00
i-robot fcb0319747
!33270 [assistant][InverseMelScale]
Merge pull request !33270 from chenchen/InverseMelScale
2022-04-26 08:55:58 +00:00
i-robot 16794f27b9
!32789 [assistant][ops] Add math operator ReduceStd
Merge pull request !32789 from 孟权令/ReduceStd
2022-04-25 13:50:34 +00:00
i-robot 31bb95306e
!32715 [assistant][ops]New operator implementation, include NthElement
Merge pull request !32715 from 宋梦雨/NthElement
2022-04-25 11:29:39 +00:00
chenx2ovo cd8395f352 [feat][assistant][I3CEG2] add op inversemelscale 2022-04-25 18:58:38 +08:00
i-robot 2b6d6b6b33
!33488 Add CPU/GPU implementation of Cummax operator.
Merge pull request !33488 from hezhenhao1/add_cumop
2022-04-25 07:12:23 +00:00
ZCX 58b468fdce [feat] [assistant] [I471DN] add new Ascend operator TruncatedNormal 2022-04-25 12:51:26 +08:00
hezhenhao1 9f7db2afab Add CPU/GPU implementation of Cummax operator. 2022-04-25 12:32:29 +08:00
i-robot e65e14e35a
!31061 [feat] [assistant] [I4CRJI] Add new aicpu operator RaggedRange
Merge pull request !31061 from 路雄博/raggedrange
2022-04-25 04:09:20 +00:00
i-robot 0bb0183e08
!32913 Remove support for dataclass
Merge pull request !32913 from huangbingjian/test_class
2022-04-25 02:26:25 +00:00
宋梦雨 aaa4b75791 add the NthElement 2022-04-25 09:15:48 +08:00
huangbingjian d6485b82f6 Remove support for dataclass 2022-04-24 09:12:50 +08:00
i-robot 887f815e2f
!33377 [Fallback][Control_flow] Add control flow fallback testcases.
Merge pull request !33377 from Margaret_wangrui/control_flow_testcases
2022-04-24 01:09:06 +00:00
wyj a01dd47844 [feat] [assistant] [I4804K] Add new aicpu operator RaggedRange 2022-04-22 18:59:39 +08:00
i-robot 756bfdbb73
!33112 [assistant][ops] Add FractionalAvgPool
Merge pull request !33112 from 徐喻琳/FractionalAvgPool
2022-04-22 09:04:18 +00:00
Sawyer Zheng d31e8e5200 [feat][assistant][I3T92E] add new math operator ReduceStd 2022-04-22 15:39:43 +08:00
Margaret_wangrui c8a853114c [Fallback][Control_flow] Add control flow fallback testcases. 2022-04-22 11:36:19 +08:00
i-robot 5524b9d4e0
!33333 Refactor optimizers to support flatten parameters
Merge pull request !33333 from hewei/flatten_weights
2022-04-21 12:14:30 +00:00
“xuyulina” f412c6ee28 [feat] [assistant] [I471D8] add new Ascend operator FractionalAvgPool 2022-04-21 17:42:36 +08:00
Zhang Qinghua 329c4f23c8 Throw an exception if the side-effect op is ignored in the func graph who returned constant result. 2022-04-21 14:24:15 +08:00
He Wei 8b0d4e7751 Refactor optimizers to support flatten parameters 2022-04-20 20:23:31 +08:00
i-robot 5e57d3e4a2
!33213 [assistant][ops]New operator implementation, include BesselK0, BesselK1, BesselK0e, BesselK1e
Merge pull request !33213 from 张璇/BesselK
2022-04-20 07:51:44 +00:00
i-robot 14a8b1d18e
!32984 support list slice
Merge pull request !32984 from lianliguang/supported-list-slice-assign
2022-04-20 07:30:10 +00:00
zx 14c4c0a51b [feat][assistant][ops] New operator implementation, include BesselK0,BesselK1,BesselK0e and BesselK1e 2022-04-20 13:48:33 +08:00
lianliguang 11b4836040 support list slice assign 2022-04-20 09:32:05 +08:00
i-robot 49f030358e
!33263 [MD] UT Updates - more eager tests, minor updates
Merge pull request !33263 from cathwong/ckw_ut_misc_fixes
2022-04-19 20:34:16 +00:00
liangzhibo 8f2bf65f80 Graph isinstance extends 2022-04-19 10:49:09 +08:00
Cathy Wong 907194dfb8 [MD] UT Updates - more eager tests, minor updates 2022-04-18 22:03:32 -04:00
liangzhibo 78a542164c Delete convert_python_data in ValueToPyData 2022-04-18 19:19:19 +08:00
i-robot 813d0505ac
!33016 [MS][ops]add new cpu array operators BitwiseAnd BitwiseOr BitwiseXor
Merge pull request !33016 from KXiong/master
2022-04-16 09:01:44 +00:00
i-robot a1da426c78
!33082 Add convert_python_data ro the output of ValueToPyData
Merge pull request !33082 from LiangZhibo/pydata
2022-04-16 08:09:58 +00:00
xiongkun c9704b92bb [MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor
[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor

[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor

[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor

[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor

[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor

[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor

[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor

[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor

[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor

[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor

[MS][ops]add new array operator BitwiseAnd BitwiseOr BitwiseXor
2022-04-16 15:06:38 +08:00
i-robot b3cc429b09
!32645 [assistant][ops] Add FractionalMaxPool3DWithFixedKsize
Merge pull request !32645 from 徐强/FractionalMaxPool3DWithFixedKsize
2022-04-16 06:31:16 +00:00
liangzhibo 7b9bc36a11 Add convert_python_data at the end ot ValueToPyData 2022-04-16 14:19:20 +08:00
i-robot 4c3faa7f8f
!32613 Supports creating and calling instances of ms_class
Merge pull request !32613 from huangbingjian/class_dev
2022-04-16 06:14:29 +00:00
i-robot 7e75db0979
!33066 Add docs and ut for Variable api
Merge pull request !33066 from YuJianfeng/mutable
2022-04-16 03:26:26 +00:00
huangbingjian a20579cef3 Support for creating and calling instances of ms_class 2022-04-16 10:08:11 +08:00
xuqiang b6ae8d9a85 [feat] [assistant] [I40GGU] add new operator FractionalMaxPool3DWithFixedKsize 2022-04-15 20:48:15 +08:00
He Wei 0d12199928 Enable flatten_gradients for Adam optimizer 2022-04-15 19:49:57 +08:00
yujianfeng a4575fcf9a Add docs and ut for Variable api 2022-04-15 15:01:04 +08:00
He Wei 9a0a0ad5e8 Add inner operator FlattenConcat 2022-04-15 09:30:39 +08:00
i-robot 2d0b9f9a7b
!33007 modify constant shard
Merge pull request !33007 from wangshengnan123/master
2022-04-15 01:15:06 +00:00
i-robot 4aa67f7e1b
!27893 [feat] [assistant] [I4CRJN] [I4CRJM] [I4CRJL] Add MatrixDiagV3, MatrixSetDiagV3 and MatrixDiagPartV3
Merge pull request !27893 from 杜闯/MatrixDiagV3_
2022-04-14 06:34:36 +00:00
wangshengnan123 f7949289e6 rm constant sharding 2022-04-14 11:15:42 +08:00
i-robot 4442e0f654
!32711 [MD] fix mindrecord rename issue
Merge pull request !32711 from liyong126/fix_rename_mindrecord_issue
2022-04-13 06:58:28 +00:00
chauneahhin e9bbec3b4c [feat] [assistant] [I4CRJN] [I4CRJM] [I4CRJL] Add MatrixDiagV3, MatrixSetDiagV3 and MatrixDiagPartV3 2022-04-13 10:23:51 +08:00
i-robot fb4ac3e4cb
!32672 add ut for save_graphs
Merge pull request !32672 from huanghui/add-ut-for-save_graphs
2022-04-13 01:33:12 +00:00
liyong 830e76656a fix mindrecord rename issue 2022-04-12 19:36:24 +08:00
i-robot 1405c59a4f
!32853 fallback lossmonitor has_trained_epoch
Merge pull request !32853 from changzherui/fallback_lossmonitor
2022-04-12 02:34:11 +00:00
huanghui f8b93ebc39 add ut for save_graphs 2022-04-12 09:13:00 +08:00
changzherui 865a5de03d fallback lossmonitor has_trained_epoch 2022-04-11 23:24:24 +08:00
xiongkun 317f59a0ae [MS][Rewrite]Move return out of if and support multiple targets
[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets

[MS][Rewrite]Move return out of if and support multiple targets
2022-04-11 20:39:42 +08:00
i-robot 92655adb3b
!32622 fix_white_list
Merge pull request !32622 from 冯一航/fix_white_list_master2
2022-04-09 02:34:34 +00:00
fengyihang 5572c797b8 test 2022-04-08 16:44:18 +08:00
i-robot 3416b3a94b
!32630 Modify Optimizer to support flatten parameters
Merge pull request !32630 from hewei/flatten_weights
2022-04-08 06:48:09 +00:00
i-robot c1bacb39dc
!32644 [MD] fix doc issue2 in master
Merge pull request !32644 from liyong126/fix_doc_issue2
2022-04-08 06:32:34 +00:00
i-robot 0af661659c
!32534 [MD][Autotune] Add rank to filename
Merge pull request !32534 from harshvardhangupta/rank_id_suffix_at_config
2022-04-08 02:51:17 +00:00
liyong 2172934177 fix doc issue2 2022-04-08 10:46:08 +08:00
i-robot 4636851fc5
!32351 reinforce subtree support in Rewrite
Merge pull request !32351 from hangq/mscompression-pr
2022-04-08 01:24:27 +00:00
harshvardhangupta 6b8a76c59d add rank to filename 2022-04-07 16:12:06 -04:00
He Wei 723543eb5d Modify Optimizer to support flatten parameters
1. Provide method to create Parameter from Tensor without copy;
2. Adapt optimizer.py to support flattened parameters;
3. Add unit test cases for parameter and optimizer.
2022-04-07 14:11:32 +08:00
jonyguo b8205ee995 add testcase 2022-04-07 09:49:23 +08:00
liyong 3191160eca fix some issue 2022-04-06 17:48:55 +08:00
i-robot e611ca2907
!32524 [dataset][bugfix] Fix hang bug of output_types when dataset launch two-level pipeline + multiprocessing
Merge pull request !32524 from xiefangqi/md_fix_two_level_pipeline_hang
2022-04-06 09:13:29 +00:00
i-robot 41f1f48ed9
!32465 [Fallback][Control_flow] Ensure the information of the Interpret node is transmitted normally when function block jumps.
Merge pull request !32465 from Margaret_wangrui/fallback_control_flow_2
2022-04-06 07:06:45 +00:00
unknown a9e6a151da fix dataset two level pipeline hang problem 2022-04-06 12:39:48 +08:00
i-robot e09a674bcc
!32529 Fix optimizer limit for the Parallel Optimizer
Merge pull request !32529 from huangxinjing/fix_model_limit
2022-04-06 03:39:36 +00:00
Margaret_wangrui dcda778f8a [ME][Fallback][Control_flow] Ensure the information of the Interpret node is transmitted normally when function block jumps. 2022-04-06 09:27:55 +08:00
huangxinjing b16dbf2b5d 1. Fix optimizer check error, as the check is done by the class name, too naive
2. Add virutal assign add to the operator
2022-04-05 20:16:03 +08:00
hangangqiang 0e213ca36c reinforce subtree in Rewrite
reinforce Primitive op support in Rewrite
2022-04-02 16:14:18 +08:00
i-robot 41615d4833
!32099 Fix the error is reported when the file name is directly transferred
Merge pull request !32099 from 刘勇琪/master
2022-04-02 07:59:44 +00:00
i-robot b12fefbded
!32373 Add class Variable to set constant mutable
Merge pull request !32373 from YuJianfeng/mutable
2022-04-02 07:35:02 +00:00
i-robot feac726ec7
!32363 add AstFinder, AstReplacer, Observer, Observable and ClassNamer in Rewrite
Merge pull request !32363 from hangq/mscompression-pr-dev
2022-04-02 05:04:37 +00:00
liu-yongqi-63 b125369f1e Fix the error is reported when the file name is directly transferred 2022-04-02 11:51:57 +08:00
yujianfeng 507c2cb2a7 Add Variable to set constant mutable 2022-04-02 11:08:43 +08:00
i-robot a49b9877a9
!32381 Add APIs to support flatten weights
Merge pull request !32381 from hewei/flatten_weights
2022-04-01 12:59:40 +00:00
i-robot c4993cb3b6
!27361 [assistant][ops]New operator implementation, include Bucketize
Merge pull request !27361 from 傅嘉俊/Bucketize
2022-04-01 11:11:27 +00:00
He Wei ba0e450078 Add APIs to support flatten weights
```
Cell.flatten_weights()

Tensor._flatten_tensors()
Tensor._is_flattened()
Tensor._get_flattened_tensors()
```
2022-04-01 15:56:38 +08:00
i-robot 3e7694ff85
!26342 [assistant][ops] Add FractionalMaxPool
Merge pull request !26342 from 徐喻琳/FractionalMaxPool
2022-04-01 03:44:30 +00:00
i-robot acce047dfe
!32341 add parallel ops about Invert CheckValid PopulationCount
Merge pull request !32341 from yangzhenzhang/add-parallel-operators
2022-04-01 02:53:58 +00:00
i-robot ed2ed45482
!32111 Support assert in constant scenarios
Merge pull request !32111 from huanghui/assert
2022-04-01 02:45:44 +00:00
i-robot d73ccd17f6
!32328 [MD][Offload] Reduce Offload UT Computation Time
Merge pull request !32328 from alashkari/update-ut
2022-03-31 14:55:28 +00:00
i-robot 39b97d8641
!32224 fix the log info and exception message in profiler and summary
Merge pull request !32224 from maoyaomin/mym_fix
2022-03-31 12:18:11 +00:00
hangangqiang 082d5eeda9 add AstFinder, AstReplacer, Observer, Observable and ClassNamer in Rewrite 2022-03-31 19:00:32 +08:00
i-robot c3d7c425e9
!29856 [assistant][GriffinLim]
Merge pull request !29856 from chenchen/g2
2022-03-31 09:33:52 +00:00
i-robot 72414ff8d9
!31941 modify Strided_slice for master
Merge pull request !31941 from lilei/modify_stridedslice_for_master
2022-03-31 09:11:24 +00:00
yanghaoran c44de68591 takedown test_datasets_generator to ensure gate stability 2022-03-31 16:56:03 +08:00
yangzhenzhang c927da3b41 add parallel operators 2022-03-31 15:11:25 +08:00
“xuyulina” d147959bac [feat] [assistant] [I471DB] add new Ascend operator FractionalMaxPool 2022-03-31 15:11:13 +08:00
Arielxyx 8f9226666f cpu_0329 2022-03-31 14:49:29 +08:00
maoyaomin 99a3abe2bb fix the logger info and exception message in profiler and summary 2022-03-31 14:26:58 +08:00
chenx2ovo e19dc02b47 [feat][assistant][I3CECZ] add op griffinlim 2022-03-31 11:30:26 +08:00
i-robot fdb08994f0
!30974 add mindpore rewrite
Merge pull request !30974 from hangq/mscompression-pr
2022-03-31 02:59:06 +00:00
i-robot 9810fa53cb
!31899 [Auto-Par] [D-Rec] Add Mem & Redis coefficient on D-Rec cost model for Pangu-alpha
Merge pull request !31899 from FRHW-WANG/D-Rec-deliver
2022-03-31 02:12:26 +00:00
i-robot 8ea9ceaecd
!32231 fix: when return numpy in GeneratorDataset
Merge pull request !32231 from guozhijian/fix_generator_with_numpy
2022-03-31 01:21:20 +00:00
Rescue 60d895fcd8 Decrease test_map_offload.py computation time. 2022-03-30 16:40:19 +00:00
jonyguo 4378014ffb fix: when return numpy in GeneratorDataset 2022-03-30 20:21:41 +08:00
hangangqiang de196f3a25 add mindpore rewrite 2022-03-30 17:40:27 +08:00
huanghui c222f7d226 support asert 2022-03-30 14:54:38 +08:00
i-robot 6bf4f98752
!32089 me master 0328
Merge pull request !32089 from mindspore_ding/me_master_0328
2022-03-30 06:39:02 +00:00
i-robot b67ba47446
!30266 [assistant] [ops] [I4CRJJ] add new array operator Triu
Merge pull request !30266 from ruili/Triu
2022-03-30 03:00:48 +00:00
i-robot abf0c022a9
!26505 [assistant] [ops] [I48O8K] add new array operator RightShift
Merge pull request !26505 from 王超/rightshift
2022-03-29 13:14:24 +00:00
haoran.wang 3674e1d713 Add Mem & Redis coefficient for PanGu-alpha 2022-03-29 12:00:34 +00:00
i-robot 7906cef56f
!31989 [MD] fix GIL acquire issue
Merge pull request !31989 from liyong126/fix_gil_issue
2022-03-29 08:35:04 +00:00
i-robot e897c98b1f
!31988 Implementation of SquaredDifferenceInfo, ErfinvInfo, MaskedFillInfo, SplitVInfo, GammaInfo, KLDivLossInfo and LinSpaceInfo.
Merge pull request !31988 from liuluobin/ops_impl
2022-03-29 08:08:32 +00:00
dingpeifei c688f0a490 me master 0325 2022-03-29 15:54:49 +08:00
liyong f703f66f6c fix gis issue 2022-03-29 11:17:01 +08:00
liuluobin 6f914b8b3c Implementation of SquaredDifferenceInfo, ErfinvInfo, MaskedFillInfo, SplitVInfo, GammaInfo, KLDivLossInfo and LinSpaceInfo 2022-03-29 09:30:21 +08:00
i-robot a9cdbd5ae8
!32005 fix bugs of moe
Merge pull request !32005 from bichaoyang/master
2022-03-29 01:30:10 +00:00
larrygld aeb0b2090b [assistant][ops] Add array operators Triu 2022-03-28 21:25:29 +08:00
王超 0cf25e180f [assistant] [ops] [I48O8K] add new array operator RightShift 2022-03-28 18:51:44 +08:00
i-robot c2e0796bdb
!25339 [assistant][ops] Add new Tril
Merge pull request !25339 from 张凯磊/Tril
2022-03-28 09:26:13 +00:00
b00518648 93da6bab46 fix bugs of moe: only use a fewer dp in moe 2022-03-28 17:22:48 +08:00
i-robot 8add6a926c
!31925 modify interface of shard function
Merge pull request !31925 from wangjun/interface_modify_0325
2022-03-28 02:24:16 +00:00
i-robot a15f682803
!31603 support str.format
Merge pull request !31603 from lianliguang/supported-str-format
2022-03-28 01:33:58 +00:00
lilei 452362332e xmodify stridedslice for master 2022-03-28 09:24:13 +08:00
Carry955 3d182380d8 [feat][assistant][I4862P] add new aicpu operator Tril 2022-03-26 19:36:29 +08:00
i-robot 5a4e25db92
!26226 [assistant][ops] Add NonDeterministicInts
Merge pull request !26226 from yyxhgg/NonDeterministicInts
2022-03-26 09:42:53 +00:00
i-robot d66af6eb86
!26399 [assistant][ops] Add CropAndResizeGradBoxes
Merge pull request !26399 from wangyantao/CropAndResizeGradBoxes
2022-03-26 09:41:38 +00:00
lianliguang 6304c2ef3d support str.format 2022-03-26 14:53:06 +08:00
lianliguang 424c16d116 fix abs(tensor) when tesnor data is a 0-dim number 2022-03-26 14:20:03 +08:00
wangjun 789539cbaa modify interface name for shard 2022-03-26 09:10:14 +08:00
i-robot 3f18180606
!31742 [MD][Autotune] Change autotune config
Merge pull request !31742 from harshvardhangupta/at_config_suggestion
2022-03-25 21:00:12 +00:00
wangyantao 668cdb936f [feat] [assistant] [I471CP] add new operator CropAndResizeGradBoxes 2022-03-26 00:30:34 +08:00
ZCX 0cb72a21f3 [feat] [assistant] [I471DI] add new Ascend operator NonDeterministicInts 2022-03-25 22:29:47 +08:00
harshvardhangupta 0086f4ee05 Modify the Dataset AutoTune config #31742 2022-03-25 09:03:38 -04:00
i-robot 40015e003f
!31896 fix isolated node error
Merge pull request !31896 from lianliguang/fix-isolated-node-bug
2022-03-25 11:52:21 +00:00
lianliguang 3d7c56c4cc fix isolate node bug when using fallback interpret node 2022-03-25 16:41:16 +08:00
i-robot 1af8b365de
!31880 [MD] add OBSMindDataset
Merge pull request !31880 from liyong126/add_obs_mindrecord_dataset
2022-03-25 06:50:58 +00:00
i-robot 5f343bcd09
!31824 add waring suggestion log and map op error check
Merge pull request !31824 from guozhijian/fix_more_info
2022-03-25 03:24:07 +00:00
liyong 419109cf0a add OBSMindDataset 2022-03-25 11:03:53 +08:00
i-robot 3c83d3f600
!31668 [Auto-Par] [D-Rec] Modify the name of the functions and variables of Parameter shared User strategy treatment & Add new treatment case of MatMul/Gather
Merge pull request !31668 from 王浩然/D-Rec-deliver
2022-03-25 02:11:41 +00:00
jonyguo 317c48a933 add log warning and op error check 2022-03-25 09:26:29 +08:00
7347157+joylvliang@user.noreply.gitee.com 39e70e8519 fix_bug_of_tensor_copy_canot_work_in_int64_with_D 2022-03-24 20:47:42 +08:00
haoran.wang fdfbe2dedc Modify the name of the funtions and variables of Parameter shared User strategy treatment 2022-03-24 06:16:55 +00:00
liyong bff0fbc76f fix GIL acquire Misuse 2022-03-24 08:45:30 +08:00
i-robot 4110c3d6d6
!31646 [dataset][bugfix] 修复config 接口typeerror的问题
Merge pull request !31646 from xiefangqi/md_fix_interface_comments
2022-03-23 02:45:01 +00:00
i-robot f59de99ed6
!31654 [ME]Support raise in constant scenarios.
Merge pull request !31654 from Margaret_wangrui/raise
2022-03-23 02:28:37 +00:00
Margaret_wangrui 6d10adc9c5 [ME]Support raise in constant scenarios. 2022-03-22 19:33:47 +08:00
i-robot 200a77c3d1
!31393 fix csr/coo docs and checks
Merge pull request !31393 from wangrao124/pr_0316
2022-03-22 05:15:38 +00:00
xiefangqi f81c7967ec fix config interface comments 2022-03-22 10:04:12 +08:00
yux1ng 0b6b9e02cb [feat][assistant][I4XJG3] add new Ascend operator Identity 2022-03-21 20:06:53 +08:00
i-robot 4bb2fbdb5f
!30695 Support third-party modules
Merge pull request !30695 from huangbingjian/import_module
2022-03-21 08:36:39 +00:00
huangbingjian a62484c5ad Added recognition of third-party libraries 2022-03-21 14:10:23 +08:00
i-robot 91d9585df7
!31346 add vmap ut and st
Merge pull request !31346 from Erpim/vmap_v12
2022-03-21 03:49:08 +00:00
Erpim 0e7e1f8400 add vmap st and ut 2022-03-21 09:38:38 +08:00
liyong 00371d523f fix mindrecord issue 2022-03-19 12:04:27 +08:00
wangrao124 5e5415f617 fix csr/coo 2022-03-18 16:46:38 +08:00
i-robot 2e516c735b
!28640 [assistant] [ops] Add the FillV2 operator
Merge pull request !28640 from 爱科学的小松鼠/OpFill
2022-03-17 09:48:14 +00:00
hu-daiwang 3b093696e7 [feat] [assistant] [I48O6L] add the fillV2 operator 2022-03-17 11:19:59 +08:00
jonyguo 11079eabbb fix: code check 2022-03-17 08:23:12 +08:00
i-robot 1d6834ce4d
!31334 [MD][Autotune] Modify the generated autotune config to improve readability
Merge pull request !31334 from harshvardhangupta/modify_at_config
2022-03-16 18:18:57 +00:00
i-robot 88691d054e
!31321 Convert AbstractList to AbstractTuple recursively
Merge pull request !31321 from hewei/fix_opt_perf
2022-03-16 07:09:52 +00:00
i-robot c2212f88b4
!31164 Fix the global norm missing insert allreduce
Merge pull request !31164 from huangxinjing/fx_global_norm_error
2022-03-16 06:46:13 +00:00
i-robot 72ea797e4d
!30339 [BUG][MD][FUNC]RandomInvert
Merge pull request !30339 from yangwm/randominvert
2022-03-16 06:39:53 +00:00
i-robot 8e8391dadb
!30429 BUG][MD][FUNC]RandomAutoContrast
Merge pull request !30429 from yangwm/autocontrast
2022-03-16 06:38:54 +00:00
He Wei 51c147ab12 Convert AbstractList to AbstractTuple recursively 2022-03-16 09:59:27 +08:00
i-robot bf03f0e030
!31252 Implementation of element wise parallel ops
Merge pull request !31252 from liuluobin/element_wise_ops
2022-03-16 01:32:29 +00:00
i-robot 5f75c701d5
!31332 Fix bug in terminating a failed pipeline
Merge pull request !31332 from h.farahat/fix_reset
2022-03-15 20:17:05 +00:00
harshvardhangupta accc32da6c modify the at config file 2022-03-15 13:49:00 -04:00
i-robot 12d8906e2e
!30253 Support more ops for dump flag
Merge pull request !30253 from huanghui/enhance-dump-flag
2022-03-15 16:49:11 +00:00
hesham 3d16a4dee2 Fix bug in terminating a failed pipeline 2022-03-15 11:35:28 -04:00
liuluobin f13d342986 Implementation of element wise parallel ops 2022-03-15 19:24:17 +08:00
i-robot 313a247ae8
!31178 upgrade Ascend package 11 Mar 22
Merge pull request !31178 from shenwei41/upgrade_ascend_20220311
2022-03-15 11:08:32 +00:00
i-robot 3be552ca39
!31156 test centos ut
Merge pull request !31156 from luoyang/test_centos
2022-03-15 09:38:15 +00:00
shenwei41 f1fde6a262 upgrade Ascend package 11 Mar 22 2022-03-15 16:31:27 +08:00
huangxinjing 31f55b6525 1. The main gol: Fix mixing inserting the AllReduce when where is no mirror appeared
2. remove pattern match error as the origin pattern match will find no operator if there is only one parameter
2022-03-15 15:54:06 +08:00
i-robot 01078763df
!31227 don't handle reshape when using adafactor optimizer in auto parallel
Merge pull request !31227 from yangzhenzhang/adafactor-parallel-skip-handle-reshape
2022-03-15 02:47:31 +00:00
huanghui 4482acf586 Support API set_dump for more type of ops 2022-03-15 10:24:15 +08:00
i-robot d4fc47ef0c
!31211 Clean iterators before forking
Merge pull request !31211 from h.farahat/pytest_problem
2022-03-15 01:47:28 +00:00
yangzhenzhang 1f98ffb79c adafactor parallel skip handle reshape 2022-03-15 09:18:19 +08:00
i-robot 6be7c42052
!31191 [MD] more tests for failover reset
Merge pull request !31191 from Mohammad Motallebi/failover_more_tests
2022-03-14 21:50:37 +00:00
h.farahat 318e6b8803 fix segfault 2022-03-14 14:55:21 -04:00
mohammad 583eb32723 [MD] Add more UT and a ST for failover reset 2022-03-14 13:52:09 -04:00
luoyang 74d8969b91 ut failed with pillow>=9.0.0, need more validation 2022-03-14 23:58:09 +08:00
i-robot dcb5cd670c
!30953 Dynamic Weight Decay
Merge pull request !30953 from wanyiming/dynamic_wd
2022-03-14 06:03:24 +00:00
lilei 690c58ebcf modify virtualdataset bug for master 2022-03-13 10:49:15 +08:00
i-robot 8b7d7a1e1a
!31141 [MD][Offload] Offload RandomSharpness Op Pure Sharpness Support & UT
Merge pull request !31141 from alashkari/fix-random-sharpness
2022-03-11 21:06:13 +00:00
Rescue face5e51a0 Added sharpness without randomness support and sharpnes op ut.
fix pad issue
2022-03-11 17:30:49 +00:00
i-robot 603ff25afb
!31177 Add ut for fallback python buildin function with tensor input
Merge pull request !31177 from LiangZhibo/syntax
2022-03-11 08:38:53 +00:00
i-robot 3c0e34ada0
!30855 Support user-defined classes by ms_class decorators
Merge pull request !30855 from huangbingjian/ms_class_dev
2022-03-11 08:37:12 +00:00
liangzhibo a3f183bdad Add test case for fallback buildin function with constant tensor 2022-03-11 15:35:29 +08:00
i-robot c2a5cc1486
!31040 Produce parallel operators for Argmin/max, SquareSumAll and UnsortedSegmentProd
Merge pull request !31040 from Bert0108/reduce_operators_arg
2022-03-11 06:15:56 +00:00
shenyu 443da2280d [FIX][BUG][MD][FUNC] RandomInvert 2022-03-11 11:53:04 +08:00
shenyu c14a8084c7 [FIX][BUG][MD][FUNC] RandomAuoContrast 2022-03-11 10:29:49 +08:00
i-robot a064d0855b
!30728 add ci test for unify backend
Merge pull request !30728 from xiaoyao/master
2022-03-11 01:50:03 +00:00
i-robot eecf6db426
!31121 [MD] revert OBSMindDataset
Merge pull request !31121 from liyong126/revert_OBSMindDataset
2022-03-11 01:21:10 +00:00
i-robot 216e7c6a92
!31041 add check for conv2d
Merge pull request !31041 from yangzhenzhang/add-check-for-conv2d
2022-03-11 01:20:52 +00:00
i-robot 67d10ce3be
!31066 Fix a bug where ROIAlign and CropAndResize distributed op do not support GPU
Merge pull request !31066 from liuluobin/fix_roialign
2022-03-11 01:16:46 +00:00
huangbingjian 4f7c9cb27f Support user-defined classes through ms_class decorators. 2022-03-10 20:12:54 +08:00