Commit Graph

2513 Commits

Author SHA1 Message Date
Margaret_wangrui d0d0cc2c71 Fix the execution sequence problem of the load in maketuple 2021-08-20 09:37:42 +08:00
i-robot d978db22ca !22007 update shift op
Merge pull request !22007 from zhujingxuan/update_shift
2021-08-19 10:40:53 +00:00
huanghui 1630dcb0c8 add subdirectory for log and ir_dump 2021-08-19 14:11:16 +08:00
i-robot 8ec16bbab9 !21880 Check ref of update parameters
Merge pull request !21880 from chenfei_mindspore/ascend-control-use-vm
2021-08-19 03:49:12 +00:00
chenfei 4428db97e3 check abstract ref of update parameters 2021-08-18 23:14:14 +08:00
zhujingxuan 7a32af0d91 update shift API and st
(cherry picked from commit 347abe4fbaf9b64cb574a8e5762bf7bebe561f21)
2021-08-18 16:25:07 +08:00
huangbingjian 4fccefdfd8 Re-add F.depend to the script 2021-08-18 14:54:29 +08:00
i-robot 7c95c2dece !21964 use temporary dir as dump dir
Merge pull request !21964 from yelihua/dev
2021-08-18 02:50:41 +00:00
i-robot 8c81b18c15 !21912 Add Multinomial kernel on CPU.
Merge pull request !21912 from chengang/multinomial_cpu_kernel
2021-08-17 12:15:29 +00:00
i-robot f0a7fa47c4 !21908 Add UniformInt & UniformReal kernels on CPU
Merge pull request !21908 from chengang/random_ops
2021-08-17 12:15:18 +00:00
yelihua a3cba3857e use temporary dir as dump dir 2021-08-17 20:11:33 +08:00
cristoval 0a3e584eec add multinomial cpu kernel 2021-08-17 14:54:38 +08:00
i-robot 16d5427743 !21863 update the method for get rank_id
Merge pull request !21863 from yelihua/new-dev
2021-08-16 12:13:01 +00:00
cristoval b7c6f7ec07 add uniform_int and uniform_real on cpu 2021-08-16 20:11:18 +08:00
i-robot 692b39f306 !21821 RL add buffer sample update
Merge pull request !21821 from VectorSL/buffer-sample-update
2021-08-16 09:16:28 +00:00
i-robot ecb2f35665 !21818 add logs when query running jobs
Merge pull request !21818 from laiyongqiang/fusion_dbg
2021-08-16 06:13:58 +00:00
VectorSL 680d319290 update buffer sample gpu 2021-08-16 14:05:51 +08:00
yelihua a6dc9a0a07 get rank id when set hccl env for single card train 2021-08-16 13:44:02 +08:00
i-robot fca1cb34c8 !21490 Ascend control use vm
Merge pull request !21490 from chenfei_mindspore/ascend-control-use-vm
2021-08-16 03:34:54 +00:00
i-robot 223f500bab !21803 mindir: support control flow switch layer
Merge pull request !21803 from lanzhineng/mindir_control_flow
2021-08-16 02:15:16 +00:00
lanzhineng 93a1956978 mindir:support switchlayer 2021-08-15 11:40:05 +08:00
LaiYongqiang c6f5a02237 add logs when querying job 2021-08-14 16:45:05 +08:00
i-robot 2151b927ba !21682 RL add buffer cpu kernel
Merge pull request !21682 from VectorSL/push-buffer-op-cpu
2021-08-14 01:37:30 +00:00
i-robot 69e8603a2b !21774 handle replace in updatestate_eliminate
Merge pull request !21774 from huangbingjian/replace_dev
2021-08-13 11:56:20 +00:00
VectorSL d7232b6630 add buffer cpu kernels 2021-08-13 18:22:18 +08:00
i-robot 724ba3c0bf !21731 Add expanders in c++ code
Merge pull request !21731 from DeshiChen/0809_expander
2021-08-13 10:19:34 +00:00
chenfei d6bc8c2fe3 ascend control in vm
inner test case fix

