Commit Graph

4404 Commits

Author SHA1 Message Date
mindspore-ci-bot 256a1ef5c8 !11095 Modify dot opt to support pynative mode
From: @xutianming1985
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
2021-01-11 09:21:42 +08:00
liuxiao93 aacad990c3 Add grad of sort. 2021-01-11 09:07:46 +08:00
chendongsheng 048534b75e Switch bare pointer to shared_ptr 2021-01-09 10:21:07 +08:00
mindspore-ci-bot 7957a3b6f5 !10988 Tensor op decoupling stage 1
From: @ezphlow
Reviewed-by: 
Signed-off-by:
2021-01-09 05:12:10 +08:00
Eric be46ccf721 Started vision decoupling
map validate params

Changing bindings

Change behavior of vision.cc

Added signature and changed Cmake

Compiling

Need to fix compile

Added compiling random transforms

python changes for decoupling

two failed test case remaining

Compiling random choice

passes all ut

Changed assert

review comments

Added validate params

add back return value

Fix lint

py lint fix

pylint 2

Addressing comments
2021-01-08 09:42:20 -05:00
mindspore-ci-bot b355f5402b !10309 Port over getter pass and tensor fusion pass to IR
From: @ziruiwu
Reviewed-by: 
Signed-off-by:
2021-01-08 21:37:51 +08:00
mindspore-ci-bot db741b2fb7 !10826 cpp st framework and script
From: @zhoufeng54
Reviewed-by: @kisnwang,@xsmq
Signed-off-by:
2021-01-08 21:11:18 +08:00
mindspore-ci-bot 8c54a87bca !11070 fix bug of LessEqual kernel info on CPU
From: @shibeiji
Reviewed-by: @liangchenghui,@liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui,@liangchenghui
2021-01-08 16:54:50 +08:00
mindspore-ci-bot e341b7ee97 !10335 bleu score
From: @lijiaqi0612
Reviewed-by: 
Signed-off-by:
2021-01-08 16:38:08 +08:00
xutianming 1e7f18a097 Modify dot opt to support pynative mode 2021-01-08 14:57:30 +08:00
shibeiji 984f31e901 fix bug of supported data type for LessEqual on CPU 2021-01-08 13:06:37 +08:00
Zirui Wu 0e68575e77 port over getter pass
port over tensor_op_fusion pass

add fusion support for prebuildOpeartion (TensorOpeartion)
2021-01-07 10:52:49 -05:00
mindspore-ci-bot 6d6ed86a9d !10427 RangeOp new gpu kernel
From: @peilin-wang
Reviewed-by: 
Signed-off-by:
2021-01-07 23:14:40 +08:00
Jiaqi f6de97fc27 bleu_score 2021-01-07 21:24:38 +08:00
mindspore-ci-bot 62888f23b8 !10400 roc and auc
From: @lijiaqi0612
Reviewed-by: 
Signed-off-by:
2021-01-07 21:19:41 +08:00
zhoufeng a5b2b08035 cpp st fwk and script
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-01-07 17:58:38 +08:00
mindspore-ci-bot 274e0aa750 !10885 add nll_loss operation
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-01-07 14:15:22 +08:00
mindspore-ci-bot 1276715c11 !10939 surface distance
From: @lijiaqi0612
Reviewed-by: 
Signed-off-by:
2021-01-07 11:02:15 +08:00
Jiaqi ef3f6d62db auc_roc 2021-01-07 10:55:16 +08:00
mindspore-ci-bot 09848d7ef3 !9083 add dice and hausdroff
From: @lijiaqi0612
Reviewed-by: 
Signed-off-by:
2021-01-07 10:31:42 +08:00
mindspore-ci-bot 67296c08c7 !9502 add hausdroff distance
From: @lijiaqi0612
Reviewed-by: 
Signed-off-by:
2021-01-07 10:31:32 +08:00
mindspore-ci-bot 25d5d43dea !10746 [cpu] Add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
From: @yanglf1121
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
2021-01-07 09:51:18 +08:00
mindspore-ci-bot cdeacdf5c7 !9809 Add int8 uint8 type support to GPU ScatterAdd
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
2021-01-07 05:48:15 +08:00
Peilin Wang 507cc4ab15 range past segfault addressed comments
changed default max_output_length to 1000000

change docstring

fix ci

