Commit Graph

33742 Commits

Author SHA1 Message Date
Carry955 0d26c38693 [feat][assistant][I40GXT] add new loader DBpedia 2021-11-11 19:02:22 -08:00
i-robot a304352179 !26099 Dynamically load mpi and nccl library
Merge pull request !26099 from ZPaC/dir-of-distributed
2021-11-12 02:02:41 +00:00
i-robot 987ca86de3 !26172 [MS][LITE]fix bug of lite
Merge pull request !26172 from mengyuanli/bugfix
2021-11-12 01:43:02 +00:00
i-robot 88ee7c9182 !26151 fix stack infer and cpu op
Merge pull request !26151 from fangzehua/fix_stack
2021-11-12 01:40:05 +00:00
i-robot 8a15784782 !26117 [MSLITE] add nccl and mpi distribution in tensorrt delegate
Merge pull request !26117 from Liu_Xuu/trt_1109_nccl
2021-11-12 01:38:05 +00:00
i-robot cb5d97e66f !26177 [MS][LITE][ToD] update flags for benchmark train when running fp16 networks
Merge pull request !26177 from Nizzan/export_nizzan
2021-11-12 01:35:49 +00:00
i-robot 9fb50da81b !26078 Fix output actor for control flow.
Merge pull request !26078 from gaoyong10/runtime_second7
2021-11-12 01:24:58 +00:00
i-robot 7a73bae5c3 !26036 add output strategy for matmul operator
Merge pull request !26036 from yangzhenzhang/add-output-strategy-for-op-init
2021-11-12 01:22:22 +00:00
i-robot c6347582fe !26136 [MS][LITE] remove eigen
Merge pull request !26136 from yefeng/181-remove-eigen
2021-11-12 01:18:25 +00:00
i-robot 10b63dffc0 !25744 IR fusion adapts dump flag
Merge pull request !25744 from yuchaojie/ir_fusion
2021-11-12 01:14:20 +00:00
i-robot e03544685b !26049 [Auto parallel] Support reshape in sharding propagation
Merge pull request !26049 from Xiaoda/99-ad-reshape-adjusting-in-sharding-propagation
2021-11-12 01:14:18 +00:00
i-robot e700160449 !26165 [ME][Fallback] Ignore the check with FuncGraph node in AddLocalPyParam.
Merge pull request !26165 from Margaret_wangrui/fallback_func
2021-11-12 01:12:07 +00:00
nizzan b4fa2381ae Change sent flags when running fp16 networks 2021-11-11 15:36:48 +02:00
i-robot aaa6212c58 !26092 Get output node with call node.
Merge pull request !26092 from gaoyong10/runtime_second8
2021-11-11 13:23:34 +00:00
i-robot 1792d5f8a4 !26131 Offload Hardware Acceleration Computing
Merge pull request !26131 from alashkari/hw_accel_move_copy
2021-11-11 13:18:07 +00:00
ZPaC 87057fdc27 Dynamic load ompi and nccl 2021-11-11 21:05:50 +08:00
Margaret_wangrui 5ed8a9c918 Ignore the check with FuncGraph node in AddLocalPyParam. 2021-11-11 20:21:17 +08:00
mengyuanli af1deb1c10 fix bug of lite 2021-11-11 20:20:37 +08:00
yuchaojie f2dd7c07fe IR fusion adapts dump flag 2021-11-11 20:06:35 +08:00
i-robot 846205cdab !26096 Add int as input type for AbsGrad CPU op.
Merge pull request !26096 from hezhenhao1/master
2021-11-11 11:55:52 +00:00
i-robot 7afdb992b1 !26152 codex
Merge pull request !26152 from lanzhineng/mindir
2021-11-11 11:54:47 +00:00
i-robot 0f46a06826 !26148 [MSLITE][DEVELOP] fix bug of quick cpp demo
Merge pull request !26148 from yangruoqi713/master
2021-11-11 10:52:39 +00:00
i-robot 214d5dec46 !26113 fix heterogeneous with controlflow bug
Merge pull request !26113 from baihuawei/hete_mix_ctrl
2021-11-11 09:23:09 +00:00
i-robot dc74c7d766 !26004 [GraphKernel][Ascend]fix a bug about ToNz
Merge pull request !26004 from hanhuifeng/gk_relu_bug
2021-11-11 08:37:43 +00:00
lanzhineng a7b0f36c62 mindir load 2g tensor 2021-11-11 15:33:24 +08:00
fangzehua 2429136828 fix stack infer and cpu op 2021-11-11 15:22:57 +08:00
i-robot 0a54d2adcd !25998 Reduce the size of obfuscate 'so' file
Merge pull request !25998 from liuluobin/reduce_master
2021-11-11 07:16:16 +00:00
i-robot 38f02951c5 !26033 modify ckpt convert type
Merge pull request !26033 from changzherui/mod_ckpt_type
2021-11-11 07:15:33 +00:00
i-robot a8f6b69b4d !26051 fix bug:memcpy_s data length shall be less 2g.
Merge pull request !26051 from lanzhineng/mindir
2021-11-11 07:05:47 +00:00
yangruoqi713 d6a8feeb44 [MSLITE][DEVELOP] fix bug of quick cpp demo 2021-11-11 14:42:06 +08:00
Liu_Xuu 255e2c03b4 [MSLITE] add nccl and mpi distribution in tensorrt delegate 1111_05 2021-11-11 14:22:33 +08:00
i-robot b910870ecc !19986 [assistant][ops] Add new dataset loading operator AGNEWS
Merge pull request !19986 from 杨旭华/AGNEWS
2021-11-11 06:22:25 +00:00
i-robot 525df1ca30 !26101 【MS】【LITE】infershape support get attr from kernel
Merge pull request !26101 from chenjianping/code_check
2021-11-11 04:32:21 +00:00
Xiaoda Zhang a772767265 support reshape in sharding propagation:
1) using 'swc index of strategy_cost_' as reshape's selected strategy;
2) when encountering reshape in BFS, select the 'swc index' with zero communication cost;
3) when encountering a reshape that is already visited, check whether there exists communication between reshape and current operator. It is OK if communication happens between two configured operators;
4) currently, two consecutive reshapes are not supported;
5) adjusting BFS structure in graph_costmodel.cc;
6) adjusting some code in step_auto_parallel.cc to avoid cyclomatic complexity.
2021-11-11 11:35:43 +08:00
i-robot bf39da2555 !26118 Fix Scalar Input Case for PyFunc
Merge pull request !26118 from jiaoy1224/arithmetic
2021-11-11 03:21:04 +00:00
yefeng ea062f4dd3 remove eigen 2021-11-11 11:13:04 +08:00
i-robot 4419883fa4 !25657 Test profiler in C++
Merge pull request !25657 from zetongzhao/master
2021-11-11 03:02:30 +00:00
i-robot bee3baddb5 !26129 Add test cases for bfgs method.
Merge pull request !26129 from hezhenhao1/add_case
2021-11-11 02:48:47 +00:00
gaoyong10 b14df4644f Fix output actor for control flow. 2021-11-11 10:48:10 +08:00
hanhuifeng2020 cf0376a6a3 [GraphKernel][Ascend]fix a bug about ToNz 2021-11-11 10:38:00 +08:00
i-robot e6180c19cc !26104 core bind for windows
Merge pull request !26104 from ling/pr
2021-11-11 02:32:55 +00:00
i-robot 8c89f9e312 !26071 fix naming while building windows packages
Merge pull request !26071 from yanghaoran/master
2021-11-11 02:09:27 +00:00
lanzhineng 23f422738e mindir load 2g tensor 2021-11-11 10:09:08 +08:00
i-robot 171ac3bdd5 !26035 Create MindIRLoader and fix mindir load empty attribute lose problem
Merge pull request !26035 from LiangZhibo/master
2021-11-11 01:51:47 +00:00
i-robot 1b7359f5a0 !26086 delete useless code
Merge pull request !26086 from chujinjin/delete_useless_code
2021-11-11 01:45:02 +00:00
i-robot 5ada60b949 !26044 optimize get mode performance
Merge pull request !26044 from chujinjin/optimize_get_mode_performance
2021-11-11 01:18:42 +00:00
hezhenhao1 fb0bdc0caf Add test cases for bfgs method. 2021-11-11 09:15:30 +08:00
chenjianping 9579b20faf infershape support getAttr from kernel 2021-11-11 09:14:47 +08:00
zetongzhao 2de8142c44 profiler test 2021-11-10 11:55:19 -05:00
i-robot c063fe67b9 !25325 [feat][assistant][I48OCN]add dynamic shape for AssignAdd operation
Merge pull request !25325 from zhixinaa/AssignAdd
2021-11-10 11:42:47 +00:00