rm MS_CTX_MULTIGRAPH in ME func grpah cloner

add logs
2021-08-13 17:45:45 +08:00
i-robot 7996b4ec2d !21650 add Shift cpu OP
Merge pull request !21650 from zhujingxuan/master
2021-08-13 09:03:21 +00:00
huangbingjian 88059b76ee handle replace in updatestate_eliminate 2021-08-13 15:54:48 +08:00
i-robot 114f419d0a !21710 fix cropandresize, randomchoicewithmask and pad in CPU
Merge pull request !21710 from huangbo/pclint_fix_master
2021-08-13 01:27:17 +00:00
i-robot 2a9f1bf768 !21714 unify softplus data description and verification
Merge pull request !21714 from zhangbuxue/unify_softplus_data_description_and_verification
2021-08-12 13:39:28 +00:00
i-robot d8d7e261f6 !21683 move useless testcases from level0 to level1
Merge pull request !21683 from yanghaoran/master
2021-08-12 13:02:03 +00:00
i-robot 8c2b6d0e17 !21675 RL add buffer gpu kernel
Merge pull request !21675 from VectorSL/push-buffer-op-gpu
2021-08-12 11:31:30 +00:00
huangbo77 984e004b44 fix cropandresize and randomchoicewithmask 2021-08-12 16:56:29 +08:00
dayschan 9add26ad99 Add expanders in c++ code
transplant the op expander code from python to c++, base on LiteGraph.
the c++ expander will be called in priority if it was registered in OpExpanderFactory.