change max_output_length to maxlen
2021-01-06 13:39:28 -05:00
mindspore-ci-bot 5a70853392 !10332 add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
From: @david-he91
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
2021-01-06 15:59:17 +08:00
mindspore-ci-bot 1c942ce49f !10221 support grad accumulation for auto parallel
From: @yangzhenzhang
Reviewed-by: 
Signed-off-by:
2021-01-06 15:27:34 +08:00
mindspore-ci-bot 1f06cd63f3 !10436 Support to control whether to throw runtime exceptions in SummaryRecord
From: @ouwenchang
Reviewed-by: 
Signed-off-by:
2021-01-06 14:21:21 +08:00
yanglf1121 75aa938ee6 add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op 2021-01-06 13:11:46 +08:00
mindspore-ci-bot 1d1f6841b9 !10937 keep consistent in Graph mode and PyNative mode for 'isinstance'
From: @zhangbuxue
Reviewed-by: 
Signed-off-by:
2021-01-06 10:29:49 +08:00
ougongchang 06be546b52 Support to control whether raise RuntimeError exception in SummaryRecord
1. Support explainer raise an RuntimeError exception
2. fix the ut of SummaryRecord
2021-01-06 10:07:47 +08:00
mindspore-ci-bot abb86381ac !10985 Refactor cpu ops Concat to support morn than 4D inputs
From: @yuanwei66
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @wuxuejian
2021-01-06 09:39:07 +08:00
yangzhenzhang 9da3f9bec9 mini step grad accumulation 2021-01-06 09:25:06 +08:00
jiangzhenguang d3f42e7d6b add nll_loss operation. 2021-01-06 09:11:35 +08:00
mindspore-ci-bot 03e655f14a !10070 Fixing GetDatasetSize issue with chained samplers
From: @mahdirahmanihanzaki
Reviewed-by: 
Signed-off-by:
2021-01-06 05:11:51 +08:00
mindspore-ci-bot 9f44599abd !9806 equal op gpu kernel support int64/uint8
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen,@robingrosman,@tom__chen
Signed-off-by: @tom__chen
2021-01-06 04:45:27 +08:00
mindspore-ci-bot 5fd77356c9 !9687 Adding AddChild functionality to SamplerObj
From: @mahdirahmanihanzaki
Reviewed-by: 
Signed-off-by:
2021-01-06 01:46:08 +08:00
buxue 6d395c1d3f keep consistent in Graph mode and PyNative mode for 'isinstance' 2021-01-05 21:36:10 +08:00
yuanwei66 cc6a2df435 cpu op concat refactor to support more than 4D inputs 2021-01-05 21:15:33 +08:00
mindspore-ci-bot a531628dd5 !10325 modify MetaTensor and Tensor
From: @Somnus2020
Reviewed-by: @kingxian
Signed-off-by: @kingxian
2021-01-05 17:50:34 +08:00
Jiaqi 29cd33a542 3d 2021-01-05 17:25:41 +08:00
Jiaqi 9a5b9525de hausdorff_distance 2021-01-05 17:20:57 +08:00
Jiaqi ed7cf87d0b surface distance 2021-01-05 17:13:12 +08:00
mindspore-ci-bot a5869f2984 !10142 dataset CPP UT: Updates for ExecTree to IRTree Support
From: @cathwong
Reviewed-by: 
Signed-off-by:
2021-01-05 06:53:14 +08:00
Nat Sutyanyong 7c5b2de1ec dataset CPP UT: Updates for ExecTree to IRTree Support 2021-01-04 16:00:30 -05:00
lilei b858097ae4 modify MetaTensor and Tensor 2021-01-04 20:58:34 +08:00
mindspore-ci-bot c10e3645b0 !10681 Add summary st for summary operators
From: @ouwenchang
Reviewed-by: @wuxuejian,@lilongfei15
Signed-off-by: @wuxuejian
2021-01-04 20:06:38 +08:00
mindspore-ci-bot 666ab8f105 !10850 Conversion weights type when compute weights loss
From: @xuguoyang5566
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
2021-01-04 18:53:12 +08:00
mindspore-ci-bot 4ceb9e633c !10829 Modify Split Kernel for CPU
From: @shaoxiangdong
Reviewed-by: 
Signed-off-by:
2021-01-04 15:31:15 +08:00
xuguoyang 7dcc3d89c3 Conversion weights type when compute weights loss 2021-01-04 15:30:20 +08:00
mindspore-ci-bot efd22c96ad !10895 add timedistributed pynative mode
From: @dinglongwei
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian,@c_34
2021-01-04 14:12:41 +08:00
mindspore-ci-bot 57f4d6b4c9 !10853 getitem: bool index expand dims
From: @yepei6
Reviewed-by: @kisnwang,@kingxian
Signed-off-by: @kingxian
2021-01-04 11:33:30 +08:00
dinglongwei 23707e9be4 add pynative and Tensor 2021-01-03 21:54:15 +08:00
mindspore-ci-bot 275da50b32 !10474 Add recomputed pass
From: @ginfung
Reviewed-by: 
Signed-off-by:
2020-12-31 18:53:11 +08:00
yujianfeng 7b412d7cb2 add recompute nodes 2020-12-31 17:29:23 +08:00
mindspore-ci-bot e849b370ec !10863 add dot opt into composite.__init__.py
From: @xutianming1985
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
2020-12-31 15:33:19 +08:00
Payne b12ca2165c add bool expand dims and wait to test 2020-12-31 14:55:13 +08:00
shaoxiangdong 7ef1f4c52f Modify split Kernel for CPU 2020-12-31 11:01:46 +08:00
xutianming 37f185b12b add dot opt into composite.__init__.py 2020-12-31 09:33:20 +08:00
shibeiji b2d98d2751 add tbe fusion operators LambApplyOptimizerAssign and LambApplyWeightAssign for lamb optimizer 2020-12-31 08:26:11 +08:00
mindspore-ci-bot 9e27ca929a !10354 Add batch dot op
From: @anrui-wang
Reviewed-by: 
Signed-off-by:
2020-12-30 15:46:21 +08:00
mindspore-ci-bot 1bb9342aa0 !8100 New add matrix inverse ops.
From: @linqingke
Reviewed-by: 
Signed-off-by:
2020-12-30 15:45:50 +08:00
hedongdong b783070467 add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
A minor change in sigmoidGradGrad operation (non-functional change).
2020-12-30 14:57:26 +08:00
mindspore-ci-bot cb49f2e6f1 !10769 add cpu operators: LessEqual/Reciprocal/MinimumGrad/GatherD/GatherDGrad
From: @shibeiji
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2020-12-30 11:40:54 +08:00
mindspore-ci-bot 37a4cbfb3b !10772 Prevent the multiprocess.pool from capturing KeyboardInterrupt,
From: @ouwenchang
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
2020-12-30 10:02:25 +08:00
mindspore-ci-bot f80b28313f !10619 add timedistributed
From: @d00562747
Reviewed-by: 
Signed-off-by:
2020-12-30 09:33:27 +08:00
shibeiji 0fd3f6ad55 add cpu operators: Reciprocal/LessEqual/MinimumGrad/GatherD/GatherDGrad 2020-12-30 08:10:18 +08:00
TFbunny 83e06bbba0 add return to sparseapplyftrl gpu 2020-12-29 16:18:43 -05:00
mindspore-ci-bot ae0ea279f5 !10690 add CPU ops: Greater/GreaterEqual/Range/GatherNd for center net
From: @caojian05
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @wuxuejian
2020-12-29 21:40:21 +08:00
mindspore-ci-bot 4322d737f3 !10689 added retry and unit test
From: @anancds
Reviewed-by: @limingqi107,@cristoval
Signed-off-by:
2020-12-29 20:08:48 +08:00
caojian05 06fb28c703 add CPU ops: Greater/GreaterEqual/Range/GatherNd for center net 2020-12-29 20:07:54 +08:00
mindspore-ci-bot 4bb54e5ffe !10710 add ut for primitve c of conv2d
From: @lianliguang
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
2020-12-29 19:13:21 +08:00
ougongchang e5529230bf Prevent the multiprocess from capturing KeyboardInterrupt 2020-12-29 17:46:42 +08:00
dinglongwei 5a6caa7b0a add timedistributed and bugfix cpu ops assign and maximum 2020-12-29 17:40:21 +08:00
w00535372 7a78203217 Add batch dot op 2020-12-29 17:30:47 +08:00
LianLiguang 4504766bbd add ut for conv2d 2020-12-29 17:21:11 +08:00
mindspore-ci-bot 998483e0c3 !10610 add batchnorm3d and check in conv3d
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2020-12-29 16:56:22 +08:00
mindspore-ci-bot ee07285420 !10580 Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad
From: @david-he91
Reviewed-by: @linqingke,@liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui,@liangchenghui
2020-12-29 16:40:14 +08:00
linqingke 96183f8b12 new add matrix inverse. 2020-12-29 16:34:21 +08:00
chendongsheng b289c6184a added retry and unit test 2020-12-29 16:32:04 +08:00
mindspore-ci-bot ca3ac703c9 !10627 handler signal
From: @zhupuxu
Reviewed-by: 
Signed-off-by:
2020-12-29 15:47:30 +08:00
mindspore-ci-bot 998a8e0d53 !10712 add CPU TopK
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2020-12-29 15:24:34 +08:00
mindspore-ci-bot b381d4f7a0 !10603 add grad definition for AsinGrad and ACosGrad.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
2020-12-29 15:19:11 +08:00
mindspore-ci-bot cf94ab40fb !10657 enhance lazy load for mindrecord
From: @jonyguo
Reviewed-by: 
Signed-off-by:
2020-12-29 14:55:18 +08:00
mindspore-ci-bot e98503606f !10724 fix mobilenetv2_quant st fps
From: @xiaoyisd
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
2020-12-29 14:14:43 +08:00
mindspore-ci-bot 6b4abe8514 !9559 add DynamicAssign, PadAndShift cpu ops
From: @fangzehua
Reviewed-by: 
Signed-off-by:
2020-12-29 13:28:59 +08:00
jonyguo f97d03f695 impl mindrecord lazy load 2020-12-29 11:47:32 +08:00
mindspore-ci-bot fae4246811 !10683 [Auto paralel] Change memory cost calculation in auto-parallel
From: @xiaoda_zh
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
2020-12-29 10:40:02 +08:00
mindspore-ci-bot 2dc275be06 !9842 Add SquaredDifference kernel for GPU
From: @he-botao
Reviewed-by: @c_34
Signed-off-by:
2020-12-29 09:41:45 +08:00
zhupuxu e36175b0dc handler signal
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
2020-12-29 09:39:13 +08:00
jiangzhenguang 9f950fb16c add batchnorm3d 2020-12-29 09:37:35 +08:00
ougongchang f2978e0721 add summary st for ops 2020-12-29 09:06:07 +08:00
mindspore-ci-bot 2e684df5b1 !10686 fix infer rank list typo and add testcase
From: @gong_zi_yan
Reviewed-by: @stsuteng,@zhunaipan
Signed-off-by: @stsuteng
2020-12-28 21:20:19 +08:00
fangzehua 4da4c0fc55 add dynamic assign, pad_and_shift kernel 2020-12-28 20:39:45 +08:00
mindspore-ci-bot ba1ba10049 !10638 Add SquaredDifference operation for cpu
From: @dangjiaqi1
Reviewed-by: 
Signed-off-by:
2020-12-28 20:26:03 +08:00
mindspore-ci-bot 5d97132f9e !10132 Add C.dot opt
From: @xutianming1985
Reviewed-by: 
Signed-off-by:
2020-12-28 20:24:50 +08:00
xiaoyisd 8cf438d711 fix mobilenet 2020-12-28 19:43:22 +08:00
Ziyan 2c3b99ce91 fix infer rank list typo 2020-12-28 18:46:01 +08:00
zhaoting ace4f2fb71 add CPU TopK 2020-12-28 17:34:52 +08:00
hebotao f4ae9cdbc4 Add SquareDifference kernel for GPU
添加测试用例

