huangxinjing
8395d75eab
[PARALLEL LOGING]Less the logging cout
2022-01-17 20:41:43 +08:00
liangzelang
f613a66ddb
fix tuple in tuple bug
2022-01-17 20:39:56 +08:00
i-robot
446ac59181
!29153 fix code check
...
Merge pull request !29153 from lianliguang/master
2022-01-17 12:30:34 +00:00
maning202007
0f01a1e4dc
Fix link format in the summary_record docstring
2022-01-17 20:16:06 +08:00
lingyunli63
bae077f524
stop converting input of dynamic-shape Reshape to attr
2022-01-17 20:07:17 +08:00
i-robot
562ac8be54
!29182 add kernel matrix_set_diag of backend cpu
...
Merge pull request !29182 from zhuzhongrui/pub_master4
2022-01-17 12:00:16 +00:00
liangzelang
977edd7eeb
Change log level
2022-01-17 19:59:15 +08:00
gaoyong10
2045fc3be2
Fix tuple in tuple in call node.
2022-01-17 19:38:40 +08:00
i-robot
3241f7325e
!29197 update doc string
...
Merge pull request !29197 from zhujingxuan/code_docs_scipy
2022-01-17 11:38:22 +00:00
i-robot
ef5e5c2aae
!29170 Add flag for more tuple inputs
...
Merge pull request !29170 from huanghui/tuple-input
2022-01-17 11:16:27 +00:00
i-robot
dcaec7ff5c
!29178 [MSLITE] add data type check for NegGrad
...
Merge pull request !29178 from ling/sr
2022-01-17 11:15:01 +00:00
i-robot
afa0881be8
!29169 Fix Core Dump after RuntimeError
...
Merge pull request !29169 from hwjiaorui/segmentation-fault
2022-01-17 11:11:10 +00:00
liqiliang
8b109aa07e
Use the certain index to set all used flags of tuple as true.
2022-01-17 18:59:10 +08:00
i-robot
ced581ce7b
!29181 fix stride slice parallel mask
...
Merge pull request !29181 from fangzehua/fix_strided_mask_master
2022-01-17 10:48:44 +00:00
caifubi
e0b8599f36
release python gil lock when sync stream
2022-01-17 18:38:45 +08:00
chenweitao_295
df729c2f28
optimize the documentation of english API of Add,AddN,Div,Eps, etc
2022-01-17 17:25:21 +08:00
zhujingxuan
b2c1dbbd0b
update doc string
2022-01-17 17:24:57 +08:00
i-robot
3b011e6895
!26009 [feat][assistant][I48O6D] Add Square operator
...
Merge pull request !26009 from 李定维/Square
2022-01-17 08:58:00 +00:00
zong-shuai
7e0cc63eb1
einsum operator
2022-01-17 16:55:58 +08:00
i-robot
faf7e26381
!29154 add DynamicQuant kernel
...
Merge pull request !29154 from yeyunpeng2020/dynamic_quant
2022-01-17 08:53:31 +00:00
i-robot
6170934ecd
!29011 FL, opt DataPtr in fl, avoid memory copy
...
Merge pull request !29011 from 徐永飞/master
2022-01-17 08:50:17 +00:00
i-robot
19a9ad6f38
!22893 [assistant][ops] Add new data operator CreateFbMatrix
...
Merge pull request !22893 from TR-nbu/CreateFbMatrix
2022-01-17 08:33:48 +00:00
huanghui
082fe01780
Add flag for more tuple inputs
2022-01-17 16:33:40 +08:00
i-robot
5a24579a5a
!29185 Add new owner
...
Merge pull request !29185 from xiaotianci/code_docs_add_onwer
2022-01-17 08:30:31 +00:00
gongdaguo
a56447059f
change_35xx_branch
2022-01-17 16:14:19 +08:00
i-robot
72cb83f56e
!29165 Fix a primitive cache problem in pynative mode
...
Merge pull request !29165 from hewei/opt_perf
2022-01-17 08:08:43 +00:00
Xiao Tianci
c31b86df68
add new commiter
2022-01-17 15:59:07 +08:00
i-robot
dcf3095302
!28837 fix a bug of onehot
...
Merge pull request !28837 from bichaoyang/master_1
2022-01-17 07:32:03 +00:00
z00512249
815e49910e
add kernel matrix_set_diag of backend cpu
2022-01-17 15:29:18 +08:00
greatpanc
398a5531c0
avx512 and gpu model split
2022-01-17 15:15:48 +08:00
i-robot
82485ca4d8
!28822 fix codex infer
...
Merge pull request !28822 from zhaodezan/master
2022-01-17 07:02:32 +00:00
fangzehua
18fe447fb9
fix stridedslice mask in parallel
2022-01-17 14:46:07 +08:00
i-robot
b3bf1a76b2
!29176 [MS][LITE] fix lite demo doc log issue
...
Merge pull request !29176 from zhengjun10/fix
2022-01-17 06:39:21 +00:00
i-robot
ae7fa08425
!29133 Add bicgstab method and its test cases.
...
Merge pull request !29133 from hezhenhao1/add_bicgstab
2022-01-17 06:26:35 +00:00
twc
5d40613d52
fix ISSUE I4QCJM
2022-01-17 14:21:03 +08:00
i-robot
7179e74c65
!28995 unify infer and train compile binary
...
Merge pull request !28995 from xiaoyao/master
2022-01-17 04:43:59 +00:00
i-robot
3a4744ff27
!28995 unify infer and train compile binary
...
Merge pull request !28995 from xiaoyao/master
2022-01-17 04:43:56 +00:00
zhengjun10
85298e9f60
fix log print
2022-01-17 12:39:45 +08:00
i-robot
f3f8a39dfe
!29002 fix random op seed and add thread pool doc
...
Merge pull request !29002 from fangzehua/fix_random_master
2022-01-17 04:38:52 +00:00
hezhenhao1
16a1c3c76e
Add bicgstab method and its test cases.
2022-01-17 11:52:03 +08:00
hwjiaorui
b31e0ccd7a
fix core dump after runtime error
2022-01-17 11:47:57 +08:00
i-robot
804cbe1867
!29097 modify the new pad list for conv2d transpose
...
Merge pull request !29097 from yangzhenzhang/fix-bug-for-conv2dtranspose
2022-01-17 03:42:55 +00:00
i-robot
9baeb7a203
!28943 add voice edit model to CI
...
Merge pull request !28943 from qinzheng/model_test
2022-01-17 03:39:11 +00:00
ling
6a89231fd9
[MSLITE] add data type check for NegGrad
2022-01-17 11:26:13 +08:00
yeyunpeng2020
d351abb9f1
add DynamicQuant kernel
2022-01-17 11:21:10 +08:00
simson
0ea84f06d5
fix error msg for zeros and ones
2022-01-17 11:16:59 +08:00
i-robot
5e7a38d1e2
!29083 fix bug of data-parallel mix-precision in PyNative
...
Merge pull request !29083 from caifubi/master-pynative-data-parallel
2022-01-17 03:11:32 +00:00
He Wei
5f15701bb3
Fix a primitive cache problem in pynative mode
...
In pynative mode (engine == nullptr), it is difficult to set added_attrs to
python object by C++ code, so we disable global eval cache in pynative mode.
2022-01-17 11:02:54 +08:00
zhousiyi
22831e0432
remove intermediate_abstract as it may cause embed(parameter-phi-r) being specialized in different func_graph in different renormalize phase, so two different SymbolicKey are beging generated
2022-01-17 02:45:53 +00:00
lianliguang
449d31e0b5
fix code check
2022-01-17 10:04:17 +08:00