add two examples, BiasAdd and ExpandDims.
remove BiasAdd from python expanders.
since the ExpandDims is also imported by other ops (e.g. BatchNorm), we don't remove it now.
2021-08-12 16:22:56 +08:00
zhujingxuan c7febdcca4 add Shift cpu OP 2021-08-12 15:36:57 +08:00
buxue f4ea9bd616 unify softplus data description and verification 2021-08-12 13:07:04 +08:00
yanghaoran 64d34104e5 move useless testcases from level0 to level1 2021-08-11 23:11:34 +08:00
VectorSL 6b4f02af58 add gpu buffer kernel 2021-08-11 22:00:05 +08:00
buxue 2808460567 support more high rank for activation op 2021-08-11 16:49:04 +08:00
i-robot 9eb414b768 !19389 ascend compile reconstruct
Merge pull request !19389 from liubuyu/compile_re
2021-08-11 07:19:11 +00:00
i-robot 9211814983 !21606 mindir: support control flow_ while
Merge pull request !21606 from lanzhineng/mindir_control_flow
2021-08-11 01:26:35 +00:00
i-robot 8947a11e49 !21544 [GraphKernel] fix bert and add graph kernel ops.
Merge pull request !21544 from chenlei_autodiff/add_sin
2021-08-11 01:04:12 +00:00
lby a5029f061c ascend kernel build refactory 2021-08-10 23:40:49 +08:00
i-robot ace6e49e00 !21494 pyfunc primitive register
Merge pull request !21494 from chenweifeng/pyfunc-primitive-register
2021-08-10 13:43:46 +00:00
lanzhineng 787b19c014 mindir:support control flow while 2021-08-10 17:01:26 +08:00
chenlei_autodiff 0271535429 [GraphKernel] fix bert and add graph kernel ops. 2021-08-10 16:02:00 +08:00
wilfChen 95ab172c56 pyfunc primitive register 2021-08-10 15:47:07 +08:00
lanzhineng dc63dea103 mindIR support control flow 2021-08-08 19:02:18 +08:00
i-robot 59f4820785 !21383 dynamic shape interface adapter
Merge pull request !21383 from liubuyu/master
2021-08-06 12:40:14 +00:00
i-robot 8a8851dc52 !18667 Remove redundant depend
Merge pull request !18667 from huangbingjian/remove_redundant_depend
2021-08-06 07:43:53 +00:00
lby e6cdf098db op tiling compute interface replace 2021-08-06 11:26:24 +08:00
huangbingjian 53b31abf12 remove useless depend 2021-08-05 20:21:24 +08:00
yelihua ca835a7d2d change the async dump testcase level to level1 2021-08-05 19:52:35 +08:00
i-robot 4eca597368 !21306 Add gpu testcase and skip decorator.
Merge pull request !21306 from gaoyong10/runtime_002
2021-08-05 02:06:40 +00:00
i-robot 9629b4ebd9 !21071 [Graph Kernel] Add Low Precision Optimition
Merge pull request !21071 from cyun/master_729
2021-08-05 00:50:58 +00:00
gaoyong10 2c96987222 add skip decorator and gpu testcase 2021-08-04 17:23:00 +08:00
i-robot 770d2a994e !20767 add CPU L2Loss op
Merge pull request !20767 from 范吉斌/master_l2loss
2021-08-04 03:26:29 +00:00
i-robot 1245eed4d1 !21283 VM bug fix and test_cont_case add gpu
Merge pull request !21283 from chenfei_mindspore/vm-bug-fix
2021-08-04 02:44:04 +00:00
cy 4105a247b7 add low precison 2021-08-04 09:52:42 +08:00
zhangzhenghai b0d1f64b37 !21326 upgrade Ascend software pacakage 03 Aug 21
Merge pull request !21326 from yanghaoran/upgrade_ascend_0803
2021-08-04 00:58:19 +00:00
fanjibin 9e5618a5b8 add CPU l2loss op 2021-08-03 20:19:15 +08:00
yanghaoran afd9c8c9de upgrade Ascend software pacakage 03 Aug 21 2021-08-03 19:24:18 +08:00
i-robot 5ec20c7665 !21240 develop softplus for cpu
Merge pull request !21240 from zhangbuxue/develop_softplus_for_cpu
2021-08-03 10:59:01 +00:00
chenfei 709b1e80db add control test cases and vm bug fix 2021-08-03 18:43:22 +08:00
buxue 0bdf08a90e develop softplus for cpu 2021-08-03 11:40:09 +08:00
ZeyangGao 44833d7886 add gpu scripts to resnet18 2021-08-03 10:32:09 +08:00
i-robot 00e8645902 !21036 Upgrade Ascend packages 28 Jul 21
Merge pull request !21036 from yanghaoran/upgrade_ascend_0728
2021-08-02 06:15:06 +00:00
yanghaoran 0364650eae Upgrade Ascend packages 28 Jul 21, with testcases removed 2021-07-31 18:55:55 +08:00
i-robot 27e0c7d8b8 !21004 Add CPU Sort OP
Merge pull request !21004 from zhujingxuan/master
2021-07-31 08:15:54 +00:00
zhujingxuan 23dee0e232 Add CPU Sort OP 2021-07-30 16:21:02 +08:00
Yang Jiao fd7ab25fc2 reorganiz empty graph 2021-07-30 15:37:47 +08:00
i-robot 7b20a5adf7 !20966 Update graph kernel support for argmax/argmin
Merge pull request !20966 from zichun_ye/argmax_min_kernelgraph
2021-07-30 06:15:03 +00:00
Zichun Ye 22172f18bc update graph kernel support for argmax/argmin
fix pylint problem

fix conflict

fix op list

fix check warning

fix code based on review comments

update akg commit

