Commit Graph

33379 Commits

Author SHA1 Message Date
i-robot 37199b282e !25323 Get output nodes by control node.
Merge pull request !25323 from gaoyong10/for_d_controlflow
2021-10-29 04:17:49 +00:00
Margaret_wangrui 6275cdcf7a add fallback testcases 2021-10-29 12:02:16 +08:00
i-robot fc4f8812a5 !25562 clean code check warnings
Merge pull request !25562 from zyli2020/code_refactor
2021-10-29 03:36:24 +00:00
i-robot e43d0ee554 !25613 [MD] fix dataset ut part06
Merge pull request !25613 from liyong126/fix_md_ut_part06
2021-10-29 03:32:27 +00:00
i-robot 6eba0b111e !25582 Fix nccl md5sum
Merge pull request !25582 from ZPaC/static
2021-10-29 03:22:10 +00:00
z00512249 d3726b435d fix lu api bugs 2021-10-29 10:55:56 +08:00
i-robot 48699c939c !25544 add parallel op for resizenearestneighbor
Merge pull request !25544 from yangzhenzhang/add-parallel-op-for-resizenearestneighbor
2021-10-29 02:47:49 +00:00
lanzhineng 6bcc9cf9bd optimize duplicate value node 2021-10-29 10:44:35 +08:00
huanghui b48900e776 fix col_offset not set when cache 2021-10-29 10:37:03 +08:00
i-robot 92176a7e70 !25567 fix numpy doc
Merge pull request !25567 from 杨林枫/code_docs_numpy
2021-10-29 02:35:19 +00:00
i-robot 267c67f40f !25534 Fix Code Stype For MatMulDDS
Merge pull request !25534 from huangxinjing/origin/master
2021-10-29 02:30:57 +00:00
VectorSL 2d87da9a08 add dynamic stitch gpu kernel 2021-10-29 10:26:43 +08:00
liyong b9bad0bdbb fix md ut part06 2021-10-29 10:26:34 +08:00
hangangqiang e10d30892a fix bug for meta_graph_serializer 2021-10-29 10:26:09 +08:00
i-robot 7259b74092 !25579 Fix the test_async_overflow_watchpoints_hit smoke test error
Merge pull request !25579 from maning202007/master
2021-10-29 02:19:36 +00:00
王南 1de3932071 model support dynamic shape dataset 2021-10-29 10:13:24 +08:00
i-robot 81ed538f3d !25564 [GraphKernel]Fix Static Check on master
Merge pull request !25564 from jiaoy1224/aot
2021-10-29 01:54:36 +00:00
lianliguang a74c0a3319 support mindir export paramter larger than 2G in python 2021-10-29 09:49:31 +08:00
i-robot add83e17b6 !25477 fix bugs
Merge pull request !25477 from guozhijian/fix_bugs
2021-10-29 01:44:02 +00:00
i-robot 324a767fe4 !25415 insert atomic ops process split
Merge pull request !25415 from liubuyu/master
2021-10-29 01:34:50 +00:00
huangbingjian 02f72ab3ae [Fallback] Added test cases for python built-in functions 2021-10-29 09:33:16 +08:00
i-robot 39a6fa69f1 !25599 use root instead of subgraph id for overflow
Merge pull request !25599 from john_tzanakakis/jt_bug_fixes
2021-10-29 01:30:35 +00:00
i-robot 0effb635e9 !25409 dataset_strategy_repeat_cal_fix
Merge pull request !25409 from yao_yf/dataset_strategy_repeat_cal_fix
2021-10-29 01:21:29 +00:00
i-robot bf54552228 !25355 environment factory
Merge pull request !25355 from chenweifeng/environment-register
2021-10-29 01:16:29 +00:00
ling 66575da1d3 [MSLITE] opt allocator resize bug 2021-10-29 09:14:10 +08:00
i-robot af786268d6 !25431 add attr kAttrSkipNopOpAddr for nop node hidden in execution order
Merge pull request !25431 from laiyongqiang/log_imporve
2021-10-29 01:14:06 +00:00
i-robot 357ad46cb1 !25585 Enable JIT Fallback in default.
Merge pull request !25585 from 张清华/opt_jit_fallback
2021-10-28 17:30:50 +00:00
John Tzanakakis 254e4c9705 use root instead of subgraph id for overflow 2021-10-28 12:07:37 -04:00
gaoyong10 83ee99b07d Get output nodes by control node. 2021-10-28 22:26:13 +08:00
liutongtong 6062418b62 add api args in mindspore.nn 2021-10-28 21:42:13 +08:00
i-robot 036bc4329f !25447 Check Device Shape
Merge pull request !25447 from hwjiaorui/check-support-json
2021-10-28 12:38:06 +00:00
liuluobin 546f90ca6d Patch CVE-2021-3711 and CVE-2021-3712 for openssl 2021-10-28 20:33:23 +08:00
Zhang Qinghua e8b421fe6e Enable JIT Fallback in default. 2021-10-28 20:18:06 +08:00
i-robot 73194c2370 !25580 add some of dataset ut cases about createIterator columns
Merge pull request !25580 from liucunwei/dataset-lcw-1028
2021-10-28 12:15:08 +00:00
VectorSL 757f8f4b4f fix buffer comment 2021-10-28 20:12:53 +08:00
greatpanc 276aeb4566 fix conv2d_transpose bug 2021-10-28 19:52:00 +08:00
i-robot 433b93ed01 !25522 clean code for profiler.
Merge pull request !25522 from casgj/master_1
2021-10-28 11:35:59 +00:00
i-robot 31be3925d8 !25471 Ascend swap support communication op
Merge pull request !25471 from tanghuikang/swap_communication
2021-10-28 11:26:03 +00:00
i-robot 6c9bd5b3cb !25059 dynamic shape ops fix
Merge pull request !25059 from wangnan39/dynamic_shape_ops_fix
2021-10-28 11:14:37 +00:00
ZPaC 7919f9bf10 Fix nccl md5sum 2021-10-28 19:13:38 +08:00
i-robot d54436623d !25382 converity arithmetic fix
Merge pull request !25382 from zhaodezan/master
2021-10-28 11:03:13 +00:00
liucunwei f2813b909e add some of ut cases about createIterator columns 2021-10-28 18:57:02 +08:00
LaiYongqiang 7f251e3f08 add attr kAttrSkipNopOpAddr for nop node hidden in execution order 2021-10-28 18:54:48 +08:00
i-robot b78c163705 !25533 [MSLITE] CodeCheck: Pclint clean.
Merge pull request !25533 from wangshaocong/codex
2021-10-28 10:54:22 +00:00
maning202007 62db88f8e2 Fix the test_async_overflow_watchpoints_hit smoke test error
Change the LOG of setting mode to EXCEPTION level
2021-10-28 17:51:59 +08:00
He Wei e3602df91e Optimize scalar operator implementations
Use compiler built-in functions for overflow checking.
2021-10-28 17:13:39 +08:00
yanglf1121 60434a3d48 fix numpy doc 2021-10-28 17:11:25 +08:00
i-robot f1b1d4346f !25547 [MS][LITE]clean code
Merge pull request !25547 from gongdaguo/master_fix_bbb
2021-10-28 09:06:55 +00:00
i-robot 8758830723 !25479 delete mindquantum c++ simulator
Merge pull request !25479 from donghufeng/master
2021-10-28 08:14:18 +00:00
i-robot ba0e1a810e !25457 add broadcast GPU float64 registration
Merge pull request !25457 from zhujingxuan/master
2021-10-28 07:54:39 +00:00