Commit Graph

39934 Commits

Author SHA1 Message Date
Damien Nguyen 2ae66df602
Add TARGET_ALIAS to mindspore_add_pkg 2022-03-15 12:27:20 +01:00
Damien Nguyen db3397602a
Add some repository configuration files 2022-03-15 12:27:20 +01:00
Damien Nguyen 4a227d0585
Avoid naming collision with matmul 2022-03-14 08:25:15 +01:00
i-robot 5d03602dca
!30913 [MSLITE][GPU] scale fp32 bugfix
Merge pull request !30913 from Greatpan/scale_fp32_bugfix
2022-03-07 13:29:36 +00:00
i-robot 513663ea0d
!30896 add passing fracz_group through optimizer's output
Merge pull request !30896 from yuchaojie/op_select
2022-03-07 12:35:14 +00:00
i-robot 77cd10ce04
!30850 add transpose_x2 check in MatmulConfusionTranposeFusionPass
Merge pull request !30850 from yuchaojie/ub_fusion2
2022-03-07 12:30:36 +00:00
i-robot 4a9a65d2a6
!30919 Produce parallel operators for ReduceAll and ReduceProd
Merge pull request !30919 from Bert0108/reduce_operators_merge
2022-03-07 11:30:37 +00:00
i-robot d1eec933ae
!30776 change Dynamicshape To TensorShape
Merge pull request !30776 from lianliguang/master
2022-03-07 10:57:29 +00:00
i-robot c7ff1258cf
!30774 Add note for large shape problem
Merge pull request !30774 from zhujingxuan/code_docs_scipy
2022-03-07 10:44:06 +00:00
i-robot 6055c7ad92
!30925 [dataset][docs][chn] 添加set_enable_watchdog/get_enable_watchdog/set_multiprocessing_timeout_interval/get_multiprocessing_timeout_interval中文文档api
Merge pull request !30925 from xiefangqi/code_docs_add_multiprocessing_chn_api
2022-03-07 10:15:37 +00:00
i-robot 7d2764be72
!30925 [dataset][docs][chn] 添加set_enable_watchdog/get_enable_watchdog/set_multiprocessing_timeout_interval/get_multiprocessing_timeout_interval中文文档api
Merge pull request !30925 from xiefangqi/code_docs_add_multiprocessing_chn_api
2022-03-07 10:15:36 +00:00
xiefangqi 1f0ff6366e add multiprocessing api chn docs 2022-03-07 18:11:19 +08:00
i-robot e25a84f5e7
!30915 modify apiformat
Merge pull request !30915 from xumengjuan1/code_docs_x10
2022-03-07 09:25:28 +00:00
xumengjuan1 1ebb69de3f modify apiformat 2022-03-07 17:15:50 +08:00
i-robot ca5788d790
!30923 takedown test_dynamic_concat to ensure gate stability
Merge pull request !30923 from yanghaoran/master
2022-03-07 08:54:38 +00:00
i-robot c337e64241
!30747 optimizes the documentation of chinese API of ClipByNorm
Merge pull request !30747 from zhangfanghe/code_docs_zfh_20220302_nn
2022-03-07 08:39:14 +00:00
i-robot fed3946026
!30747 optimizes the documentation of chinese API of ClipByNorm
Merge pull request !30747 from zhangfanghe/code_docs_zfh_20220302_nn
2022-03-07 08:39:11 +00:00
yanghaoran a36bb9522f takedown test_dynamic_concat to ensure gate stability 2022-03-07 16:27:16 +08:00
i-robot d1bf808117
!30502 ONNX converter: GNMT support part one
Merge pull request !30502 from amalyshev/onnx-gnmt-part-one
2022-03-07 08:26:24 +00:00
i-robot b84bfa334f
!30870 optimizes the documentation of chinese API of Slice,Softmax,ScatterSub,etc
Merge pull request !30870 from zhangfanghe/code_docs_zfh_20220302_ops2
2022-03-07 07:44:31 +00:00
i-robot 7665044b0f
!30894 Duplicate key value of ActorSet
Merge pull request !30894 from caifubi/master-pynative-duplicate-actor-info
2022-03-07 07:41:14 +00:00
Bert0108 dfc92f1791 add distributed parallel operators for reduceall and reduceprod 2022-03-07 15:40:11 +08:00
i-robot 84d8fb8eff
!30837 priority replay buffer
Merge pull request !30837 from chenweifeng/priority-replay-buffer
2022-03-07 07:30:33 +00:00
i-robot 5e51dda2f7
!30837 priority replay buffer
Merge pull request !30837 from chenweifeng/priority-replay-buffer
2022-03-07 07:30:30 +00:00
i-robot ad57f5d650
!30508 Always eval CNode if the funcgraph enter second time with sequence node
Merge pull request !30508 from xychow/always-eval-if-abstract-sequence-with-node-master
2022-03-07 07:26:07 +00:00
i-robot 69ada65e0a
!27273 [feat] [assistant] [I48O78][I48O4O]Add Rsqrt and RsqrtGrad Operators
Merge pull request !27273 from 桂宁馨/RsqrtGrad
2022-03-07 07:17:50 +00:00
i-robot b70a27c7aa
!30901 Avoid copy the converters vector
Merge pull request !30901 from hewei/opt_perf
2022-03-07 07:13:23 +00:00
i-robot 1db30cc63f
!30911 fix dynamicshape api
Merge pull request !30911 from lianliguang/code_docs_ms
2022-03-07 07:13:20 +00:00
i-robot 5ca2b7820f
!30805 verify the mindir version compatiblity
Merge pull request !30805 from lanzhineng/func_closure
2022-03-07 07:11:42 +00:00
lianliguang 16289dc82b modify api fo Dynamicshape ops 2022-03-07 14:50:35 +08:00
i-robot 1d528ffa68
!30733 fix scope by clone cached func_graph
Merge pull request !30733 from huanghui/fix-scope
2022-03-07 06:26:42 +00:00
lianliguang 55e7f2d761 modify DynamicShape to TensorShape 2022-03-07 14:19:12 +08:00
i-robot 5901be55ee
!30819 [MS][LITE][STABLE]optimize code
Merge pull request !30819 from chenjianping/master_dev
2022-03-07 06:15:04 +00:00
i-robot fa7d1034d9
!30819 [MS][LITE][STABLE]optimize code
Merge pull request !30819 from chenjianping/master_dev
2022-03-07 06:15:02 +00:00
i-robot fd4a4d000c
!30845 modify apiformat
Merge pull request !30845 from xumengjuan1/code_docs_xx9
2022-03-07 06:08:50 +00:00
i-robot 7da13cfcfb
!30806 [MS][LITE] Reverting mixed bit quantization modifications
Merge pull request !30806 from ehaleva/uncompress
2022-03-07 05:51:02 +00:00
i-robot 7a8909424f
!30806 [MS][LITE] Reverting mixed bit quantization modifications
Merge pull request !30806 from ehaleva/uncompress
2022-03-07 05:51:00 +00:00
i-robot 960d551b8f
!30889 parse core type from pre-build for tbe kernel compile
Merge pull request !30889 from liubuyu/master
2022-03-07 03:53:48 +00:00
xumengjuan1 8767a804f2 modify apiformat 2022-03-07 11:47:55 +08:00
i-robot 4a4b04930b
!30878 decouple pynative from frontend
Merge pull request !30878 from zhoufeng/backend-frontend-decoupling
2022-03-07 03:47:07 +00:00
zhangfanghe 1ea46f4449 optimizes the documentation of chinese API of Slice,Softmax,ScatterSub,etc. 2022-03-07 11:22:12 +08:00
i-robot 9b9760a481
!30831 [MS][LITE] fix lite train resize issue
Merge pull request !30831 from zhengjun10/fix
2022-03-07 03:21:55 +00:00
He Wei 254e057ae2 Avoid copy the converters vector 2022-03-07 11:21:09 +08:00
i-robot 9beb5e94cb
!30853 Fix race condition caused by global prim infer cache
Merge pull request !30853 from hewei/fix_master
2022-03-07 03:13:46 +00:00
i-robot 6747ee9feb
!30876 Fix mirror ops bug in CropAndResizeInfo
Merge pull request !30876 from liuluobin/fix_ops_master
2022-03-07 02:54:06 +00:00
greatpanc 884ad1e6b7 fix scale op check 2022-03-07 10:15:04 +08:00
yuchaojie 4490ef82de add passing fracz_group through optimizer's output 2022-03-07 10:00:58 +08:00
huanghui 9494e26129 fix scope by clone cached func_graph 2022-03-07 09:35:45 +08:00
i-robot cabc19cf5c
!30834 fix bug: SubInfer returns the wrong type
Merge pull request !30834 from lanzhineng/mindir
2022-03-07 01:32:19 +00:00
i-robot a2303a92bd
!30741 [dataset][dfx] 易用性-Python多进程统一整改专项
Merge pull request !30741 from xiefangqi/md_add_multiprocessing_optimization
2022-03-07 01:29:21 +00:00