fix check warning
2021-07-30 09:53:12 +08:00
i-robot b32bfb0111 !20986 revert the modification of ExpandJPrim
Merge pull request !20986 from huangbingjian/revert_jprim
2021-07-29 11:16:43 +00:00
i-robot 11694db238 !20909 [MS][RDR] Add lenet st with enable RDR
Merge pull request !20909 from louie5/rdr_test
2021-07-28 12:05:42 +00:00
huangbingjian 4d845c004e revert the modification of ExpandJPrim 2021-07-28 19:27:36 +08:00
louie5 3c0a35dd07 add gpu lenet st with enable RDR module 2021-07-28 14:30:05 +08:00
chendongsheng a772f62563 fixed node timeout 2021-07-28 10:09:56 +08:00
i-robot 302b6a8008 !20880 [ME][Auto-Monad]Fix executive order problem: the user of MakeTuple(Load, ...) do not attach UpdateState
Merge pull request !20880 from Margaret_wangrui/maketupe_addn_exec_order
2021-07-27 11:32:27 +00:00
i-robot 72dd0cdb7b !20563 提交RNNs和RNNCells算子
Merge pull request !20563 from 吕昱峰(Nate.River)/rnn
2021-07-27 09:09:46 +00:00
i-robot d444600923 !20515 Refactor Arithmetic Simplify
Merge pull request !20515 from jiaoy1224/master
2021-07-27 08:07:53 +00:00
i-robot e23d51ee8d !20099 test failed
Merge pull request !20099 from mindspore_ding/run_0712
2021-07-27 07:27:49 +00:00
lvyufeng 54dd318de7 add RNNs and RNNCells layers 2021-07-27 11:45:02 +08:00
Margaret_wangrui 16466f3453 Fix executive order problem: the user of MakeTuple(Load, ...) do not
attach UpdateState
2021-07-27 11:37:53 +08:00
Yang Jiao e2cfc516eb refctor arithmetic simplify 2021-07-27 11:29:26 +08:00
i-robot ab78bcf16f !19081 add ops IsNan
Merge pull request !19081 from lingyunli63/add_ops_IsNan
2021-07-27 02:33:02 +00:00
i-robot 3c0e0ac186 !20654 Fix test_resnet50_and_resnet50_thor bug.
Merge pull request !20654 from linqingke/bug_fix
2021-07-27 02:32:52 +00:00
i-robot 34e2581dfc !20812 Add code for cross-silo with real data femnist and coco
Merge pull request !20812 from ZPaC/cross-silo
2021-07-26 13:21:19 +00:00
i-robot 022c1c4583 !20715 [ME][Auto-Monad]Add ref user to UpdateState to ensure the order
Merge pull request !20715 from Margaret_wangrui/auto_monad_ref_users_master
2021-07-26 11:43:43 +00:00
i-robot 23e30c4bcc !17854 Add ScatterSub op for gpu
Merge pull request !17854 from xcnick/op-scattersub-gpu
2021-07-26 10:08:02 +00:00
i-robot ba3aa00e92 !20719 test transformer
Merge pull request !20719 from huchunmei/test4
2021-07-26 08:58:30 +00:00
lingyunli63 50a66ae476 isnan isfinite isinf squaresumall identity oneslik 2021-07-26 12:58:30 +08:00
Margaret_wangrui f9a064e464 Add ref user to UpdateState to ensure the order 2021-07-26 10:31:05 +08:00
ZPaC dc068cb172 Add code for cross-silo with real data femnist and coco 2021-07-24 17:50:53 +08:00
xcnick 201f85f636 Add scattersub op for gpu 2021-07-24 09:21:25 +00:00
xcnick d8d906df3a add scatter_nd_add and scatter_nd_sub op for gpu 2021-07-24 09:14:24 +00:00
i-robot 25eef9c2bd !20786 Add test case for cross-silo lenet
Merge pull request !20786 from ZPaC/cross-silo
2021-07-24 08:10:17 +00:00
i-robot 9ec36f831a !19500 Enable bert st
Merge pull request !19500 from chenhaozhe/enable-bert-st
2021-07-24 07:19:58 +00:00
ZPaC fc8a16a149 Add test case for cross-silo lenet 2021-07-24 13:52:03 +08:00
i-robot 1e1d7d5739 !20443 Add numpy-native ut/st
Merge pull request !20443 from 杨林枫/add_numpy_ut
2021-07-23 11:24:39 +00:00
i-robot 75fc1b174e !20611 Add MS_DIAGNOSTIC_DATA_PATH support to configure dump path
Merge pull request !20611 from TinaMengtingZhang/diagnostic_path
2021-07-23 01:55:44 +00:00
i-robot 2ece9824a5 !20726 test transformer
Merge pull request !20726 from huchunmei/code_docs_test1
2021-07-23 01:42:50 +00:00
TinaMengtingZhang 5b8e846fe9 Support MS_DIAGNOSTIC_DATA_PATH in configuring dump path 2021-07-22 13:34:59 -04:00
i-robot 26027b89fe !19806 add graph kernel erf, erfc, floor, floordiv, mod, floormod, div
Merge pull request !19806 from 杨林枫/basic_graph_kernels
2021-07-22 12:57:55 +00:00
dingpeifei aad315ebc5 test failed 2021-07-22 20:17:21 +08:00
i-robot c53cdd5349 !20555 Fixes decorators in CPU tests
Merge pull request !20555 from huangbo/test_decorators_cpu
2021-07-22 11:46:24 +00:00
i-robot 66f4756555 !20476 Adding 9 object-detection operators in CPU
Merge pull request !20476 from huangbo/object_detection_2
2021-07-22 11:43:18 +00:00
i-robot 1ae69fd48e !20478 Node id is configured through environment variables
Merge pull request !20478 from anancds/node
2021-07-22 11:18:23 +00:00
huchunmei 786776ef43 clould 2021-07-22 17:52:13 +08:00
huchunmei 8c88411ce6 clould 2021-07-22 16:10:52 +08:00
wangrao124 463ca2434c add numpy-native ut/st test files 2021-07-22 14:47:00 +08:00
yanglf1121 c30b1e6d06 add graph kernel div, floordiv, mod, floormod, floor 2021-07-22 14:16:56 +08:00
i-robot e1e7d491d9 !20687 ssd_mobilenet st bug fix
Merge pull request !20687 from 张晓晓/master
2021-07-22 06:09:47 +00:00
zhangxiaoxiao f4e02bfe1f ssd_mobilenet st bug fix
modified:   tests/st/model_zoo_tests/ssd_mobilenet_fpn/test_ssd_modelnet_fpn.py
2021-07-22 11:58:24 +08:00
chenhaozhe 6c488610a9 enable bert st 2021-07-22 09:59:12 +08:00
i-robot 7d2a07a2bd !20480 Add LiteGraph for graphkernel
Merge pull request !20480 from DeshiChen/0618_litegraph
2021-07-22 01:31:45 +00:00
huangbo77 b7ad898ce2 fixed decorators in cpu tests 2021-07-21 20:26:21 +08:00
linqingke 47dcb074a8 Fix test_resnet50_and_resnet50_thor bug. 2021-07-21 16:05:03 +08:00
huangbo77 7926769fc9 adding 9 object detection operators 2021-07-21 10:49:17 +08:00
dayschan 137608b518 Add LiteGraph for graphkernel
Add a subdirectory "model" in the "backend/optimizer/graph_kernel" for litegraph.
Implement two interfaces "AnfGraph2LiteGraph" and "LiteGraph2AnfGraph".

