Commit Graph

38951 Commits

Author SHA1 Message Date
i-robot 705134e01a
!29609 update tensorarray stack for static size
Merge pull request !29609 from VectorSL/static_tensorarray_stack
2022-02-14 09:19:20 +00:00
i-robot cf7e42660b
!29936 matrix GPU ops move to arrays dir
Merge pull request !29936 from wuwenbing/master
2022-02-14 09:03:43 +00:00
i-robot 658eb0c44f
!29989 modify cn_api.
Merge pull request !29989 from zhangyi/code_docs_master
2022-02-14 08:54:31 +00:00
zhangyi 61931d4cd0 modify cn_api. 2022-02-14 16:41:13 +08:00
i-robot b72ab6eac4
!29990 add new committer for fl code file
Merge pull request !29990 from zlq2020/master
2022-02-14 08:31:08 +00:00
i-robot 8d3584675e
!29979 thor test modify
Merge pull request !29979 from melody/master
2022-02-14 07:54:45 +00:00
i-robot 95072718fa
!29909 Fix code check problems
Merge pull request !29909 from xiaotianci/fix_codex
2022-02-14 07:36:33 +00:00
i-robot 4f4f522612
!29983 fix resize_height error log bug
Merge pull request !29983 from yeyunpeng2020/dynamic_quant_success
2022-02-14 07:14:40 +00:00
i-robot ebcdeb1cd5
!29995 Fix Lr docs
Merge pull request !29995 from wanyiming/code_docs_lr
2022-02-14 07:02:32 +00:00
i-robot 3aab1d8e03
!29951 GraphKernel Update akg submodule to fix ppo cpu bug
Merge pull request !29951 from ZengZitao/sync_akg_fix_bug
2022-02-14 06:52:08 +00:00
wanyiming b27adf0465 code_docs_lr 2022-02-14 14:32:13 +08:00
i-robot 971ad62a8d
!29905 fix some potential risk
Merge pull request !29905 from liubuyu/master
2022-02-14 06:31:29 +00:00
i-robot e76151cd5c
!29800 enable mindrt and support concurrent for onednn on windows
Merge pull request !29800 from xulei/onednn_win
2022-02-14 06:20:58 +00:00
i-robot 2a3957e598
!29822 [ME] Add parameter name check.
Merge pull request !29822 from Margaret_wangrui/param_name
2022-02-14 06:14:55 +00:00
i-robot 449f52012e
!28406 Add compile cache support for ms_function
Merge pull request !28406 from YuJianfeng/compile_cache1
2022-02-14 06:14:11 +00:00
i-robot d6fd709963
!29952 memory optimization for flclient in master
Merge pull request !29952 from zhoushan33/flclient0211_master
2022-02-14 04:14:12 +00:00
cmy_melody caf0e74545 thor_test
thor_test

test thor

thor test

