Commit Graph

2284 Commits

Author SHA1 Message Date
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