The litegraph will be the base data structure when we migrate the GraphKernel code
from python("mindspore/_extends/graph_kernel") to c++.
2021-07-21 10:21:11 +08:00
wangrao124 7cddde47b0 !215 add ops: LogicalNot, LogicalAnd, LogicalOr, NotEqual, EqualCount, Asinh, Acosh
* add ops: LogicalNot, LogicalAnd, LogicalOr, NotEqual, EqualCount, Asinh, Acosh
2021-07-21 10:01:17 +08:00
wsq3 5a268a5345 add argminwithvalue oparetor arithmetric 2021-07-20 20:01:18 +08:00
chendongsheng 94a20f3ba5 node_id is configurable 2021-07-20 15:27:45 +08:00
i-robot 71e8af3800 !18540 Gpu kernel for TensorScatterMax/Min/Mul/Div and their grad operators
Merge pull request !18540 from Peilin/tensor-scatter-mul/div/max/min-gpu-kernel
2021-07-20 01:17:09 +00:00
chenlei_autodiff 7d55cef106 [GraphKernel] add sponge ops. 2021-07-19 19:34:23 +08:00
i-robot 2b0de5af92 !20339 The certificate can be configured through the configuration file
Merge pull request !20339 from anancds/cert
2021-07-17 08:38:32 +00:00
chendongsheng dc3d6dc915 added cert 2021-07-17 10:14:28 +08:00
Peilin Wang 0824f13ea6 initial commit: change of requirements, no more div/mul, need sub 2021-07-16 20:04:00 -04:00
jin-xiulang bedb4956e5 Add a st for inversion attack 2021-07-16 10:09:57 +08:00
i-robot 51cd4215be !20120 InTopK gpu kernel bugfix
Merge pull request !20120 from Peilin/topk-bugfix-index
2021-07-15 11:16:56 +00:00
i-robot eaf9588ac9 !20111 add adam offload for pangu & fix AdamWeightDecay nnacl
Merge pull request !20111 from zhaosida/zsd_adam_simd
2021-07-15 08:53:37 +00:00
i-robot 047765a91f !20305 New TBE compile server
Merge pull request !20305 from laiyongqiang/new_python
2021-07-15 08:21:55 +00:00
LaiYongqiang ba8fdcfeae new TBE compile server 2021-07-15 10:56:02 +08:00
i-robot e67b74e8e3 !20137 Optimize round kernel's return code.
Merge pull request !20137 from ZPaC/optimize-return-code
2021-07-14 07:50:16 +00:00
zhaosida f323903af3 fix AdamWeightDecay nnacl & add adam offload in pangu scripts 2021-07-14 14:46:24 +08:00
Peilin Wang b0c8734064 initial commit: fix topk index
k <= 0 is now valid behavior, k > input size is optimized

