Commit Graph

5879 Commits

Author SHA1 Message Date
i-robot e8448f972b !20725 Support the tensor of string dtype.
Merge pull request !20725 from 张清华/opt
2021-07-23 02:12:48 +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
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
Zhang Qinghua f91c697efc Support the tensor of string dtype. 2021-07-22 19:05:37 +08:00
huchunmei 786776ef43 clould 2021-07-22 17:52:13 +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
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
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
i-robot a7d40fc220 !20520 [AutoParallel]Add op AllToAllv
Merge pull request !20520 from lichen/add_op_AllToAllv
2021-07-20 07:57:03 +00:00
chendongsheng 94a20f3ba5 node_id is configurable 2021-07-20 15:27:45 +08:00
i-robot ed4c9682b5 !20505 limit the scope of lift free variable
Merge pull request !20505 from xychow/limit-lift-scope
2021-07-20 06:10:17 +00:00
lichenever 8c1998fd6b add_op_AllToAllv 2021-07-20 10:49:28 +08:00
i-robot c9d3c1d346 !20411 enable optimizer parallel for inference
Merge pull request !20411 from gziyan/enable_opt_shard_predict
2021-07-20 01:37:06 +00:00
i-robot 6061194083 !20490 update check strategy for conv2d
Merge pull request !20490 from yangzhenzhang/update-check-strategy-for-conv2d
2021-07-20 01:23:08 +00: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
i-robot a1d952b249 !19300 [GraphKernel] add ops sin, cos, asin, acos, sign, squared_difference
Merge pull request !19300 from chenlei_autodiff/add_sin
2021-07-20 01:07:06 +00:00
zhousiyi 597f29ea7d limit the lambda lift scope to the func_graph passed 2021-07-20 00:37:21 +00:00
chenlei_autodiff 7d55cef106 [GraphKernel] add sponge ops. 2021-07-19 19:34:23 +08:00
zhousiyi b590f6d929 don't replace u with fprop_u in primal_graph and bprop_fg 2021-07-19 08:14:40 +00:00
i-robot fd72de08d9 !20174 Send compilation attrs to akg
Merge pull request !20174 from DeshiChen/0708_compilewithjson
2021-07-19 08:13:36 +00:00
yangzhenzhang b31cd27a08 update check strategy for conv2d 2021-07-19 15:03:26 +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
i-robot 3ccf3a9305 !20386 Add a st for a kind of loss-grad usage
Merge pull request !20386 from jxlang910/master
2021-07-17 07:16:31 +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
Ziyan 1c9166e0a6 remove restriction for opt shard in inference 2021-07-16 17:16:12 +08:00
dayschan 3ab53dd26d Send compilation attrs to akg
1. Add a new message type "AKG/ATTR" in AkgKernelBuilder.
   the attrs was sent before the kernel infos.
2. Send "online_tuning" attribute when the flag is not zero,
   but error occurs in the latest akg submodule.
3. Send "repository_path" attribute when the flag is not empty.
4. Add a new value "compute_capability" into kernel info when the processor is GPU.
2021-07-16 16:52:18 +08:00
i-robot 3d022c9db8 !20246 Print ascend warning&error message using ErrorManager
Merge pull request !20246 from tanghuikang/error_manager
2021-07-16 06:49:31 +00: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
tanghuikang 21c4bf1f27 Print ascend warning and error message using ErrorManager 2021-07-15 11:52:25 +08: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
i-robot fac767598e !16220 [Auto parallel] Add the function of sharding propagation
Merge pull request !16220 from Xiaoda/64-make-strategy-follow-in-auto-parallel
2021-07-14 06:28:06 +00:00
i-robot fd8eda24c4 !19904 fix fusion type
Merge pull request !19904 from laiyongqiang/fusionType
2021-07-14 06:08:20 +00:00
Xiaoda Zhang 04381273b3 Add the sharding propagation function:
1) users configure sharding strategies for operators;
2) framework will propagate the strategies from configured-ops to
non-configured ops using BFS;
3) the propagation goal is to minimize redistribution communication
cost;
2021-07-14 10:54:18 +08:00