i-robot
|
de757f741c
|
!41268 [MS][LITE][parallel predict] bind core fix
Merge pull request !41268 from yefeng/403-fix_bug
|
2022-08-31 14:39:34 +00:00 |
i-robot
|
40af010206
|
!41233 avoid masked_fill dtype support on ascend
Merge pull request !41233 from 吕昱峰(Nate.River)/r1.8
|
2022-08-31 14:03:50 +00:00 |
i-robot
|
5d2e63606c
|
!41238 [MS][LITE][parallel predict] ModelParallelRunner Init Java API: mem leak
Merge pull request !41238 from yefeng/402-fix_init_mem_leak
|
2022-08-31 14:00:36 +00:00 |
i-robot
|
0c3c6d8d0f
|
!41264 correct the errors in rst files in 1.8 0831
Merge pull request !41264 from 宦晓玲/code_docs_00831
|
2022-08-31 12:55:56 +00:00 |
zhangyi
|
f595242ca0
|
correct the errors in rst files in 1.8
|
2022-08-31 17:57:03 +08:00 |
yefeng
|
6e74fa52dc
|
bug fix
|
2022-08-31 17:52:57 +08:00 |
张勇贤
|
6b9293b456
|
[MSLITE] Fix dynamic shape bug
|
2022-08-31 15:39:53 +08:00 |
张勇贤
|
528486fd19
|
[MSLITE] Support dynamic split
|
2022-08-31 15:34:46 +08:00 |
yefeng
|
59bdfae330
|
fix model parallel runner java api: init mem leak
|
2022-08-31 14:40:25 +08:00 |
lvyufeng
|
8ccb0064df
|
avoid masked_fill dtype support on ascend
|
2022-08-31 14:31:41 +08:00 |
greatpanc
|
9b275dad66
|
code clean
|
2022-08-31 14:07:13 +08:00 |
i-robot
|
531257d16a
|
!41112 Codex fix
Merge pull request !41112 from 陈宇/dev_r1.8_codex_fix
|
2022-08-31 02:11:33 +00:00 |
i-robot
|
2f251a3b64
|
!41176 [MSLITE][CPU][r1.8] nnacl code clean
Merge pull request !41176 from Greatpan/code_clean_r1.8_1
|
2022-08-30 12:34:39 +00:00 |
gongdaguo1
|
047c5ad87d
|
fix benchmark bug
|
2022-08-30 19:24:47 +08:00 |
i-robot
|
ea86e24d97
|
!41172 fix adamw docs
Merge pull request !41172 from liutongtong9/code_docs_adamw_1.8
|
2022-08-30 09:36:07 +00:00 |
i-robot
|
6bd840a47e
|
!41052 [Auto parallel] [API] change some api comments
Merge pull request !41052 from Xiaoda/code_docs_161-change-parallel-context-1.8
|
2022-08-30 08:55:51 +00:00 |
liutongtong
|
acc3ea39aa
|
fix adamw docs
|
2022-08-30 16:44:53 +08:00 |
Xiaoda Zhang
|
b8672ad812
|
fix api comments
|
2022-08-30 16:04:29 +08:00 |
greatpanc
|
9aa90efdb2
|
code clean
|
2022-08-30 16:01:47 +08:00 |
i-robot
|
049c262189
|
!41133 [MSLITE][CPU][r1.8] conv im2col avx512 muli-thread opt
Merge pull request !41133 from Greatpan/conv_im2col_opt_r1.8
|
2022-08-30 07:49:25 +00:00 |
greatpan
|
9c1d6e8669
|
conv im2col opt
|
2022-08-30 10:18:03 +08:00 |
i-robot
|
1d76144a99
|
!40951 [LITE]Support space2batch and batch2space ops dynamic shape
Merge pull request !40951 from WangWenzhe/wwz_dev05
|
2022-08-30 01:40:17 +00:00 |
i-robot
|
6963b98dfa
|
!41091 modify the method order in rst files in 1.8
Merge pull request !41091 from 宦晓玲/code_docs_00829
|
2022-08-30 01:29:55 +00:00 |
i-robot
|
ddf40712c2
|
!41003 [MS][LITE][STABLE]support log1p
Merge pull request !41003 from chenjianping/r1.8_dev
|
2022-08-30 01:29:41 +00:00 |
zhangyi
|
0d8327ba68
|
modify the method order in rst files in 1.8
|
2022-08-30 09:20:17 +08:00 |
i-robot
|
87b663bb87
|
!41090 [MS][LITE][parallel predict] java init api add unique lock
Merge pull request !41090 from yefeng/400-init_add_unique_lock
|
2022-08-29 16:01:40 +00:00 |
CHEN YU
|
af9909534a
|
codex fix
|
2022-08-29 22:40:22 +08:00 |
yefeng
|
ca39e34c03
|
java init add unique lock
|
2022-08-29 17:19:40 +08:00 |
i-robot
|
f584b0e6e4
|
!41036 [MSLITE][CPU] conv im2col op support avx512
Merge pull request !41036 from Greatpan/conv_im2col_avx512_r1.8
|
2022-08-29 08:56:43 +00:00 |
i-robot
|
e468fa5077
|
!41071 [MS][LITE][parallel predict] bug fix: init failed core dump
Merge pull request !41071 from yefeng/399-bug_fix
|
2022-08-29 07:59:26 +00:00 |
yefeng
|
1fdfa30dbd
|
bug fix
|
2022-08-29 15:00:24 +08:00 |
i-robot
|
0971a33fcb
|
!40967 add third party astunparse
Merge pull request !40967 from hangq/r1.8
|
2022-08-29 04:32:27 +00:00 |
i-robot
|
9a95b165c1
|
!40978 fix nll_loss and cross_entropy
Merge pull request !40978 from 吕昱峰(Nate.River)/r1.8
|
2022-08-29 02:08:57 +00:00 |
greatpanc
|
c43c304e18
|
conv im2col op support avx512
|
2022-08-29 09:59:19 +08:00 |
i-robot
|
0049c29051
|
!41031 correct the errors in rst files in 1.8
Merge pull request !41031 from 宦晓玲/code_docs_00827
|
2022-08-29 01:26:42 +00:00 |
zhangyi
|
7767224e53
|
modify the errors in rst files
|
2022-08-29 09:05:08 +08:00 |
jpc_chenjianping
|
3237273a30
|
support log1p
|
2022-08-27 18:09:50 +08:00 |
lvyufeng
|
ff07db1f69
|
fix nll_loss and cross_entropy
|
2022-08-27 16:38:39 +08:00 |
i-robot
|
af2f7ecdaa
|
!40992 [MSLITE][ModelParallelRunner] Fixed the issue that the original tensor shape interface does not support multi-threading.
Merge pull request !40992 from yefeng/398-fix_GetInputs
|
2022-08-27 08:26:14 +00:00 |
yefeng
|
c6dc7cd354
|
fix model tensor shape not support muilt-thread
|
2022-08-27 15:07:42 +08:00 |
i-robot
|
2df40c2deb
|
!40969 [MS][LITE][parallel predict] bind core
Merge pull request !40969 from yefeng/395-fix_fix_bind_core
|
2022-08-26 14:17:31 +00:00 |
yefeng
|
7256f60731
|
bug fix
|
2022-08-26 18:22:45 +08:00 |
i-robot
|
2bed2de095
|
!40942 [MS][LITE][parallel predict] docker bind core
Merge pull request !40942 from yefeng/394-fix_bind_core_1.8
|
2022-08-26 09:42:23 +00:00 |
hangangqiang
|
31d0ac10db
|
add third party astunparse
|
2022-08-26 17:22:55 +08:00 |
i-robot
|
5be162807f
|
!40931 code check quantizer
Merge pull request !40931 from liyan2022/r1.8_code_check
|
2022-08-26 09:12:57 +00:00 |
i-robot
|
b373474b84
|
!40862 [MS][LITE][parallel predict]Call runner init and runner free in a loop
Merge pull request !40862 from yefeng/393-fix_runner_free
|
2022-08-26 07:58:44 +00:00 |
i-robot
|
275055128b
|
!40947 [MSLITE][CPU][r1.8] docs fix
Merge pull request !40947 from Greatpan/code_docs_r1.8
|
2022-08-26 07:09:16 +00:00 |
yefeng
|
b109af27e7
|
fix bind core
|
2022-08-26 14:54:24 +08:00 |
greatpanc
|
30dd32e445
|
docs bugfix
|
2022-08-26 14:31:20 +08:00 |
albert-yan
|
de4a0ec6cb
|
code check
|
2022-08-26 12:20:04 +08:00 |