fix ci
2021-07-13 15:19:26 -04:00
i-robot 0f6d55289f !20110 fix the test case of CPU dump
Merge pull request !20110 from limingqi107/bug_fix
2021-07-13 15:57:44 +00:00
ZPaC c46f4ac8d1 Optimize round kernel's return code. 2021-07-13 20:53:04 +08:00
limingqi107 06a6e8d186 fix the test case of CPU dump 2021-07-12 22:58:34 +08:00
i-robot 344de3f14e !20015 add yolov3_darknet53 test case
Merge pull request !20015 from 吴书全/PR0316
2021-07-12 13:39:36 +00:00
i-robot 21f36f1610 !20030 Fix issues of mindspore federated
Merge pull request !20030 from jxlang910/master
2021-07-12 08:09:10 +00:00
i-robot 4902090b65 !19260 optimize resnet50+imagenet2012 by prefetch_size and num_parallel_workers.
Merge pull request !19260 from anzhengqi/optimize_resnet_imagenet_network
2021-07-12 06:27:11 +00:00
jin-xiulang 33de9e66d3 Fix issues of mindspore federated 2021-07-12 11:14:31 +08:00
wsq3 631a20d74a add test_yolov3_darknet53 test case 2021-07-12 09:51:08 +08:00
i-robot cb555f4b6e !19494 add ResizeBilinear ops for aicpu
Merge pull request !19494 from yanzhenxiang2020/add_resize_bilinear_aicpu
2021-07-10 08:46:27 +00:00
i-robot f10786f063 !19913 Update loss value in bert precision test case
Merge pull request !19913 from chenhaozhe/code_docs_update_bert_loss_value
2021-07-10 07:24:55 +00:00
i-robot 6dd5965e17 !19892 topk and intopk float16 bug workaround
Merge pull request !19892 from Peilin/topk-float16-cast
2021-07-10 07:04:55 +00:00
chenhaozhe bea083c3ed update loss value in bert precision test case 2021-07-10 14:55:57 +08:00
i-robot 848069a9ad !19824 [MECompiler]Add switch simplify to a2
Merge pull request !19824 from chenfei_mindspore/switch_simplify_fix
2021-07-10 04:24:57 +00:00
Peilin Wang b55a930215 intial commit: cast to float32
add casting to float32 for intopk

fix ci

fix ci