添加测试用例

添加测试用例

添加测试用例
清除告警

添加测试用例

添加测试用例

清除告警
2020-12-28 16:47:52 +08:00
“dangjiaqi1” d86509c1c8 add SquaredDifference operation for cpu 2020-12-28 14:50:12 +08:00
mindspore-ci-bot 0d04de8db2 !10455 Expand J for innermost graph first when the graph also contains J primitive
From: @ginfung
Reviewed-by: @zhunaipan
Signed-off-by:
2020-12-28 14:42:07 +08:00
Xiaoda Zhang 3c27c08b46 change memory cost calculation in auto-parallel 2020-12-28 14:38:30 +08:00
mindspore-ci-bot b96d4315dc !10393 added collective send and receive
From: @anancds
Reviewed-by: 
Signed-off-by:
2020-12-28 14:34:19 +08:00
mindspore-ci-bot 0105b2166e !10370 Add BatchMatMul for CPU
From: @xukailun_1
Reviewed-by: 
Signed-off-by:
2020-12-28 14:19:30 +08:00
xutianming d9830ddf63 add c.dot opt 2020-12-28 14:15:01 +08:00
mindspore-ci-bot 9bb4785777 !10428 unpack of cpu
From: @lishixing3
Reviewed-by: 
Signed-off-by:
2020-12-28 10:57:34 +08:00
mindspore-ci-bot 79893d6fef !10336 Add Pack op for CPU Kernel
From: @zyx5256
Reviewed-by: 
Signed-off-by:
2020-12-28 10:56:53 +08:00
mindspore-ci-bot 4257288bb7 !10066 Add CumSum Kerner for CPU
From: @shaoxiangdong
Reviewed-by: 
Signed-off-by:
2020-12-28 10:55:49 +08:00
mindspore-ci-bot 9366200dba !9646 Add Expm1 Operator for CPU
From: @xukailun_1
Reviewed-by: 
Signed-off-by:
2020-12-28 10:43:31 +08:00
mindspore-ci-bot ef13ff4bef !10613 add ut for primitve c of conv2d
From: @lianliguang
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
2020-12-28 10:41:00 +08:00
x00540480 69f882c083 batchmatmul 2020-12-28 10:28:12 +08:00
mindspore-ci-bot aecd96cdb2 !10424 Compute weighted loss
From: @xuguoyang5566
Reviewed-by: @wuxuejian
Signed-off-by:
2020-12-28 10:00:10 +08:00
mindspore-ci-bot b67aaf6773 !9832 expose_allgather_fusion_to_users
From: @gong_zi_yan
Reviewed-by: 
Signed-off-by:
2020-12-28 09:54:57 +08:00
yujianfeng 728fac6c9f Expand J for innermost graph first when the graph also contains J primitive 2020-12-28 09:37:23 +08:00
wangmin0104 a5c16ba5c4 update tests/st/networks/models/resnet50/src/dataset.py. 2020-12-27 20:46:03 +08:00
Ziyan bbf8ec82b9 expose allgather fusion interface to users 2020-12-27 17:44:45 +08:00
mindspore-ci-bot 0c42c5b979 !10611 support len of a Tensor
From: @zhangbuxue
Reviewed-by: @zh_qh,@zhunaipan
Signed-off-by: @zhunaipan
2020-12-27 17:40:43 +08:00
mwang 59f7605987 adjust cost threshold for bert ci_smoke 2020-12-27 14:08:09 +08:00
mindspore-ci-bot 1cbef74372 !10592 deepfm network use mindrecord dataset
From: @shuzigood
Reviewed-by: @linqingke,@wuxuejian
Signed-off-by: @linqingke
2020-12-27 10:14:28 +08:00
LianLiguang cb909c7242 add ut for conv2d 2020-12-26 17:04:37 +08:00
buxue 1a7c161e73 support len of a Tensor 2020-12-26 17:02:25 +08:00
mindspore-ci-bot dafa401247 !10423 add testcases of dump
From: @rainyhorse
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by: @kisnwang
2020-12-26 16:46:39 +08:00
zhuyuxiao 35ff7c58f2 add pack for cpu kernel; bugfix adagrad gpu 2020-12-26 16:29:13 +08:00
wangshuide2020 677127ef5e add grad definition for AsinGrad and ACosGrad 2020-12-26 16:03:01 +08:00
wsq3 435a524f06 deepfm network use mindrecord dataset 2020-12-26 15:56:09 +08:00
mindspore-ci-bot 3c6101a8b1 !10559 update L1Regularizer operation
From: @dangjiaqi1
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2020-12-26 15:33:21 +08:00
mindspore-ci-bot ad814dc2ad !10452 add cpu operators: Div/Mod/Floor/Minimum/ArgMinWithValue
From: @shibeiji
Reviewed-by: @liangchenghui
Signed-off-by:
2020-12-26 14:31:56 +08:00
mindspore-ci-bot e960830d92 !10536 [cpu] Add full support for cast OP on cpu
From: @yanglf1121
Reviewed-by: @wuxuejian,@zhunaipan
Signed-off-by: @wuxuejian
2020-12-26 11:26:46 +08:00
chendongsheng 24345595f3 added collective send and receive 2020-12-26 11:19:26 +08:00
hedongdong 352a362878 Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad 2020-12-26 11:09:07 +08:00
xuguoyang 7fe25d6444 Add weights loss compute 2020-12-26 10:47:54 +08:00
shibeiji d043eeb834 add CPU operators: Div/Mod/Minimum/Floor/ArgMinWithValue 2020-12-26 10:05:12 +08:00
“dangjiaqi1” 86bbef5146 uadate L1Regularizer,upadate test_l1_regularizer_op.py 2020-12-25 18:53:10 +08:00
yanglf1121 8987b3dbd1 Add full support for cpu cast op 2020-12-25 17:10:50 +08:00
shaoxiangdong accf7c4671 Add CumSum Kerner for CPU 2020-12-25 16:30:11 +08:00
mindspore-ci-bot 216aa8535b !10412 Delete the redundant inputs of GNMTv2 model
From: @gaojing22
Reviewed-by: @c_34,@oacjiewen
Signed-off-by: @c_34
2020-12-25 09:21:51 +08:00
gaojing 1f3d9ddff8 delete schema_json 2020-12-24 10:43:34 -05:00
mindspore-ci-bot 4df0baa6c7 !10392 getitem fix bug
From: @yepei6
Reviewed-by: @zhunaipan,@kingxian,@zhunaipan
Signed-off-by: @kingxian
2020-12-24 20:49:17 +08:00
mindspore-ci-bot 40cd715a4c !10448 Fix warning information
From: @lizhenglong1992
Reviewed-by: @liucunwei,@jonyguo,@heleiwang
Signed-off-by: @liucunwei
2020-12-24 20:34:34 +08:00
mindspore-ci-bot 221d5b67d2 !10442 change code in modelzoo to import dataset APIs from mindspore.dataset rather than mindspore.dataset.engine
From: @tiancixiao
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
2020-12-24 19:56:39 +08:00
Zhenglong Li 425c3c6abc Fix warning information. 2020-12-24 18:26:23 +08:00
Xiao Tianci 31fed1a2f6 change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine 2020-12-24 17:30:02 +08:00
mindspore-ci-bot 07578ca31e !10398 Dvpp debug
From: @lizhenglong1992
Reviewed-by: 
Signed-off-by:
2020-12-24 17:16:50 +08:00
mindspore-ci-bot 261bb736de !10063 Modify profiler directory structure to fit the new Run Package
From: @gzhcv
Reviewed-by: 
Signed-off-by:
2020-12-24 16:53:13 +08:00
mindspore-ci-bot 3ba3ffedd4 !10203 Synchronize latest Ascend software suite 18 Dec 2020
From: @nicholas_yhr
Reviewed-by: 
Signed-off-by:
2020-12-24 16:21:29 +08:00
lishixing3 3bc94b97d7 fix some liness 2020-12-24 15:44:07 +08:00
yanghaoran b8345d03b6 Synchronize latest Ascend software 18 Dec 2020, with profiler fixes 2020-12-24 15:11:01 +08:00
mindspore-ci-bot 1343c9cca2 !10255 using do_copy option to choose Tensor.from_numpy to do Tensor convert
From: @ms_yan
Reviewed-by: 
Signed-off-by:
2020-12-24 14:53:18 +08:00
mindspore-ci-bot 6e690ab725 !9949 add testcase and minor fix for SparseApplyProximalAdagrad/Ftrl
From: @TFbunny
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
2020-12-24 14:15:22 +08:00
zhengbin (G) c9b438e97b add dump testcase 2020-12-24 10:44:22 +08:00
Zhenglong Li d032b69c2d Update Error message for dvpp operator. 2020-12-24 10:37:56 +08:00
mindspore-ci-bot f9dbebd958 !10410 add dtype supports[fp64/fp32/fp16/int8/int16/int32/int64/uint8] for relu/reluv2/relugradv2
From: @yuan_shen_zhou
Reviewed-by: @wilfchen,@liangchenghui,@linqingke
Signed-off-by: @liangchenghui
2020-12-24 10:00:55 +08:00
mindspore-ci-bot e1248a7246 !10389 Fix the Backward of the AllSwap Operation
From: @huangxinjing
Reviewed-by: @stsuteng,@stsuteng,@zhunaipan
Signed-off-by: @stsuteng,@stsuteng
2020-12-24 09:38:29 +08:00
Zirui Wu 0a31f563a7 minor fixes 2020-12-23 10:06:01 -05:00
zhouyuanshen 2e2c01d6f0 add dtype supports for relu/reluv2/relugradv2 2020-12-23 22:04:35 +08:00
Payne 4f78ee0077 fix getitem bug 2020-12-23 22:02:23 +08:00
ms_yan deb1e6e965 use from_numpy and add do_copy option 2020-12-23 21:38:05 +08:00
mindspore-ci-bot 44abd94b42 !9408 [ME][Pynative]Fix mem leak problem in pynative mode
From: @chenfei52
Reviewed-by: 
Signed-off-by:
2020-12-23 21:30:10 +08:00
mindspore-ci-bot 70dc40551a !10020 Improve fancy index from 1st dimension to arbitrarily dimension
From: @yepei6
Reviewed-by: 
Signed-off-by:
2020-12-23 21:23:36 +08:00
mindspore-ci-bot 20df37e428 !10287 Add ut for dataset to_number
From: @luoyang42
Reviewed-by: @heleiwang
Signed-off-by:
2020-12-23 21:14:42 +08:00
huangxinjing 565ce81b29 Fix allsawp 2020-12-23 17:17:03 +08:00
chenfei 1f20e552ed handle mem leak in pynative mode
use enter and leave construct
2020-12-23 17:10:58 +08:00
mindspore-ci-bot c1d4a0f80c !10361 Introduce a master disable flag to ProfilIngManager
From: @ziruiwu
Reviewed-by: 
Signed-off-by:
2020-12-23 09:29:02 +08:00
Zirui Wu a1355a827c introduce a master switch to turn on and off profiler 2020-12-22 16:48:01 -05:00
lvliang 04392f3120 recovery-already-run 2020-12-22 21:55:43 +08:00
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
2020-12-22 21:03:16 +08:00
mindspore-ci-bot 176ea4676c !10261 change the int32 restrict to int restric
From: @yepei6
Reviewed-by: @kingxian,@kingxian
Signed-off-by: @kingxian,@kingxian
2020-12-22 20:39:29 +08:00
mindspore-ci-bot 32dc10a735 !9864 Adjust the location of cleaning unuse memory in value node
From: @joylvliang
Reviewed-by: 
Signed-off-by:
2020-12-22 20:09:18 +08:00
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
2020-12-22 19:56:52 +08:00
Payne 5c9982729d fancy index getitem 2020-12-22 18:13:16 +08:00
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
2020-12-22 17:41:20 +08:00
Payne 236bfb75e3 change the int32 restrict to int 2020-12-22 17:35:02 +08:00
lvliang 1490947ff0 adjust-the-location-of-cleaning-unuseless-memory-in-value-node 2020-12-22 15:25:18 +08:00
yujianfeng e1aa34a030 Ignore the graphs with defer_inline flag when specializing on graph arguments 2020-12-22 14:32:44 +08:00
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
2020-12-22 14:13:10 +08:00
zhouyuanshen 09b68f9006 rewrite gpu implementation of op maxpool_with_argmax and maxpool_with_argmax_grad 2020-12-22 12:37:33 +08:00
mindspore-ci-bot f1e1a2afd6 !10223 fixed codex and change bare pointer to shared pointer
From: @anancds
Reviewed-by: @limingqi107
Signed-off-by:
2020-12-22 11:06:07 +08:00
mindspore-ci-bot 2212a5d728 !10305 Fix core dump when num_worker is negative value
From: @ziruiwu
Reviewed-by: @mikef,@nsyca
Signed-off-by: @nsyca
2020-12-22 10:22:43 +08:00
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
2020-12-22 09:50:32 +08:00
mindspore-ci-bot 2b64b7f295 !10312 SequenceMask move API to composite
From: @peilin-wang
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2020-12-22 09:24:46 +08:00
Peilin Wang 412665f707 wrap sequenceMask in composite 2020-12-21 16:27:00 -05:00
Peilin Wang 299509dbfc changed cast to round to zero if casting from float to integral 2020-12-21 13:54:42 -05:00
Zirui Wu 0e2f7a9e9e add validate param to base class DatasetNode 2020-12-21 11:14:37 -05:00
YangLuo da6de519ae Add ut for dataset to_number 2020-12-21 20:09:03 +08:00
mindspore-ci-bot f8e5bffe4d !10286 fix Wrong TypeError in numpy_native
From: @wangrao124
Reviewed-by: @zhunaipan,@kingxian
Signed-off-by: @kingxian
2020-12-21 19:30:08 +08:00
mindspore-ci-bot 441e283e21 !10197 Add input check for the embedding
From: @huangxinjing
Reviewed-by: @stsuteng,@zhunaipan
Signed-off-by: @stsuteng
2020-12-21 19:12:09 +08:00
looop5 8bbe723603 add Tile infer shape function 2020-12-21 16:50:12 +08:00
wangrao 2fb3f0ef4f fix Wrong TypeError in numpy_native 2020-12-21 16:33:36 +08:00
chendongsheng ee23af58d8 fixed codex 2020-12-21 15:17:14 +08:00
mindspore-ci-bot 4477b97465 !10167 BatchNormGrad infer gpu kernel
From: @jonwe
Reviewed-by: @liangchenghui
Signed-off-by:
2020-12-21 10:41:52 +08:00
mindspore-ci-bot 2f3230e761 !10240 add restriction optimizer shard
From: @gong_zi_yan
Reviewed-by: @stsuteng,@zhunaipan
Signed-off-by: @stsuteng
2020-12-21 09:00:38 +08:00
liyong 2f783a6e25 fix process hang when training is over. 2020-12-20 16:35:16 +08:00
Ziyan c5c905fdf5 add restriction for opt shard 2020-12-19 17:43:55 +08:00
mindspore-ci-bot cff3141d99 !10218 add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu
From: @caojian05
Reviewed-by: 
Signed-off-by:
2020-12-19 17:41:19 +08:00
mindspore-ci-bot 5143f7b99c !10198 Add CPU OP resize_bilinear and resize neighbor
From: @wanyiming
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @wuxuejian
2020-12-19 17:41:02 +08:00
mindspore-ci-bot 88155de042 !10159 momentum weight fusion
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @cristoval
2020-12-19 17:05:38 +08:00
caojian05 a3b6f57842 add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu 2020-12-19 16:25:38 +08:00
mindspore-ci-bot 5ff6de83eb !10173 Fix Strategy Check for UnsortedSegments
From: @huangxinjing
Reviewed-by: @zhunaipan,@stsuteng
Signed-off-by: @stsuteng
2020-12-19 14:24:58 +08:00
mindspore-ci-bot e6febd85bb !10200 Fix dir of test case
From: @luoyang42
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
2020-12-19 10:02:09 +08:00
mindspore-ci-bot d99189f681 !10207 Fix some minor doc, typo related to AutoNumWorker
From: @ziruiwu
Reviewed-by: @mikef
Signed-off-by:
2020-12-19 06:35:59 +08:00
Jonathan Yan 335c3f7602 BatchNormGrad infer gpu kernel 2020-12-18 17:03:27 -05:00
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
2020-12-19 04:37:05 +08:00
Zirui Wu 4ae7102fd3 address 2 tickets 2020-12-18 15:03:32 -05:00
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
2020-12-19 02:03:07 +08:00
wanyiming 2283eac723 add_resize_ops 2020-12-19 01:06:27 +08:00
mindspore-ci-bot a83e058f42 !9858 [MS][GPU][API] UnsortedScatterND_int64_Support
From: @danishnxt
Reviewed-by: @tom__chen,@robingrosman,@robingrosman
Signed-off-by:
2020-12-19 00:21:40 +08:00
luoyang b40af48366 Fix dir of test case 2020-12-18 22:03:46 +08:00
mindspore-ci-bot a177de60ff !10186 Dvpp debug
From: @lizhenglong1992
Reviewed-by: @pandoublefeng,@heleiwang,@liucunwei
Signed-off-by: @liucunwei
2020-12-18 20:43:49 +08:00
mindspore-ci-bot 83a29a0a54 !10176 Add PyNative Hccl st
From: @jojobugfree
Reviewed-by: 
Signed-off-by:
2020-12-18 19:57:51 +08:00
huangxinjing dd0da1542d Add input check 2020-12-18 19:54:49 +08:00
wilfChen 09e10e18bb momentum weightdecay fusion 2020-12-18 19:08:05 +08:00
caifubi e6f0654b61 Add PyNative Hccl st 2020-12-18 17:40:45 +08:00
yanglf1121 918679daa3 add tensor.ndim and rename tensor.size() to tensor.size 2020-12-18 17:15:42 +08:00
Zhenglong Li 04da5bae5d Fix dvpp parameter validation bug and make information clear, besides, modify Dvpp ut. 2020-12-18 17:06:06 +08:00
huangxinjing a8446af1ab Fix condition check 2020-12-18 16:43:43 +08:00
zhoufeng 19a0b61fc9 fix 310 testcase compile
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-12-18 15:46:16 +08:00
gzhcv bad8c0e422 Modify profiling dir structure to fit the new Run Package 2020-12-18 11:04:07 +08:00
jonwe 54e5025c1a equal op gpu kernel 2020-12-17 21:24:30 -05:00
mindspore-ci-bot cb0ecf3de7 !10061 add optimizer parallel level0 testcase
From: @zhiyuan_mei
Reviewed-by: 
Signed-off-by:
2020-12-18 09:33:39 +08:00
mindspore-ci-bot 893d59afd7 !10097 Fix bugs for np.mean, np.asarray, np.concatenate, np.linspace
From: @yanglf1121
Reviewed-by: 
Signed-off-by:
2020-12-18 09:10:51 +08:00
mindspore-ci-bot eb22cf7e5a !10073 [MS][CompositeOp][API] TensorDot pr fix
From: @danishnxt
Reviewed-by: @tom__chen
Signed-off-by:
2020-12-18 03:58:09 +08:00
danishnxt ac109b601a pad_CI_Alarm fix
typo fix