modify thor
2022-02-14 11:56:49 +08:00
wenbean fddedb03c8 Matrix ops move to arrays dir, use scure func 2022-02-14 11:50:16 +08:00
i-robot f25db3edd9
!29985 add note for GRU on Ascend
Merge pull request !29985 from 吕昱峰(Nate.River)/code_docs_master
2022-02-14 03:35:13 +00:00
yujianfeng caac1e326a Add compile cache support for ms_function 2022-02-14 11:06:59 +08:00
i-robot c4ac70de88
!29367 add matmul-add fusion pattern
Merge pull request !29367 from wangyanling/matmuladd
2022-02-14 02:55:02 +00:00
zlq2020 2b49119ba0 add new commit for fl code file 2022-02-14 10:20:59 +08:00
i-robot 18350a7443
!29973 The `solve_triangular` API fallback.
Merge pull request !29973 from zhujingxuan/master
2022-02-14 02:15:01 +00:00
zlq2020 34255b75d9 reset fl test 2022-02-14 10:09:27 +08:00
lvyufeng b9949b5e18 add note for GRU on Ascend 2022-02-14 10:08:32 +08:00
Margaret_wangrui 462c38813d [ME] Add parameter name check. 2022-02-14 10:07:43 +08:00
yeyunpeng2020 fba71d0b98 fix resize_height log error 2022-02-14 09:31:38 +08:00
i-robot 33bc6978a0
!29945 fix gather preference axis bug
Merge pull request !29945 from yeyunpeng2020/dynamic_quant_success
2022-02-14 01:30:56 +00:00
VectorSL 8b45b00f7c update tensorarry stack for static usage 2022-02-14 09:14:35 +08:00
lby 0843b2f744 fix some potential risk 2022-02-14 09:07:51 +08:00
xulei 80a5930e6e onednn on windows 2022-02-14 09:06:42 +08:00
i-robot 990614d133
!29910 Refactor ccsrc directories and CMakeLists files
Merge pull request !29910 from marui/master_decoupling
2022-02-13 11:16:17 +00:00
wangyanling 9b887d27d5 restore the bug of matmul-add fusion 2022-02-13 16:55:50 +08:00
marui d47e79b04c Refactor ccsrc directories and CMakeLists files 2022-02-13 14:37:51 +08:00
zhujingxuan e30847cac0 The `solve_triangular` API fallback.
Now only the `SolveTriangular` op supports batch computation, the `solve_triangular` API only accept 2D matrix input.
2022-02-12 18:10:29 +08:00
i-robot b961b313f0
!29679 [MS][LITE] fix SetData interface bug
Merge pull request !29679 from jianghui58/bugfix_0129
2022-02-12 09:54:33 +00:00
zhoushan 4d0f64d424 memory optimization for flclient 2022-02-12 16:36:20 +08:00
i-robot fe9e086e77
!29832 [MSLITE] Codex clean.
Merge pull request !29832 from wangshaocong/codex
2022-02-12 08:22:29 +00:00
i-robot a8d3bfb327
!29900 [MS][LITE] fix the bug that input tensor data with old size dosen't free
Merge pull request !29900 from XianglongZeng/myms_new_2
2022-02-12 07:39:34 +00:00
i-robot 880ab634f9
!29954 Error whitelist modification about cpu
Merge pull request !29954 from 沈竞兴/whitelist0211
2022-02-12 03:20:46 +00:00
i-robot 6b982680a6
!29851 fix matmul infer div zero
Merge pull request !29851 from zhaodezan/master
2022-02-12 03:12:43 +00:00
i-robot d64ce173aa
!29311 optimize arithmetic operators
Merge pull request !29311 from wangyanling/optimizemul
2022-02-12 02:03:18 +00:00
yeyunpeng2020 c8d48edb9f fix gather preference axis bug 2022-02-11 23:29:23 +08:00
i-robot 5138dd1818
!29943 change float_types && valid_types from global to local vars
Merge pull request !29943 from zhuzhongrui/pub_master2
2022-02-11 11:36:47 +00:00
i-robot bd8867d69b
!29911 Add chinese document for primitive, ...
Merge pull request !29911 from huangbingjian/code_docs_primitive
2022-02-11 10:24:55 +00:00
i-robot b063194f48
!29891 FL, opt update model get client info
Merge pull request !29891 from 徐永飞/master
2022-02-11 10:19:54 +00:00
wangyanling ee72df2cbc optimize arithmetic operators 2022-02-11 18:10:53 +08:00
i-robot 3351f0a7dd
!29949 Add one empty line to suit python format rule
Merge pull request !29949 from zhujingxuan/code_docs_scipy
2022-02-11 09:47:25 +00:00
huangbingjian a5d8b0b3ef Add chinese document for primitive, ... 2022-02-11 17:44:27 +08:00
zhujingxuan fdb1cef3a0 Add one empty line to suit python format rule 2022-02-11 17:21:41 +08:00