fixed intopk
2021-07-09 20:17:35 -04:00
buxue 2b2efb0a75 fix prelu weight grad accuracy error fp16 on GPU 2021-07-09 18:15:05 +08:00
chenfei ff066a0df3 add switch_simplify pass to a2 2021-07-09 16:56:43 +08:00
i-robot 5c6677a3a8 !19628 fix issue: Resolve Python parser exception can't exit
Merge pull request !19628 from lanzhineng/infer_optv5
2021-07-09 06:14:20 +00:00
anzhengqi cc1a0fa59c optimize resnet50 with imagenet2012 by prefetch_size and num_parallel_workers 2021-07-09 10:41:47 +08:00
w00517672 7d49202311 fix error in albert script 2021-07-08 21:45:40 +08:00
lanzhineng 34aae1bef4 clear exception_ptr 2021-07-08 20:41:29 +08:00
i-robot 23df0f83a3 !19634 Fix bugs of MindSpore federated's PW_ENCRYPT
Merge pull request !19634 from jxlang910/cipher_branch
2021-07-08 11:49:03 +00:00
i-robot 6863d52646 !19605 add federated learning albert
Merge pull request !19605 from wtcheng/master
2021-07-08 08:15:42 +00:00
i-robot 4a75354555 !19286 add_PReLUGrad_for_GPU
Merge pull request !19286 from zhangbuxue/add_PReLuGrad_for_GPU
2021-07-08 02:01:45 +00:00
jin-xiulang 257cc23ca2 Add secure parameters for mindspore federated learning.
fix prime initialization and build key bug

fix reconstruct access bug and kernels' retcode.

Fix init issue

Add fl secure parameter cipher_time_window
2021-07-08 09:58:32 +08:00
i-robot f9a2a0ba71 !19516 Enable mindRT on CPU device
Merge pull request !19516 from limingqi107/bug_fix3
2021-07-07 15:47:47 +00:00
i-robot 5c1a254f16 !19514 [ME][Control]Add control flow test cases in ci
Merge pull request !19514 from chenfei_mindspore/add_control_test_ci
2021-07-07 12:14:35 +00:00
w00517672 42f4b9c322 add fl albert 2021-07-07 19:58:05 +08:00
yanzhenxiang2020 9c74caa631 add ResizeBilinear ops for aicpu 2021-07-07 14:38:54 +08:00
i-robot a815ad72c1 !19454 Fix conv3d on cpu
Merge pull request !19454 from zuochuanyong/fix_conv3d_cpu
2021-07-07 06:16:08 +00:00
limingqi107 36b1ff25b4 Enable mindRT on CPU device 2021-07-07 13:19:37 +08:00
buxue 5bf41bfbd2 improve PReLU forward and implement backward on GPU 2021-07-07 13:15:33 +08:00
i-robot aadaaf8142 !19474 fix bug of TensorCopySlices
Merge pull request !19474 from caifubi/master-tensor-copy-slices
2021-07-07 03:00:06 +00:00
i-robot d27510eed3 !19440 Infer support switchlayer & recrusive fun test cases
Merge pull request !19440 from lanzhineng/infer_optv5
2021-07-07 02:48:02 +00:00
i-robot 5f494498a1 !19471 Optimize test scripts of mindspore federated
Merge pull request !19471 from jxlang910/master
2021-07-07 01:24:18 +00:00
i-robot 34b9de7bc5 !19438 modify model_zoo resnext and resnet bug
Merge pull request !19438 from lilei/modify_model_zoo_bug
2021-07-07 01:20:04 +00:00
chenfei 8c9a1d65b3 add control test cases for ci 2021-07-06 21:39:14 +08:00
lanzhineng b706db3119 suport more evaluators and fix recrusive_fun testcase 2021-07-06 19:53:50 +08:00
caifubi bd70512806 fix TensorCopySlices bprop 2021-07-06 19:02:20 +08:00
lilei a121969e2d modify model_zoo resnext and resnet network bug 2021-07-06 17:18:55 +08:00
zuochuanyong 4a2a254658 fix conv3d when pad_mode is pad 2021-07-06 17:06:23 +08:00
jin-xiulang c8d20e3502 Optimize test scripts of mindspore federated 2021-07-06 16:58:30 +08:00
i-robot 6a6da100ce !19324 Add differential privacy parameters for mindspore federated learning.
Merge pull request !19324 from jxlang910/fl-dp
2021-07-06 03:11:11 +00:00
i-robot b26dc0f162 !18938 infer optimize:codex + testcases
Merge pull request !18938 from lanzhineng/infer_optv5
2021-07-06 01:19:13 +00:00
jin-xiulang ebc71d3306 Add secure parameters for mindspore federated learning. 2021-07-05 21:08:02 +08:00
i-robot a24c0d8efe !19127 add st test: test_Conv2dBnFoldQuant
Merge pull request !19127 from zhang_sss/add_st_test
2021-07-05 13:07:48 +00:00
lanzhineng 04dba00b93 infer:codex & testcases 2021-07-05 21:01:13 +08:00
ZPaC fb76361d81 sync bug fix 2021-07-05 11:52:16 +08:00
i-robot b93907fdca !19246 Change Loss to LossBase
Merge pull request !19246 from chenhaozhe/change-loss-base
2021-07-05 01:24:23 +00:00
limingqi107 e761655a42 actor runtime support CPU dump 2021-07-04 11:19:09 +08:00
gaoyong10 b3f0a29fb1 Fix Sponge net. 2021-07-03 21:44:11 +08:00
i-robot 0022d07d6e !19289 Lift FV before AD pass.
Merge pull request !19289 from 张清华/cconv_opt0
2021-07-03 01:27:35 +00:00
zhousiyi a5b4e7bbf8 lift fv before grad except weight, then convert
switch(cond, partial(g1, xs), partial(g2, ys))(Zs)
 to
 switch(cond, g1, g2)(Xs, Ys, Zs)

 switch_layer(index, make_tuple(partial(g1, xs), partial(g2, ys)))(Zs)
 to
 switch_layer(index, make_tuple(g1, g2))(Xs, Ys, Zs)