test addition for half - pad value checking
2020-12-17 14:47:27 -05:00
mindspore-ci-bot 904f61b7fd !9857 [MS][GPU] SparseApplyFtrl_int64_Support
From: @danishnxt
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
2020-12-18 03:05:54 +08:00
danishnxt b0b768335e PR 10072 fix + new sts
lintfix

doc fix + code cleaned

doc update 2
2020-12-17 13:57:05 -05:00
Mahdi 98ea8fa6ea Added tests for chain samplers, fixed GetDatasetSize issue with chained samplers 2020-12-17 13:26:42 -05:00
mindspore-ci-bot eb1fd8bd1c !10113 Add YoloV3 with dvpp preprocess test
From: @lizhenglong1992
Reviewed-by: @jonyguo,@liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
2020-12-17 22:02:00 +08:00
mindspore-ci-bot 1dd4be55dc !10112 add CPU unsortedsegmentsum
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2020-12-17 21:12:26 +08:00
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
2020-12-17 19:56:26 +08:00
mindspore-ci-bot 691e3baab6 !10109 [MD] Fix Decode doc & RandomNode log
From: @luoyang42
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
2020-12-17 19:50:19 +08:00
mindspore-ci-bot 6035823c4b !10044 fix get num classes of concat
From: @luoyang42
Reviewed-by: @liucunwei,@heleiwang,@liucunwei
Signed-off-by: @liucunwei,@liucunwei
2020-12-17 19:30:50 +08:00
meizhiyuan 13f25fa936 add optimizer_parallel level0 case 2020-12-17 18:55:36 +08:00
yanglf1121 760cd1870a corner cases check for np.asarray, np.mean, np.concatenate 2020-12-17 18:33:10 +08:00
Daniel bdbdc291f5 high grad
Signed-off-by: Daniel <chentanjie@huawei.com>
2020-12-17 17:16:07 +08:00
zhaoting edf3083510 add CPU unsortedsegmentsum 2020-12-17 17:10:12 +08:00
luoyang 595b7a782f [MD] Fix Decode doc & RandomNode log 2020-12-17 17:04:31 +08:00
Zhenglong Li 13204cb8e3 Add YoloV3 with Dvpp test. 2020-12-17 16:51:40 +08:00
mindspore-ci-bot 734f50f36e !10083 support non tensor inputs in model predict
From: @zhangbuxue
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
2020-12-17 16:33:52 +08:00
buxue f90f77c16e support non tensor inputs in model predict 2020-12-17 14:17:41 +08:00
mindspore-ci-bot da74482812 !9769 add testcases of type error
From: @echo_hua
Reviewed-by: @chujinjin,@zhunaipan
Signed-off-by: @zhunaipan
2020-12-17 14:16:37 +08:00
mindspore-ci-bot fe41af8129 !10035 remove the 'raise' in construct of Cell
From: @zhangbuxue
Reviewed-by: 
Signed-off-by:
2020-12-17 14:04:13 +08:00
buxue aeeef7607a remove the 'raise' in construct of Cell 2020-12-17 10:54:42 +08:00
Lixia Chen a7f0e13234 Remove special treatment for cache above repeat 2020-12-16 21:13:04 -05:00
mindspore-ci-bot b645f7959d !9749 [MS][API] UnsortedSegmentMax_Min added check for bug fix - num_segments
From: @danishnxt
Reviewed-by: 
Signed-off-by:
2020-12-17 04:33:38 +08:00
danishnxt d1fcfaf0f2 First commit - scatter_nd_int64_update
lint fix - no lint required for previous code

fix int64 templates

removed extra files
2020-12-16 15:19:13 -05:00
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
2020-12-16 13:12:04 -05:00
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
2020-12-16 21:12:16 +08:00
mindspore-ci-bot dd5fce4ffb !10014 apply dynamic shape for ComputeAccidentalHits
From: @yanzhenxiang2020
Reviewed-by: 
Signed-off-by:
2020-12-16 17:29:02 +08:00
wanghua b4ecf65e71 add typeerror testcases 2020-12-16 17:11:12 +08:00
hedongdong 6cc9d2c087 BUGFIX: Correct the calculation of the output 'd_x' of the operator LayernormGradGrad 2020-12-16 16:30:42 +08:00
mindspore-ci-bot f75280f6c2 !10006 support int32 dtype of Mul cpu op
From: @wuxuejian
Reviewed-by: @kisnwang,@c_34
Signed-off-by: @c_34
2020-12-16 16:22:06 +08:00