ms_yan
deb1e6e965
use from_numpy and add do_copy option
4 years ago
mindspore-ci-bot
44abd94b42
!9408 [ME][Pynative]Fix mem leak problem in pynative mode
...
From: @chenfei52
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
70dc40551a
!10020 Improve fancy index from 1st dimension to arbitrarily dimension
...
From: @yepei6
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
20df37e428
!10287 Add ut for dataset to_number
...
From: @luoyang42
Reviewed-by: @heleiwang
Signed-off-by:
4 years ago
huangxinjing
565ce81b29
Fix allsawp
4 years ago
chenfei
1f20e552ed
handle mem leak in pynative mode
...
use enter and leave construct
4 years ago
mindspore-ci-bot
c1d4a0f80c
!10361 Introduce a master disable flag to ProfilIngManager
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
Zirui Wu
a1355a827c
introduce a master switch to turn on and off profiler
4 years ago
lvliang
04392f3120
recovery-already-run
4 years ago
mindspore-ci-bot
61ed05f133
!10102 test high order grad with respect to parameter
...
From: @chen_tanjie
Reviewed-by: @wang_zi_dong,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
176ea4676c
!10261 change the int32 restrict to int restric
...
From: @yepei6
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
4 years ago
mindspore-ci-bot
32dc10a735
!9864 Adjust the location of cleaning unuse memory in value node
...
From: @joylvliang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
b8b4ce7442
!10323 Rewrite gpu implementation for op maxpool_with_argmax/maxpool_with_argmax_grad
...
From: @yuan_shen_zhou
Reviewed-by: @linqingke,@liangchenghui
Signed-off-by: @linqingke
4 years ago
Payne
5c9982729d
fancy index getitem
4 years ago
mindspore-ci-bot
9b3226c2b6
!10289 Ignore the graphs with defer_inline flag when specializing on graph arguments
...
From: @ginfung
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
4 years ago
Payne
236bfb75e3
change the int32 restrict to int
4 years ago
lvliang
1490947ff0
adjust-the-location-of-cleaning-unuseless-memory-in-value-node
4 years ago
yujianfeng
e1aa34a030
Ignore the graphs with defer_inline flag when specializing on graph arguments
4 years ago
mindspore-ci-bot
00611b1c41
!10175 Add tensor.ndim and rename tensor.size() to tensor.size
...
From: @yanglf1121
Reviewed-by: @kingxian,@zhunaipan
Signed-off-by: @kingxian
4 years ago
zhouyuanshen
09b68f9006
rewrite gpu implementation of op maxpool_with_argmax and maxpool_with_argmax_grad
4 years ago
mindspore-ci-bot
f1e1a2afd6
!10223 fixed codex and change bare pointer to shared pointer
...
From: @anancds
Reviewed-by: @limingqi107
Signed-off-by:
4 years ago
mindspore-ci-bot
2212a5d728
!10305 Fix core dump when num_worker is negative value
...
From: @ziruiwu
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
c6f3b1826c
!10009 Add infer shape function for tile in graph kernel
...
From: @looop5
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
mindspore-ci-bot
2b64b7f295
!10312 SequenceMask move API to composite
...
From: @peilin-wang
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
Peilin Wang
412665f707
wrap sequenceMask in composite
4 years ago
Peilin Wang
299509dbfc
changed cast to round to zero if casting from float to integral
4 years ago
Zirui Wu
0e2f7a9e9e
add validate param to base class DatasetNode
4 years ago
YangLuo
da6de519ae
Add ut for dataset to_number
4 years ago
mindspore-ci-bot
f8e5bffe4d
!10286 fix Wrong TypeError in numpy_native
...
From: @wangrao124
Reviewed-by: @zhunaipan,@kingxian
Signed-off-by: @kingxian
4 years ago
mindspore-ci-bot
441e283e21
!10197 Add input check for the embedding
...
From: @huangxinjing
Reviewed-by: @stsuteng,@zhunaipan
Signed-off-by: @stsuteng
4 years ago
looop5
8bbe723603
add Tile infer shape function
4 years ago
wangrao
2fb3f0ef4f
fix Wrong TypeError in numpy_native
4 years ago
chendongsheng
ee23af58d8
fixed codex
4 years ago
mindspore-ci-bot
4477b97465
!10167 BatchNormGrad infer gpu kernel
...
From: @jonwe
Reviewed-by: @liangchenghui
Signed-off-by:
4 years ago
mindspore-ci-bot
2f3230e761
!10240 add restriction optimizer shard
...
From: @gong_zi_yan
Reviewed-by: @stsuteng,@zhunaipan
Signed-off-by: @stsuteng
4 years ago
liyong
2f783a6e25
fix process hang when training is over.
4 years ago
Ziyan
c5c905fdf5
add restriction for opt shard
4 years ago
mindspore-ci-bot
cff3141d99
!10218 add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu
...
From: @caojian05
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5143f7b99c
!10198 Add CPU OP resize_bilinear and resize neighbor
...
From: @wanyiming
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
88155de042
!10159 momentum weight fusion
...
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @cristoval
4 years ago
caojian05
a3b6f57842
add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu
4 years ago
mindspore-ci-bot
5ff6de83eb
!10173 Fix Strategy Check for UnsortedSegments
...
From: @huangxinjing
Reviewed-by: @zhunaipan,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
e6febd85bb
!10200 Fix dir of test case
...
From: @luoyang42
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
d99189f681
!10207 Fix some minor doc, typo related to AutoNumWorker
...
From: @ziruiwu
Reviewed-by: @mikef
Signed-off-by:
4 years ago
Jonathan Yan
335c3f7602
BatchNormGrad infer gpu kernel
4 years ago
mindspore-ci-bot
4b7e9975a0
!10090 [MS][GPU][CI Alarm] Fixed CI Alarm for Pad GPU kernel + code clean up
...
From: @danishnxt
Reviewed-by: @robingrosman
Signed-off-by: @robingrosman
4 years ago
Zirui Wu
4ae7102fd3
address 2 tickets
4 years ago
mindspore-ci-bot
1c43115eef
!9540 [MS][API] - Update BroadcastTo to be able to support dynamic -1
...
From: @danishnxt
Reviewed-by: @robingrosman,@robingrosman
Signed-off-by: @robingrosman
4 years ago
wanyiming
2283eac723
add_resize_ops
4 years ago
mindspore-ci-bot
a83e058f42
!9858 [MS][GPU][API] UnsortedScatterND_int64_Support
...
From: @danishnxt
Reviewed-by: @tom__chen,@robingrosman,@robingrosman
Signed-off-by:
4 years ago
luoyang
b40af48366
Fix dir of test case
4 years ago
mindspore-ci-bot
a177de60ff
!10186 Dvpp debug
...
From: @lizhenglong1992
Reviewed-by: @pandoublefeng,@heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
83a29a0a54
!10176 Add PyNative Hccl st
...
From: @jojobugfree
Reviewed-by:
Signed-off-by:
4 years ago
huangxinjing
dd0da1542d
Add input check
4 years ago
wilfChen
09e10e18bb
momentum weightdecay fusion
4 years ago
caifubi
e6f0654b61
Add PyNative Hccl st
4 years ago
yanglf1121
918679daa3
add tensor.ndim and rename tensor.size() to tensor.size
4 years ago
Zhenglong Li
04da5bae5d
Fix dvpp parameter validation bug and make information clear, besides, modify Dvpp ut.
4 years ago
huangxinjing
a8446af1ab
Fix condition check
4 years ago
zhoufeng
19a0b61fc9
fix 310 testcase compile
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
gzhcv
bad8c0e422
Modify profiling dir structure to fit the new Run Package
4 years ago
jonwe
54e5025c1a
equal op gpu kernel
4 years ago
mindspore-ci-bot
cb0ecf3de7
!10061 add optimizer parallel level0 testcase
...
From: @zhiyuan_mei
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
893d59afd7
!10097 Fix bugs for np.mean, np.asarray, np.concatenate, np.linspace
...
From: @yanglf1121
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
eb22cf7e5a
!10073 [MS][CompositeOp][API] TensorDot pr fix
...
From: @danishnxt
Reviewed-by: @tom__chen
Signed-off-by:
4 years ago
danishnxt
ac109b601a
pad_CI_Alarm fix
...
typo fix
test addition for half - pad value checking
4 years ago
mindspore-ci-bot
904f61b7fd
!9857 [MS][GPU] SparseApplyFtrl_int64_Support
...
From: @danishnxt
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
danishnxt
b0b768335e
PR 10072 fix + new sts
...
lintfix
doc fix + code cleaned
doc update 2
4 years ago
Mahdi
98ea8fa6ea
Added tests for chain samplers, fixed GetDatasetSize issue with chained samplers
4 years ago
mindspore-ci-bot
eb1fd8bd1c
!10113 Add YoloV3 with dvpp preprocess test
...
From: @lizhenglong1992
Reviewed-by: @jonyguo,@liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
1dd4be55dc
!10112 add CPU unsortedsegmentsum
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
fc11b7dd68
!10074 Fix a testcase error when shuffle is above cache
...
From: @lixiachen
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei,@liucunwei
4 years ago
mindspore-ci-bot
691e3baab6
!10109 [MD] Fix Decode doc & RandomNode log
...
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
6035823c4b
!10044 fix get num classes of concat
...
From: @luoyang42
Reviewed-by: @liucunwei,@heleiwang,@liucunwei
Signed-off-by: @liucunwei,@liucunwei
4 years ago
meizhiyuan
13f25fa936
add optimizer_parallel level0 case
4 years ago
yanglf1121
760cd1870a
corner cases check for np.asarray, np.mean, np.concatenate
4 years ago
Daniel
bdbdc291f5
high grad
...
Signed-off-by: Daniel <chentanjie@huawei.com>
4 years ago
zhaoting
edf3083510
add CPU unsortedsegmentsum
4 years ago
luoyang
595b7a782f
[MD] Fix Decode doc & RandomNode log
4 years ago
Zhenglong Li
13204cb8e3
Add YoloV3 with Dvpp test.
4 years ago
mindspore-ci-bot
734f50f36e
!10083 support non tensor inputs in model predict
...
From: @zhangbuxue
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
4 years ago
buxue
f90f77c16e
support non tensor inputs in model predict
4 years ago
mindspore-ci-bot
da74482812
!9769 add testcases of type error
...
From: @echo_hua
Reviewed-by: @chujinjin,@zhunaipan
Signed-off-by: @zhunaipan
4 years ago
mindspore-ci-bot
fe41af8129
!10035 remove the 'raise' in construct of Cell
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
buxue
aeeef7607a
remove the 'raise' in construct of Cell
4 years ago
Lixia Chen
a7f0e13234
Remove special treatment for cache above repeat
4 years ago
mindspore-ci-bot
b645f7959d
!9749 [MS][API] UnsortedSegmentMax_Min added check for bug fix - num_segments
...
From: @danishnxt
Reviewed-by:
Signed-off-by:
4 years ago
danishnxt
d1fcfaf0f2
First commit - scatter_nd_int64_update
...
lint fix - no lint required for previous code
fix int64 templates
removed extra files
4 years ago
danishnxt
bc84e9b4e7
range check - UortedSegmin/max num_seg tensors
...
added in checks in PythonAPI to trigger Value errors in case of non dyn
added required check for python API
ST update + op check update
revert segSum change
updated gatherV2 and SplitOp check
added shape -1 sanity check - splitOp
slight refactor in unseg-Min/Max
lintfix
lint fix
4 years ago
mindspore-ci-bot
a3d4dded12
!9979 BUGFIX: Correct the calculation of the output 'd_x' of the operator LayernormGradGrad
...
From: @david-he91
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
dd5fce4ffb
!10014 apply dynamic shape for ComputeAccidentalHits
...
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
4 years ago
wanghua
b4ecf65e71
add typeerror testcases
4 years ago
hedongdong
6cc9d2c087
BUGFIX: Correct the calculation of the output 'd_x' of the operator LayernormGradGrad
4 years ago
mindspore-ci-bot
f75280f6c2
!10006 support int32 dtype of Mul cpu op
...
From: @wuxuejian
Reviewed-by: @kisnwang,@c_34
Signed-off-by: @c_34
4 years ago
yanzhenxiang2020
e9eb1ebac8
fix shape of ComputeAccidentalHits
4 years ago
mindspore-ci-bot
bccce3ac21
!10028 adjust st of resnet50 in ascend pynative to gpu pynative
...
From: @lianliguang
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
YangLuo
df9f4f41e8
fix get num classes of concat
4 years ago
mindspore-ci-bot
26ff566f90
!10002 fix get dataset size in distributed scenario
...
From: @tiancixiao
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
LianLiguang
e694a916fc
adjust-st-of-resnet50-in-ascend-pynative-to-gpu-pynative
4 years ago
mindspore-ci-bot
f8aada52be
!9990 Fix scalar tensor print
...
From: @huangbingjian
Reviewed-by: @zhunaipan,@ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
f3b41531b7
!9985 Add Squeeze New
...
From: @ZhengQihao3f3f3f
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
2c60302c5d
!9961 Fix package not included issue and format the API comments and docstring for mindspore.numpy
...
From: @yanglf1121
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
b401a5fb07
!9750 add int64 support to UniformCandidateSampler GPU
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
568545f2d5
!9855 Add int64 support to GPU transpose
...
From: @TFbunny
Reviewed-by: @tom__chen
Signed-off-by:
4 years ago
mindspore-ci-bot
80c7b1abf3
!9986 Adjust st of resnet50 in ascend pynative to gpu pynative
...
From: @lianliguang
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
4 years ago
zhengqihao
43a2e1d56d
Add Squeeze
4 years ago
Xiao Tianci
633f97bb48
fix get dataset size in distributed scenario
4 years ago
HuangBingjian
311e7be605
fix scalar tensor shape=[]
4 years ago
x00540480
450109eefb
expm1 operator
4 years ago
LianLiguang
6933967db6
adjust-st-of-resnet50-in-ascend-pynative-to-gpu-pynative
4 years ago
wuxuejian
cc9fef2baa
support int32 dtype of Mul cpu op
4 years ago
yanglf1121
9072283395
fix mindpsore.numpy packaging issue and format API comments
4 years ago
mindspore-ci-bot
280db3d651
!9844 New Dvpp operation for Ascend 310 chip
...
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5f2c84f3cb
!9867 Add graph kernel testcases
...
From: @looop5
Reviewed-by: @ckey_dou,@gaoxiong1
Signed-off-by: @gaoxiong1
4 years ago
mindspore-ci-bot
c4f284b928
!9910 [MD][Perf] MindData add NormalizePad for GPU performance
...
From: @xiefangqi
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
b8faa8293b
!9920 python eager add decode
...
From: @luoyang42
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
8bb8ea1e14
!9935 [ME]use logical_or to support tensor in list
...
From: @chenfei52
Reviewed-by: @zh_qh,@ginfung,@zhunaipan
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
dd134d7554
!9926 optimize list setitem in bprop
...
From: @zhangbuxue
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
b3bfaa66bd
!9859 add st testcases for dynamic shape
...
From: @mindspore_boy
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @c_34,@guoqi1024
4 years ago
buxue
2530943a7f
optimize list getitem in bprop
4 years ago
xiefangqi
3c6cc3c58c
Add NormalizePadOp
4 years ago
mindspore-ci-bot
a9dab042a4
!9706 Remove unused interfaces in graph_kernels.py and change remaining to inner interfaces
...
From: @looop5
Reviewed-by: @ckey_dou
Signed-off-by:
4 years ago
YangLuo
18e61a627a
python eager add decode
4 years ago
mindspore-ci-bot
a9f2de8307
!9737 complete fancy index getitem
...
From: @yepei6
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7991ef618f
!9877 add st for mobilenetv2 quant
...
From: @xiaoyisd
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c403948961
!9931 add reset device, fix runtime delete ring buffer failed
...
From: @zhoufeng54
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
4 years ago
mindspore-ci-bot
fe14270df9
!9912 add auto-parallel recursive use case
...
From: @big_hair_big_hair
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
danishnxt
67c528386e
update BroadcastTo
...
typo in API
added init type check + fix doc
fixes
lint
added prim_attr setter in python API
revert back one
changed self.shape / add prim attr
fix
4 years ago
TFbunny
01903eb770
add int64 support to transpose GPU
4 years ago
TFbunny
d5a08f1956
add testcase for input update in adagrad and move resetresource
4 years ago
Payne
4c8f0914d0
complete fancy index getitem
4 years ago
mindspore-ci-bot
fd311cf316
!9843 Added server node
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
chenfei
6d41c00907
use select implement tensor in list
4 years ago
zhoufeng
ee7e412def
add reset device, fix runtime delete ring buffer failed
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
ca4225a4f3
!9717 amend some script
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
058fbd2d1f
!9765 remove serving in mindspore repo
...
From: @xu-yfei
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
4 years ago
looop5
4d8205cd93
Delete unused interface in graph_kernels.py
4 years ago
Zhenglong Li
48a4f31c9b
Complete development of Dvpp feature which can be deployed on Ascend 310 Device, the function of this operation is decode + resize + center crop, the output is in format of YUV color space.
4 years ago
zhangrunjiao
7d5dc4735c
add auto parallel recursive use case
4 years ago
chendongsheng
2d2bf2d0ee
added server node
4 years ago
xiaoyisd
c5ba1d49d9
add mobilenet ascend st
4 years ago
mindspore-ci-bot
3a803b3c18
!9862 Fix the bug of ImageNetToMR
...
From: @shenwei41
Reviewed-by: @pandoublefeng,@liucunwei
Signed-off-by: @liucunwei
4 years ago
jiangzhenguang
9cf856dd25
amend some script
4 years ago
mindspore-ci-bot
ad6507d88a
!9825 [MD] fix pad, normalize in c_trasnform
...
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
e10dbb4a7f
!9723 add ir passes to unify mindir
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5af9b056bc
!9869 add detailed and accurate description for support non tensor inputs for outermost net
...
From: @zhangbuxue
Reviewed-by: @zhunaipan,@c_34
Signed-off-by: @c_34
4 years ago
jjfeing
1984cf8e20
unify mindir
4 years ago
buxue
70d12aae26
add detailed and accurate description for support non tensor inputs for outermost net.
4 years ago
mindspore-ci-bot
304211e2b6
!9772 modify yolov3-resnet18 test case
...
From: @chengxb7532
Reviewed-by: @c_34,@linqingke
Signed-off-by: @c_34
4 years ago
looop5
56fa56b173
add graph kernel testcases
4 years ago
yinwei
eccee9a3fb
add st case
4 years ago
shenwei41
547f96717b
Fix Bug
4 years ago
danishnxt
55c455df9e
first commit - updated op + STs
...
lint fix
4 years ago
mindspore-ci-bot
d68708960e
!9620 [MS][GPU] UnsortedSegmentMax_int64_Support
...
From: @danishnxt
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by:
4 years ago
mindspore-ci-bot
e20be19548
!9476 Change Tensor shape from int to size_t for GPU Argmax
...
From: @TFbunny
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d5db8872fd
!9834 Fix wrong input argument of Reshape for multi field embedding
...
From: @huangxinjing
Reviewed-by: @zhunaipan,@stsuteng
Signed-off-by: @stsuteng
4 years ago
huangxinjing
996ee72c50
Fix embedding layer
...
Fix input check
4 years ago
mindspore-ci-bot
5e35bec957
!9799 change_last_nodes_strategy_in_auto_parallel_when_eval_and_predict
...
From: @yao_yf
Reviewed-by: @zhunaipan,@stsuteng
Signed-off-by: @stsuteng
4 years ago
luoyang
1cc147df1d
fix pad, normalize in c_trasnform
4 years ago
mindspore-ci-bot
f914fa80f9
!9830 fix cpu pynative coredump
...
From: @chujinjin
Reviewed-by: @zhoufeng54,@limingqi107
Signed-off-by: @limingqi107
4 years ago
mindspore-ci-bot
10d326ee62
!9798 hide arange
...
From: @bairongz
Reviewed-by: @zh_qh,@zhunaipan
Signed-off-by: @zh_qh
4 years ago
chujinjin
a0680113c4
fix cpu pynative coredump
4 years ago
yao_yf
19fe28cb9b
hange strategys of last nodes in eval/predict at auto parallel mode
4 years ago
mindspore-ci-bot
49172089f1
!9783 Address PR9677 comments
...
From: @luoyang42
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
TFbunny
43755a71e7
add additional type support to ScatterAdd
4 years ago
mindspore-ci-bot
3f9ec5a06b
!9616 Relu supports int8
...
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen,@tom__chen
Signed-off-by:
4 years ago
Mahdi
0f2b5d8cac
Changed SamplerObj validate params to return status and added AddChild to it
4 years ago
Zirui Wu
77521e78d2
staging
4 years ago
jonwe
d982fec2ff
ReLU/ReLUGrad int8/32/64 support
4 years ago
TFbunny
5263588b2c
add int64 support to UniformCandidateSampler GPU
4 years ago
Bairong
8cf43e59e0
hide arange, delete related test case and improve the doc string of nn.Range
4 years ago
mindspore-ci-bot
bb241214f8
!9747 add int64 support for indices of GPU gatherNd
...
From: @TFbunny
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
60f7a62815
!9439 added worker node
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
xuyongfei
c9b072b94d
remove serving in mindspore repo
4 years ago
mindspore-ci-bot
8c0d066bf9
!9763 Change name from interpolate to resizeBilinear
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh,@zhunaipan
Signed-off-by: @zh_qh
4 years ago
YangLuo
5e1a730461
Address PR9677 comments
4 years ago
mindspore-ci-bot
b6d1d91f4d
!9718 [Auto parallel] Fix the CNODE clone bug
...
From: @xiaoda_zh
Reviewed-by: @stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
e1f6083f65
!9759 add mobilenetv2_quant gpu st
...
From: @xiaoyisd
Reviewed-by: @zh_qh
Signed-off-by:
4 years ago
chendongsheng
ee4132889e
added worker node
4 years ago
Xiaoda Zhang
e78228603b
move parallel-related black-list to core/ir, and fix the cloneCNode bug
4 years ago
xiaoyisd
e843d6a813
add mobilenetv2_quant gpu test
4 years ago
mindspore-ci-bot
0c2856c632
!9617 Add new operator layer_norm_grad_grad
...
From: @david-he91
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
1fd251ff8d
!9738 Fix stanard normal cpu op occasional failure
...
From: @yuanwei66
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by:
4 years ago
chengxianbin
3b7c1e3c26
modiy yolov3 test case
4 years ago
hedongdong
8bfeadf26e
Add new operator layer_norm_grad_grad
4 years ago
l00591931
130c61cfc0
change name from interpolate to resizeBilinear
4 years ago
mindspore-ci-bot
be4e91339f
!9661 gpu relu optimize
...
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
4 years ago
yuanwei66
5c402c9d1a
fix standard_normal test occasional failure
4 years ago
mindspore-ci-bot
9ecf062581
!9552 change the import level of dynamic_lr
...
From: @wangnan39
Reviewed-by: @kingxian,@zh_qh,@kingxian
Signed-off-by: @kingxian,@kingxian
4 years ago
mindspore-ci-bot
78fba32865
!9752 Fix potential hang in RandomData and incorrectly named functions
...
From: @ziruiwu
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
4 years ago
mindspore-ci-bot
6439f676a9
!9735 fix st failed occasionally
...
From: @jojobugfree
Reviewed-by: @zhoufeng54,@chujinjin
Signed-off-by: @chujinjin
4 years ago
mindspore-ci-bot
3f82405d17
!9639 Add Numpy Native to Mindspore
...
From: @yanglf1121
Reviewed-by:
Signed-off-by:
4 years ago
caifubi
5dae9b421b
fix bug of dump failed
4 years ago
danishnxt
0be02c4756
UnsortedSegMax_Int64_support
...
lint fix
style fix
style fix 2
4 years ago
TFbunny
d274f425c7
change tensor shape from int to size_t for GPU Argmax
4 years ago
Zirui Wu
91a6b2b0ca
Add checks to RandomData and LookUp
4 years ago
TFbunny
f54bd166a6
add int64 support for indices of GatherND gpu
4 years ago
mindspore-ci-bot
bdf03fe00d
!9677 c++ minddata eager to support mindspore 310 inference
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
e8a442eeb3
!9700 add ps cache manager
...
From: @limingqi107
Reviewed-by:
Signed-off-by:
4 years ago
YangLuo
7c6dbcbe01
c++ minddata eager plus ms eager
4 years ago
mindspore-ci-bot
d0e7ae66a4
!9689 fix model zoo typos
...
From: @alex-yuyue
Reviewed-by: @nsyca,@mikef
Signed-off-by: @mikef
4 years ago
yanglf1121
59e5afd2bb
Add mindnumpy to mindspore
4 years ago
mindspore-ci-bot
63d5eb215f
!8965 Synchronize latest Ascend software suite 09 Dec 2020, with refactored GraphEngine
...
From: @nicholas_yhr
Reviewed-by:
Signed-off-by:
4 years ago
limingqi107
eca951c7bc
add ps cache manager
4 years ago
mindspore-ci-bot
9483666e60
!9701 add CPU OnesLike and ZerosLike
...
From: @zhao_ting_v
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @wuxuejian
4 years ago
yanghaoran
306bbe0e65
Synchronize latest Ascend software suite 09 Dec 2020, with refactored GraphEngine
4 years ago
wangnan39@huawei.com
0fe9e2e4cb
support import dynamic_lr from nn
4 years ago
mindspore-ci-bot
0aa7197ef8
!9694 ZerosLike dynamic shape support
...
From: @peilin-wang
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
a2aea8cba5
!9578 add_conv3d_transpose_object
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
2b7e96960f
!9695 Add supports to reduceany and reduceall on gpu
...
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@wilfchen,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
zhaoting
3b9e9068c7
add CPU OnesLike and ZerosLike
4 years ago
mindspore-ci-bot
135e21e5e1
!9684 remove pybind calling in cxx library
...
From: @zhoufeng54
Reviewed-by: @xu-yfei,@chujinjin
Signed-off-by: @chujinjin
4 years ago
mindspore-ci-bot
6d34bacc17
!9470 support arange in functional.py
...
From: @bairongz
Reviewed-by: @ginfung
Signed-off-by:
4 years ago
wilfChen
c1d3bd2160
relu optimize
4 years ago
jiangzhenguang
5060565920
add conv3d_transpose.
4 years ago
Peilin Wang
d9fb28b9fc
zeroslike dynamic shape no opt
...
fix ci
fix ci
fix ci
fix ci
4 years ago
zhouyuanshen
e9aca01620
add support to reduceAny and reduceAll on gpu
4 years ago
mindspore-ci-bot
8a7793ecb5
!9523 Add MaximumGrad
...
From: @ZhengQihao3f3f3f
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
317a97e6b9
!9336 auto num_parallel_workers setup
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
a2c80435ce
!9685 Fix a core dump in TreeConsumer::Terminate() plus minor cache fixes
...
From: @lixiachen
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
4 years ago
Zirui Wu
d6df1b0832
Implemented AutoNumWorker Pass which sets num_workers of selected parallel ops automatically if enabled
4 years ago
alex-yuyue
5250b327ae
Fix some non-minddata typos
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
Lixia Chen
32b82c2737
Fix a core dump in TreeConsumer::Terminate()
...
and other minor cache changes
4 years ago
zhoufeng
cd1ce73a25
remove pybind calling in cxx library
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
zhengqihao
bc6929cbf9
Add MaximumGrad
4 years ago
mindspore-ci-bot
934005f390
!9636 Remove batch_map multi-process test case
...
From: @hfarahat
Reviewed-by: @nsyca,@mikef
Signed-off-by: @mikef
4 years ago
mindspore-ci-bot
e1e8f1d429
!9652 add ps cache
...
From: @limingqi107
Reviewed-by: @cristoval
Signed-off-by:
4 years ago
mindspore-ci-bot
4d3244bf34
!9622 Add st for data dump
...
From: @jojobugfree
Reviewed-by: @chujinjin,@kisnwang,@chujinjin
Signed-off-by: @kisnwang
4 years ago
limingqi107
a5f57ce8a0
add ps cache
4 years ago
mindspore-ci-bot
08d77cf03c
!9516 add export example
...
From: @changzherui
Reviewed-by:
Signed-off-by:
4 years ago
changzherui
e5a141fde2
add export mindir example
4 years ago
mindspore-ci-bot
231fccf66c
!9600 Add Adagrad Optimizer
...
From: @zyx5256
Reviewed-by: @liangchenghui,@kingxian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
d936779f42
!9269 amend Randperm and add NoRepeatNGram op for aicpu
...
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
4 years ago
caifubi
2a48a1ccc9
Add dump st
4 years ago
hesham
ff65f6feb8
Remove batch_map multiprocess test case
4 years ago
Xiao Tianci
0659473535
add TruncateSequencePair, ToNumber C++ API and enable three test cases
4 years ago
mindspore-ci-bot
f6a22cb455
!9591 Assignment enables negative index
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
ec3983b77d
!9577 support distributed predict
...
From: @gong_zi_yan
Reviewed-by: @caozhou_huawei,@yao_yf,@stsuteng,@zh_qh
Signed-off-by: @stsuteng
4 years ago
zhuyuxiao
37bebc751b
add adagrad optim
4 years ago
mindspore-ci-bot
49fd5308a4
!9564 Tidy up code in dataset compilation phase
...
From: @nsyca
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
6b5626634c
!9530 add BasicTokenizer and BertTokenizer C++ API
...
From: @tiancixiao
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
4 years ago
Nat Sutyanyong
41ea1621c5
Tidy up TreeAdapter::Compile
4 years ago
mindspore-ci-bot
e6ec9be6c2
!9386 l1_regularizer开发
...
From: @dangjiaqi1
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
1ed81c6f2c
!9583 Fix some summary GPU st
...
From: @helloiscsi
Reviewed-by: @ouwenchang,@wangyue01
Signed-off-by: @wangyue01
4 years ago
mindspore-ci-bot
dbc592acce
!9537 [MS][GPU] GatherV2_int64_Support
...
From: @danishnxt
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
“dangjiaqi1”
39948670dd
new update basic.py which add class L1Regularizer(Cell). new add test_l1_regularizer.py. new add test_l1_regularizer.py
4 years ago
mindspore-ci-bot
ec025a1c4c
!9288 Add Adagrad for GPU kernel
...
From: @zyx5256
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
bbca2b16b4
!9357 Add cpu_op_maximum
...
From: @d00562747
Reviewed-by:
Signed-off-by:
4 years ago
yanzhenxiang2020
d4bca2b9c3
amend randperm
...
amned amend randperm and add NoRepeatNGram ops for aicpu
4 years ago
l00591931
3189868a15
Assignment enable index smaller than 0
4 years ago
mindspore-ci-bot
80fe11ac7b
!9432 Support RMSProp for CPU
...
From: @xuguoyang5566
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
747bc87ab3
!9321 Add Dropout Grad for CPU
...
From: @xutianming1985
Reviewed-by:
Signed-off-by:
4 years ago
Bairong
2eeaec7512
support arange in functional.py
4 years ago
Ziyan
e7e9dae54d
support distributed predict
4 years ago
helloiSCSI
8728fd4a72
fix summary GPU st
4 years ago
mindspore-ci-bot
76f679206b
!9170 Add assign op for cpu
...
From: @xiangyunwu21
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9d1e6ca59f
!9492 Fix implement bug in pack and unpack
...
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
886c551a0b
!9168 Add ApplyAdagrad for cpu
...
From: @yang_chun
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @c_34
4 years ago
xutianming
31942dfe2f
Add Dropout Grad for cpu
4 years ago
mindspore-ci-bot
186f5394ba
!9155 add_conv3d_object
...
From: @jiangzg001
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
fcfe66f072
!9418 add dropout of cpu
...
From: @lishixing3
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
25269445cc
!9319 Add IsFinite for CPU
...
From: @xukailun_1
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5d1a8b09db
!9097 Primitive Shape support return range of dynamic shape
...
From: @M20211031
Reviewed-by: @ginfung
Signed-off-by:
4 years ago
mindspore-ci-bot
ae77170282
!9495 fix summary st, and support test dataset sink mode
...
From: @ouwenchang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
4b6988d4a8
!9558 enable build package with ut
...
From: @zhoufeng54
Reviewed-by: @kisnwang,@jjfeing
Signed-off-by: @jjfeing
4 years ago
xuguoyang
8fc85139c1
[add] support RMSProp CPU Kernel
4 years ago
mindspore-ci-bot
3c4a585143
!9545 Move API inner.DynamicGRUV2 to P.DynamicGRUV2.
...
From: @liu_xiao_93
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
4 years ago
zhoufeng
3b961f9008
enable build package with ut
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
aa5d4e08a9
!9544 Fix a possible seg fault in GenerateCRC caused by std::regex
...
From: @lixiachen
Reviewed-by: @jonyguo,@heleiwang
Signed-off-by: @heleiwang
4 years ago
ougongchang
5404826aea
fix summary st, and support test dataset sink mode
4 years ago
liuxiao93
712ad98a92
Move API inner.DynamicGRUV2 to P.DynamicGRUV2.
4 years ago
mindspore-ci-bot
921930a3ae
!9524 Add RegexReplace and RegexTokenizer C++ API
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
3b7acc57c9
!9508 [Auto parallel] Set CNODE's fullname when cloning
...
From: @xiaoda_zh
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
f9d053316c
!9219 Add Select op for cpu
...
From: @he-botao
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9d51fbfe26
!9323 Add StandardNormal for CPU
...
From: @yuanwei66
Reviewed-by:
Signed-off-by:
4 years ago
xiangyunwu21
9e38dfd28e
Add assign op for cpu
4 years ago
shenwei41
206ae1a7c3
Add Three text C++ API
4 years ago
Lixia Chen
27579fe858
Fix a seg fault caused by std::regex
4 years ago
Nat Sutyanyong
4cb78f2e03
Remove Repeat(1),Take(-1), and Skip(0) in NodeRemovalPass
4 years ago
mindspore-ci-bot
3280474d71
!9533 dataset Python Pushdown - more minor code rework; CSVDataset delim_field bug fix
...
From: @cathwong
Reviewed-by: @nsyca,@mikef
Signed-off-by: @nsyca
4 years ago
Jesse Lee
0c8dfc68ec
Fix hang on RequestFreeTag
4 years ago
Cathy Wong
69b269c6cf
dataset Python Pushdown - more minor code rework; CSVDataset delim_field bug fix
4 years ago
danishnxt
e3c75646eb
changes to GatherV2 kernel for int64 support
4 years ago
Xiao Tianci
290cc72887
add BasicTokenizer and BertTokenizer C++ API
4 years ago
jiangzhenguang
c45eee9b94
add conv3d object
4 years ago
yuanwei66
5735bb1289
CPU operation dev:StandardNormal
4 years ago
x00540480
03b403165b
add operator isfinite
4 years ago
zhuyuxiao
77a68b9d2b
add adagrad for gpu kernel
4 years ago
zhouyuanshen
3eec6a8d7b
fix bug in pack and unpack
4 years ago
Xiaoda Zhang
9a9e3a751e
set cnode's fullname when cloning
4 years ago
mindspore-ci-bot
4f607e9c26
!9335 Add multiprocessing support to per_batch_map
...
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7ae84da261
!9462 add MapUniform dynamic kernel
...
From: @fangzehua
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
28885ea687
!9374 add LogUniformCandidateSampler and ComputeAccidentalHits op for aicpu
...
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
4 years ago
yang_chun
52637531cd
add applyadagrad operator on cpu.
4 years ago
dinglongwei
8cd631ca8b
add cpu_ops_maximum()
4 years ago
mindspore-ci-bot
c81bb8fe39
!9260 Add ReduceMin op for cpu
...
From: @anrui-wang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9466429fdd
!9417 Mod test_dense in ut
...
From: @wanyiming
Reviewed-by: @zh_qh,@kingxian
Signed-off-by: @kingxian
4 years ago
lishixing3
824418c8f6
add dropout
4 years ago
mindspore-ci-bot
64de6a9a93
!9324 mindspore cxx api
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
fangzehua
b8943722c8
add random_map ops
4 years ago
hebotao
ae68883945
Add Select ops for cpu
...
Add select ops for cpu
Add select ops for cpu
Add select ops for cpu -- remove useless methods
Add select ops for cpu -- remove useless methods
Add select ops for cpu -- remove useless methods
4 years ago
yanzhenxiang2020
3a1a9ff6dc
add LogUniformCandidateSampler and ComputeAccidentalHits op for aicpu
4 years ago
mindspore-ci-bot
a6b716003f
!9469 Fix minor issues in distribution classes
...
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
4 years ago
mindspore-ci-bot
07dbe082c5
!9188 Migrate 3 passes from run-time ExecutionTree to IR optimizer
...
From: @nsyca
Reviewed-by:
Signed-off-by:
4 years ago
Xun Deng
4ef9e9e57f
fix minor issues in distribution classes
4 years ago
Nat Sutyanyong
d69a29a44e
Migrate 3 pre passes to IR optimizer, namely, cache_error_pass, epoch_injection, and removal_pass
4 years ago
mindspore-ci-bot
215f0a7b46
!9037 Updating inputs for ScatterAdd and ScatterUpdate, fix dynamic issue
...
From: @TFbunny
Reviewed-by: @robingrosman,@robingrosman
Signed-off-by:
4 years ago
mindspore-ci-bot
73c91e05b1
!9398 Change Build to return status
...
From: @alex-yuyue
Reviewed-by: @mikef
Signed-off-by:
4 years ago
zhoufeng
3204ecb7d6
mindspore c++ interface
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
b5269d6bd4
!9402 [GPU] Unique op int64 support
...
From: @tom__chen
Reviewed-by: @robingrosman,@mikef
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
4bb7303463
!9424 [PipelineSplit]Fix Shared Parameter bug
...
From: @lichen666
Reviewed-by: @zh_qh
Signed-off-by:
4 years ago
lichenever
818e920f02
fix_pipeline_split_param_shared_bug
4 years ago
w00535372
5048c4cb24
Add operator ReduceMin for CPU backend
4 years ago
mxm
82268dc703
support DynamicShape and StridedSlice primitive return range of shape value.
4 years ago
mindspore-ci-bot
c3433b1271
!9345 add SubAndFilter dynamic cpu kernel
...
From: @fangzehua
Reviewed-by:
Signed-off-by:
4 years ago
alex-yuyue
ccff3a5316
Change build to return status
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
mindspore-ci-bot
afe4a5fa81
!9395 [MD] Fix concat issue & fix schema doc
...
From: @luoyang42
Reviewed-by: @jonyguo,@heleiwang
Signed-off-by: @jonyguo
4 years ago
wanyiming
5ab8007475
mod dense
4 years ago
mindspore-ci-bot
b9d2392937
!9350 Add Matrix_Determinant and Matrix_Inverse to Mindspore front-end
...
From: @peixu_ren
Reviewed-by: @liangchenghui,@zh_qh
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
23856d6117
!9401 fix broadcast bug
...
From: @jinyaohui
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
445f0c5957
!9291 [AutoParallel]PipelineSplit adapt auto parallel
...
From: @lichen666
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d6dbfd6593
!9089 [GraphKernel] Add atomic add support
...
From: @tronzhang
Reviewed-by:
Signed-off-by:
4 years ago
jinyaohui
1d9d3b123c
fix broadcast bug
4 years ago
mindspore-ci-bot
b15504f6a5
!9327 Cast half to int by rounding down
...
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
hesham
809f9c91be
Add multiprocessing support to per_batch_map
4 years ago
mindspore-ci-bot
6945c4dd5f
!9338 [MS][DynamicShape] Bug in InferImpl for UnsortedSegmentOps (incorrect identification of dynamic mode)
...
From: @danishnxt
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
danishnxt
bf5ceaae57
updated to test files + DynamicOpCheckFix
...
lintfix
Adding Dynamic_shape_depends
4 years ago
TFbunny
27a602f067
update input for ScatterUpdate/Add, fix doc text and fix dynamic shape
4 years ago
tom__chen
c454101d7c
unique op int64 support
4 years ago
YangLuo
a2ec7ad5bd
Fix concat issue & fix schema doc
4 years ago
tom__chen
ee8a060f55
Fix unique dynamic shape
4 years ago
lichenever
78e131cf15
pipeline_split adapt parallel
4 years ago
fangzehua
648692d46f
add SubOffset cpu op
4 years ago
mindspore-ci-bot
79fef0df0e
!9142 fix bug of addn not supported dynamic shape
...
From: @M20211031
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
0c46093496
!9346 add profiler st
...
From: @yanghaitao1
Reviewed-by: @lilongfei15,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
tronzhang
2190da9946
support atomic clean and change package for akg.
4 years ago
mindspore-ci-bot
0c7ba7a7fa
!9354 mode_mindir_suffix
...
From: @bai-yangfan
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
efc7e9f89e
!9358 PyNative Bugfix
...
From: @jojobugfree
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @jjfeing
4 years ago
caifubi
c8e7c3edb0
PyNative Hccl Bugfix
4 years ago
bai-yangfan
c46c4dffe4
mindir_suffix
4 years ago
yanghaitao1
c3896df390
add profiler st
4 years ago
peixu_ren
0adab15de7
Add Matrix_Determinant and Matrix_Inverse to Mindspore front-end
4 years ago
mindspore-ci-bot
51d885815a
!9281 increase variable_memory_max_size max size from 30GB to 31GB
...
From: @laiyongqiang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
eb7cbd49ac
!8595 Add Cholesky op at GPU back-end
...
From: @peixu_ren
Reviewed-by: @zichun_ye,@wilfchen
Signed-off-by:
4 years ago
mindspore-ci-bot
6c18c09121
!9266 PyNative Support Hccl(Data Parallel)
...
From: @jojobugfree
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @chujinjin
4 years ago
mindspore-ci-bot
df44e1339e
!9249 Optimizing GetDatasetSize
...
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9ed31ea2cb
!9339 Disable getter optimization pass
...
From: @ezphlow
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
4ffd9b578f
!9331 More cache minor fix for HQ testers
...
From: @lixiachen
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
4 years ago
Eric
db2a8b5e1d
Disable getter pass
4 years ago
Mahdi
f80553bc6e
Optimization for GetDatasetSize
4 years ago
Lixia Chen
2ddb1fb75e
More CRC fix and blocking BatchOp under cache
4 years ago
jonwe
e2e6bf59b2
Cast half to int by rounding down
4 years ago
caifubi
04d8cd5d8b
Support PyNative Data Parallel
4 years ago
mindspore-ci-bot
77ef72be30
!9306 fix ndarray field without type in mindrecord
...
From: @jonyguo
Reviewed-by: @pandoublefeng,@liucunwei
Signed-off-by: @liucunwei
4 years ago
laiyongqiang
11244f790a
increase variable_memory_max_size max size from 30GB to 31GB
4 years ago
mindspore-ci-bot
01df2341ff
!9245 Fixes some typos and formatting errors in docstring.
...
From: @peilin-wang
Reviewed-by: @robingrosman,@robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
45b705bca0
!9129 support abs() and mean() method for Tensor object
...
From: @bairongz
Reviewed-by:
Signed-off-by:
4 years ago
jonyguo
847e59bd6c
fix: ndarray field without type in mindrecord
4 years ago
mindspore-ci-bot
920bbf1541
!9277 fix schema & zip validation
...
From: @luoyang42
Reviewed-by: @pandoublefeng,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
da8d7d661a
!9283 Modify the dataset ut log message
...
From: @liucunwei
Reviewed-by: @pandoublefeng,@heleiwang,@jonyguo
Signed-off-by: @heleiwang,@jonyguo
4 years ago
mindspore-ci-bot
ca66aef549
!8775 remove "is_grad" in SoftmaxCrossEntropyWithLogits and correct its comments
...
From: @wanyiming
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
4 years ago
mindspore-ci-bot
a16c87ded4
!8972 add auto-parallel use case
...
From: @big_hair_big_hair
Reviewed-by: @stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
1ffecf1874
!9180 fix dnnl binary broadcast
...
From: @zhao_ting_v
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c41a21d2c2
!9208 Add four new c++ api of text
...
From: @shenwei41
Reviewed-by: @heleiwang
Signed-off-by:
4 years ago
liucunwei
8ef4b2796e
modify the dataset ut log message
4 years ago
mindspore-ci-bot
0e6d06c463
!9230 Set trace info of Primitive CNode only for equiv out node, not the whole fprop function.
...
From: @zh_qh
Reviewed-by: @ginfung
Signed-off-by: @ginfung
4 years ago
YangLuo
5cc3b76577
fix schema & zip validation
4 years ago
Bairong
623b2e3f99
support abs and mean of Tensor
4 years ago
mindspore-ci-bot
e45f19adc8
!8697 support the outermost layer network inputs are list or dict or scalar
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
shenwei41
3bea84d0f7
add four new text API
4 years ago
Zhang Qinghua
8310236ff1
Set trace info of Primitive CNode only for equiv out node, not the whole fprop function.
4 years ago
peixu_ren
af6ded28e3
Add Cholesky op at GPU back-end
4 years ago
zhaoting
102b74682b
fix dnnl binary broadcast
4 years ago
mindspore-ci-bot
5306c91cb7
!9214 support repeated calculation when the axis of gatherv2 is 0 and split
...
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
ea191ed5da
!8463 Run ops one by one in pynative bp graph
...
From: @HulkTang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
af3c27d354
!9244 Fix core dump with concat and getter_pass
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
Peilin Wang
e4444a1c12
initial commit
...
fix testcases
fix ci
4 years ago
mindspore-ci-bot
ccf637f64a
!9241 SequenceMask gpu kernel
...
From: @peilin-wang
Reviewed-by: @tom__chen
Signed-off-by:
4 years ago
mindspore-ci-bot
c3e7a8255c
!9248 Add input check to nlp operators
...
From: @ezphlow
Reviewed-by: @nsyca,@mikef
Signed-off-by: @nsyca
4 years ago
Eric
cf802c839c
Added missing input check for nlp operator
4 years ago
Zirui Wu
23487fae09
fix get_shape/type and a segfault in getter_pass
...
add test case
4 years ago
Peilin Wang
f7dc2432a0
initial commit
...
fix ci
fix ci
remove old sequence mask api
fix ci
fix ci
remove old seuqence mask tests
4 years ago
mindspore-ci-bot
7748ae823a
!9141 Fix DatasetCache C++ API cache sharing behavior
...
From: @lixiachen
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
a37e9710b5
!9038 port name functions from TensorOp to TensorOperation
...
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5835095e07
!9134 Equal op dynamic shape
...
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
dc62360eed
!9140 [MS][GPU][CUDA][DynamicShape] - New GPU kernel -> UnsortedSegmentMin + DynamicShape support changes to API + inferImpl func (+SegMax ST correction)
...
From: @danishnxt
Reviewed-by:
Signed-off-by:
4 years ago
buxue
d6f91133c3
Support the outermost layer network inputs are list or dict or scalar
4 years ago
mindspore-ci-bot
762793cb8f
!9175 fix a bug in random resize crop op and some lint
...
From: @tiancixiao
Reviewed-by: @liucunwei,@jonyguo,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
f0671ce513
!9076 [MD] Support vision c_transform python eager: Resize, Rescale, Normalize, HWC2CHW, Pad
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
mxm
59f9ac9975
Primitive 'AddN' support dynamic shape
4 years ago
yangzhenzhang
7b33f3e2ac
gatherv2 axis split repeated calculation
4 years ago
mindspore-ci-bot
b85bcff4b2
!9057 modify export file name
...
From: @changzherui
Reviewed-by:
Signed-off-by:
4 years ago
Xiao Tianci
12da8717b7
1.correct param check for vision op 2.fix config review 3.fix api doc
4 years ago
mindspore-ci-bot
ff2c44c935
!9178 add some pynative st test_cases in gpu
...
From: @lvchangquan
Reviewed-by: @kisnwang
Signed-off-by:
4 years ago
zhangrunjiao
b30b7b2d5e
add use case
4 years ago
lvchangquan
cabefafa13
add some pynative st test_cases in gpu env
4 years ago
mindspore-ci-bot
42f32b7c4b
!9173 support batch size small than dev size in parallel gatherv2
...
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
HulkTang
c36b477568
Run ops one by one in pynative bp graph
4 years ago
mindspore-ci-bot
a6845395e6
!9181 Add some ut pipeline test case for C++ dataset
...
From: @liucunwei
Reviewed-by: @pandoublefeng,@jonyguo
Signed-off-by: @jonyguo
4 years ago
mindspore-ci-bot
0b615a7e93
!9171 Add some pipeline ut test cases for c++ dataset
...
From: @liucunwei
Reviewed-by: @jonyguo,@pandoublefeng
Signed-off-by: @jonyguo
4 years ago
liucunwei
e612e23a05
Add some ut pipeline test case for C++ dataset
4 years ago
mindspore-ci-bot
2a03fa79f9
!9161 add pynative st
...
From: @echo_hua
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by: @kisnwang
4 years ago
liucunwei
7f13f2ad0e
add some pipeline ut test cases for c++ dataset
4 years ago
yangzhenzhang
7278f5c109
update_gatherv2_op
4 years ago
mindspore-ci-bot
2370828043
!8586 fix GatherD and add Randperm for aicpu
...
From: @yanzhenxiang2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @wuxuejian
4 years ago
wanghua
4acdcad5d6
add st test_pynative_control_flow.py
4 years ago
Xiaoda Zhang
c79e988b0d
set fullname for reshape after reshape-elimination
4 years ago
mindspore-ci-bot
a146f982bc
!8983 support variabel length virtual_dataset in auto parallel
...
From: @yao_yf
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
dcde1fc70a
!9092 Add LBeta op at nn level
...
From: @peixu_ren
Reviewed-by:
Signed-off-by:
4 years ago
luoyang
aa4bf9a3f2
[MD] Support python-eager: Resize, Rescale, Normalize, HWC2CHW, Pad
4 years ago
changzherui
91301a6d1a
modify export file name
4 years ago
mindspore-ci-bot
cf383af36e
!8624 updated cluster config and proto
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c1002d2eb4
!9138 Address left over comments from PR8802
...
From: @ziruiwu
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
55f7e3dc16
!9135 Minor fixs for cache error message
...
From: @tina_mengting_zhang
Reviewed-by: @mikef,@robingrosman
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
9f82393b24
!9137 Add Beta distribution
...
From: @peixu_ren
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
4 years ago
mohammad
9cfeb08c4d
port name() to TensorOperation and its derived classes
4 years ago
Lixia Chen
e8247eadef
Same runtime CacheClient if c++ cache is shared
4 years ago
danishnxt
450f1ee886
First Commit - UnsortedSegMin Kernel + DynamicSupport
...
lint fix + SegMAX st fix
removing unreq whitspace
lint fix
lint fix2
4 years ago
mindspore-ci-bot
3e2eb70fc0
!8669 Split op extending PrimitiveWithCheck
...
From: @tom__chen
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
442217314d
!8861 [MS][GPU][DynamicShapeUpdate] Converting UnsortedSegmentMax from normal to dynamic shape op
...
From: @danishnxt
Reviewed-by:
Signed-off-by:
4 years ago
peixu_ren
37d40bc495
Add Beta distribution
4 years ago
mindspore-ci-bot
28772d4fb7
!9132 Fix bug for SparseGatherV2 GPU and add dynamic shape testcase
...
From: @TFbunny
Reviewed-by:
Signed-off-by:
4 years ago
tinazhang
6f31bdbf67
fix issues for hq testers: I277HD, I277HV
4 years ago
mindspore-ci-bot
9b0ec824c4
!9096 DynamicShapeOp int64 support and bug fix
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
2e31899101
!9095 [MS][DynamicShape][API] Fixes for UnsortedSegementSum DynamicShape support API + InferImpl func
...
From: @danishnxt
Reviewed-by:
Signed-off-by:
4 years ago
Zirui Wu
36bfd0d8ad
address left over cmts from 8802
4 years ago
mindspore-ci-bot
b76c7cc7bf
!9025 ReLU gpu op supports int32 and int64
...
From: @jonwe
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @tom__chen
4 years ago
tom__chen
4fa6238dde
change Split op to extend PrimitiveWithCheck
4 years ago
jonwe
6ae8573803
Equal op dynamic shape
4 years ago
TFbunny
419f8bf72a
fix dynamic shape and add testcase for SparseGatherV2 GPU
4 years ago
peixu_ren
6355f46d32
Add LBeta op at nn level
4 years ago
mindspore-ci-bot
f28b73f231
!9040 ExpandDims dynamic shape
...
From: @jonwe
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
28e6c7f29e
!9034 [MS][DynamicShape] - Converting P.Square to DynamicShape op
...
From: @danishnxt
Reviewed-by: @robingrosman
Signed-off-by:
4 years ago
mindspore-ci-bot
0856639fc5
!9130 add some new ut test case for C++ minddataset
...
From: @liucunwei
Reviewed-by: @pandoublefeng,@jonyguo
Signed-off-by: @pandoublefeng
4 years ago
mindspore-ci-bot
b0496aaa10
!8673 Add min/max_shape to ScatterAdd/Update and Transpose and add new dynamic shape testcases
...
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
4 years ago
liucunwei
3e57236fe3
add some new ut test for minddataset
4 years ago
Jonathan Yan
9f70ebac64
Cast/ReLU dynamic shapelsgpu op supports int32 and int64
4 years ago
jonwe
36ea519009
ExpandDims dynamic shape
4 years ago
mindspore-ci-bot
3bed28822d
!9024 Add four text C++ API
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
aa2296bcc1
!9094 Blocking TakeOp/SkipOp under Cache
...
From: @lixiachen
Reviewed-by: @nsyca,@mikef,@nsyca,@mikef
Signed-off-by: @nsyca
4 years ago
mindspore-ci-bot
40222f59a7
!9043 Add support to op L2Loss on gpu
...
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui,@liangchenghui
4 years ago
anancds
fc380b8071
updated cluster config and proto
4 years ago
mindspore-ci-bot
715ca637e1
!9107 ps testcast
...
From: @chopin_syp
Reviewed-by: @xsmq,@kisnwang
Signed-off-by: @kisnwang
4 years ago
mindspore-ci-bot
67505ef198
!9050 Mix bugs in Categorical distribution
...
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by: @sunnybeike
4 years ago
shenyeping
6da2169439
ps
4 years ago
shenwei41
4e56618d18
Add text C++ API
4 years ago
danishnxt
cfc3542261
First Commit SegMax changes + typo in SegSum InferImpl
...
UnsortedSegmentMax update + new STs
switch to lambda function
SegmentSum - InferImpl min/max shape pushback fix
lint fix
revert segSum due to sep pr + addressing comments:
4 years ago
mindspore-ci-bot
3fa7233f68
!9072 fix topk fussion help tensor size = 4096*2
...
From: @jjfeing
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by:
4 years ago
Peilin Wang
1dd302ae93
int64 support and typo fix
...
fixed typo
fix pylint
4 years ago
zhouyuanshen
f6e87143c6
add support to op L2Loss on gpu
4 years ago