put Zs at last when unifyparameter as it may have u-monad or io-monad

use joined args other than broadened one as some extra parameter which is not a parameter of while_header can be add to while_body

inline fprop_switch forcely

reorder the parameter if one of the parameter is Monad when incorporate call

incorporate switch tuple_getitem if item 0 of tuple is EnvInstance or
item 1 of tuple is bprop function

addn with shape() and shape(1)

remove context_ from FuncGraphEvaluator to make it re-entry able to resolve evaluator stuck issue because of re-entry of the same FuncGraphEvaluator
2021-07-03 00:03:37 +08:00
i-robot 6b902f7a3b !19217 fixed recovery issue
Merge pull request !19217 from anancds/pclint
2021-07-02 14:20:49 +00:00
i-robot e1d25946bc !19256 Delete map_model which is not used anymore.
Merge pull request !19256 from chenhaozhe/delete-map-model
2021-07-02 08:50:52 +00:00
i-robot bb43be1fb4 !18954 modify model_zoo resnet network for clould
Merge pull request !18954 from lilei/modify_model_zoo_resnet50
2021-07-02 08:46:52 +00:00
chenhaozhe 086a871975 Change Loss to LossBase 2021-07-02 16:41:02 +08:00
chendongsheng c7cb8f9da8 fixed recovery issue 2021-07-02 15:51:23 +08:00
chenhaozhe 46cd33b8ce delete map_model which is not used anymore 2021-07-02 09:34:06 +08:00
i-robot 5b98330f8d !19223 fix linspace accuracy error
Merge pull request !19223 from 杨林枫/fix_linspace_accuracy_error
2021-07-02 01:33:52 +00:00
i-robot 906cfc7ca0 !19234 fixed recovery core
Merge pull request !19234 from anancds/core
2021-07-02 01:19:53 +00:00
i-robot d33adf825b !18475 cipher calling code
Merge pull request !18475 from ql_12345/master_merge_0617_1
2021-07-02 01:15:53 +00:00
zhang__sss f26155fb37 test_Conv2dBnFoldQuant 2021-07-01 19:08:59 +08:00
i-robot 9910f399db !18998 transformer test
Merge pull request !18998 from huchunmei/trans
2021-07-01 10:48:50 +00:00