Commit Graph

36012 Commits

Author SHA1 Message Date
l00591931 bfec897bdb Fix chinese commnet for Tensor.any and Tensor.asnumpy 2021-12-16 14:41:52 +08:00
i-robot 1810733b72 !27704 Add log which indicates whether the func_graph has control-flow nodes.
Merge pull request !27704 from liangzelang/add_control_flow_log
2021-12-16 06:26:10 +00:00
hwjiaorui ef8fa7c93f output value node 2021-12-16 14:25:23 +08:00
zhoufeng 9d432d029d modify dev env name
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-12-16 14:12:24 +08:00
i-robot cdeffda907 !27713 [MS][LITE][develop] fix benchmark device config
Merge pull request !27713 from sunsuodong/fix_converter_depend_mindir_pb
2021-12-16 06:08:20 +00:00
gaozeyang 9ce5afb8df add HSigmoid to ascend310 2021-12-16 14:07:27 +08:00
tronzhang 9bcb3eb1ef Enhance GNN and support graph recompute. 2021-12-16 11:50:59 +08:00
wangjun 097935274c add include map 2021-12-16 11:33:44 +08:00
yuchaojie ef9a30e6c7 fix typo of 'a int' 2021-12-16 11:28:00 +08:00
ling 840b0d6792 [MSLITE] deconv post optimize 2021-12-16 11:13:59 +08:00
yefeng 5051f00bed ios demo 2021-12-16 11:03:14 +08:00
jinxiaoxian 01fc6efc7d rebuild python frame 2021-12-16 10:50:59 +08:00
zhaodezan 53dbabf026 fix consie distance 2021-12-16 10:49:30 +08:00
i-robot d1d516e668 !27461 Add shard operation
Merge pull request !27461 from YuJianfeng/shard
2021-12-16 02:36:13 +00:00
i-robot c007060507 !27720 [MS][LITE] fix lite train loss not found issue
Merge pull request !27720 from zhengjun10/fix
2021-12-16 02:29:50 +00:00
i-robot 5087d2e985 !27446 Use super kernel actor to load data for dump (Ascend)
Merge pull request !27446 from parastooashtari/super_kernel
2021-12-16 02:27:52 +00:00
l00591931 2cd17bfdc6 Fix some coding problem for compile cache 2021-12-16 10:22:18 +08:00
yeyunpeng2020 54bcf8053d delete pb limit 2021-12-16 10:16:47 +08:00
i-robot 481e87d143 !27606 acc infershape in runtime
Merge pull request !27606 from fangzehua/acc_infer
2021-12-16 02:05:19 +00:00
i-robot 09782ee64e !27727 optimize code docs and global a int replace
Merge pull request !27727 from chentangyu/code_docs_cty_master_I4MKRE_I4MNSR
2021-12-16 02:03:53 +00:00
xuanyue ae1116a724 module constant-fold optimizer 2021-12-16 10:01:36 +08:00
i-robot a5cd718cb4 !27716 fix arange dtype error and st precision
Merge pull request !27716 from 吕昱峰(Nate.River)/rnn_op
2021-12-16 02:01:12 +00:00
i-robot 4ac1ba29a1 !27688 Dump data type in human readable format
Merge pull request !27688 from Jimmy Qi/datatype
2021-12-16 01:43:46 +00:00
i-robot 65e70e7f48 !27723 [MS][LITE]Optimize the parameter cache code
Merge pull request !27723 from 张学同/distribution_cache_dev
2021-12-16 01:30:28 +00:00
i-robot 231ab3214f !27711 add more quant ci model
Merge pull request !27711 from yeyunpeng2020/quant
2021-12-16 01:29:50 +00:00
i-robot cc3b53e183 !27158 [MS][LITE]add npu elu activation, remove redundant pass and fix npu bugs
Merge pull request !27158 from XianglongZeng/myms_new_3
2021-12-16 01:29:20 +00:00
i-robot 3a17c70deb !27566 Add TCP connection pool for distributed runtime
Merge pull request !27566 from chengang/add_rpc_connection
2021-12-16 01:28:21 +00:00
yangzhenzhang 5f6477b022 add output strategy for gather op 2021-12-16 09:24:50 +08:00
i-robot be8d58e692 !27692 [MSLITE][CPU] new avx/neon/sse nc4hw4 avgpooling
Merge pull request !27692 from Greatpan/master_x86
2021-12-16 01:24:04 +00:00
tacyi139 868f0de469 optimize code docs and global a int replace 2021-12-16 09:20:10 +08:00
i-robot 05336b03c5 !22332 [assistant][ops][SogouNews]
Merge pull request !22332 from 杨旭华/SogouNews
2021-12-16 01:07:21 +00:00
i-robot 8d648e0f1e !19673 Seperate constant from pb file
Merge pull request !19673 from sabrinasun_59ee/constant
2021-12-15 23:52:33 +00:00
Parastoo Ashtari 0f41e3ae68 use super kernel to load data for ascend dump 2021-12-15 18:30:40 -05:00
markuskunej 80e86a697a Added ReductionMode enum for loss with reduction gpu kernels. 2021-12-15 23:05:06 +00:00
TinaMengtingZhang 57a7e91c18 fix log info if format&type is not found 2021-12-15 16:23:40 -05:00
i-robot b46d8b5b4c !27632 [MD] Create Sink Smoke Test for Dataset AutoTune
Merge pull request !27632 from cathwong/ckw_st_autotune1
2021-12-15 20:39:16 +00:00
i-robot b691ea4505 !27565 Add socket operation for distributed runtime
Merge pull request !27565 from chengang/add_rpc_socket
2021-12-15 16:39:23 +00:00
Jimmy Qi dcf6c7af19 Write data type in human readable format 2021-12-15 16:01:03 +00:00
i-robot f6fe56c20d !27447 [MD][Offload] Fix Offload Normalize op bug, Added extra tests to Offload UT.
Merge pull request !27447 from alashkari/offload-fix
2021-12-15 16:00:26 +00:00
harshvardhangupta 6001de382c init 2021-12-15 10:03:36 -05:00
i-robot 4705d5dce2 !27691 [MS][LITE]split codegen and train tasks
Merge pull request !27691 from XianglongZeng/myms_new
2021-12-15 13:00:54 +00:00
i-robot c4603023d2 !27481 Correct api for pynative
Merge pull request !27481 from JoyLvliang/correct_api_des_for_pynative
2021-12-15 12:35:46 +00:00
i-robot eecd793b4c !27714 modify annotate info
Merge pull request !27714 from shenwei41/code_docs_annotate
2021-12-15 11:41:47 +00:00
yeyunpeng2020 ff63ffc19e add more quant ci model 2021-12-15 19:39:48 +08:00
i-robot 8d05a3870b !26437 Optimize constant folding for pynative
Merge pull request !26437 from JoyLvliang/optimize_constant_folding_for_pynative
2021-12-15 11:36:14 +00:00
zhengjun10 8394ee9878 fix albert loss not found issue 2021-12-15 18:57:58 +08:00
i-robot e4a31e4986 !27634 [MD][log] Optimize offload enabled info log
Merge pull request !27634 from xiefangqi/md_optimize_offload_log_info
2021-12-15 10:01:56 +00:00
lvyufeng c419c5e875 fix arange dtype error and st precision 2021-12-15 18:00:15 +08:00
i-robot 23afd952c8 !27690 Fix multi node issue.
Merge pull request !27690 from ZPaC/dataset-helper-cache-enable
2021-12-15 09:59:48 +00:00
greatpanc 0baf9d53b6 avgpooling optimization from nc4hwc -> nhwc 2021-12-15 17:58:39 +08:00