Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
Paddle
提交
6dca7a1d
P
Paddle
项目概览
BaiXuePrincess
/
Paddle
与 Fork 源项目一致
Fork自
PaddlePaddle / Paddle
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
6dca7a1d
编写于
3年前
作者:
J
jakpiase
提交者:
GitHub
3年前
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Added int8 kernel for oneDNN LSTM op (#31894)
上级
14b7e3cf
develop
Ligoml-patch-1
OliverLPH-patch-1
OliverLPH-patch-2
PaddlePM-patch-1
PaddlePM-patch-2
ZHUI-patch-1
add_default_att
add_model_benchmark_ci
add_some_yaml_config
addfile
all_new_design_exec
ascendrelease
cherry_undefined_var
compile_windows
cp_2.4_fix_numpy
delete_add_default_att
delete_all_new_design_exec
delete_compile_windows
delete_delete_addfile
delete_disable_iterable_dataset_unittest
delete_fix_dataloader_memory_leak
delete_fix_retry_ci
delete_fix_undefined_var
delete_improve_sccache
delete_paralleltest
delete_prv-disable-more-cache
delete_revert-33630-bug-fix
delete_revert-34159-add_npu_bce_logical_dev
delete_revert-34910-spinlocks_for_allocator
delete_revert-35069-revert-34910-spinlocks_for_allocator
delete_revert-36057-dev/read_flags_in_ut
dingjiaweiww-patch-1
disable_iterable_dataset_unittest
dy2static
enable_eager_model_test
final_state_gen_python_c
final_state_intermediate
fix-numpy-issue
fix_concat_slice
fix_dataloader_memory_leak
fix_dlpack_for
fix_npu_ci
fix_op_flops
fix_retry_ci
fix_rnn_docs
fix_tensor_type
fix_undefined_var
fix_var_stop_gradient_error
fixiscan
fixiscan1
fixiscan2
fixiscan3
improve_sccache
incubate/frl_train_eval
incubate/infrt
inplace_addto
layer_norm
make_flag_adding_easier
matmul_double_grad
move_embedding_to_phi
move_histogram_to_pten
move_sgd_to_phi
move_slice_to_pten
move_temporal_shift_to_phi
move_yolo_box_to_phi
npu_fix_alloc
paralleltest
preln_ernie
prv-disable-more-cache
prv-md-even-more
prv-onednn-2.5
prv-reshape-mkldnn-ut2
pten_tensor_refactor
release/2.1
release/2.2
release/2.3
release/2.3-fc-ernie-fix
release/2.4
revert-32290-develop-hardlabel
revert-33037-forci
revert-33475-fix_cifar_label_dimension
revert-33630-bug-fix
revert-34159-add_npu_bce_logical_dev
revert-34406-add_copy_from_tensor
revert-34910-spinlocks_for_allocator
revert-35069-revert-34910-spinlocks_for_allocator
revert-36057-dev/read_flags_in_ut
revert-36201-refine_fast_threaded_ssa_graph_executor
revert-36985-add_license
revert-37318-refactor_dygraph_to_eager
revert-37926-eager_coreops_500
revert-37956-revert-37727-pylayer_support_tuple
revert-38100-mingdong
revert-38301-allocation_rearrange_pr
revert-38703-numpy_bf16_package_reupload
revert-38732-remove_useless_header_in_elementwise_mul_grad
revert-38959-Reduce_Grad
revert-39143-adjust_empty
revert-39227-move_trace_op_to_pten
revert-39268-dev/remove_concat_fluid_kernel
revert-40170-support_partial_grad
revert-41056-revert-40727-move_some_activaion_to_phi
revert-41065-revert-40993-mv_ele_floordiv_pow
revert-41068-revert-40790-phi_new
revert-41944-smaller_inference_api_test
revert-42149-do-not-reset-default-stream-for-stream-safe-cuda-allocator
revert-43155-fix_ut_tempfile
revert-43882-revert-41944-smaller_inference_api_test
revert-45808-phi/simplify_size_op
revert-46827-deform_comment
revert-47325-remove_cudnn_hardcode
revert-47645-add_npu_storage_dims
revert-48815-set_free_when_no_cache_hit_default_value_true
revert-49654-prim_api_gen
revert-49763-fix_static_composite_gen
support-0D-sort
support_weight_transpose
test_for_Filtetfiles
zhiqiu-patch-1
v2.4.1
v2.4.0
v2.4.0-rc0
v2.3.2
v2.3.1
v2.3.0
v2.3.0-rc0
v2.2.2
v2.2.1
v2.2.0
v2.2.0-rc0
v2.2.0-bak0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.1.0-rc0
无相关合并请求
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
178 addition
and
7 deletion
+178
-7
paddle/fluid/operators/fused/fusion_lstm_op.cc
paddle/fluid/operators/fused/fusion_lstm_op.cc
+12
-0
paddle/fluid/operators/fused/mkldnn/fusion_lstm_mkldnn_op.cc
paddle/fluid/operators/fused/mkldnn/fusion_lstm_mkldnn_op.cc
+12
-7
python/paddle/fluid/tests/unittests/mkldnn/test_fusion_lstm_int8_mkldnn_op.py
...tests/unittests/mkldnn/test_fusion_lstm_int8_mkldnn_op.py
+153
-0
tools/static_mode_white_list.py
tools/static_mode_white_list.py
+1
-0
未找到文件。
paddle/fluid/operators/fused/fusion_lstm_op.cc
浏览文件 @
6dca7a1d
...
...
@@ -249,6 +249,18 @@ void FusionLSTMOpMaker::Make() {
AddAttr
<
bool
>
(
"use_mkldnn"
,
"(bool, default false) Only used in mkldnn kernel"
)
.
SetDefault
(
false
);
AddAttr
<
float
>
(
"Scale_data"
,
"Scale to be used for int8 input/output data."
"Only used with MKL-DNN INT8."
)
.
SetDefault
(
1.0
f
);
AddAttr
<
float
>
(
"Shift_data"
,
"Shift to be used for int8 input/output data."
"Only used with MKL-DNN INT8."
)
.
SetDefault
(
0.0
f
);
AddAttr
<
std
::
vector
<
float
>>
(
"Scale_weights"
,
"Scale_weights to be used for int8 weights data."
"Only used with MKL-DNN INT8."
)
.
SetDefault
({
1.0
f
});
AddAttr
<
bool
>
(
"force_fp32_output"
,
"(bool, default false) Force INT8 kernel output FP32, only "
"used in MKL-DNN INT8"
)
...
...
This diff is collapsed.
Click to expand it.
paddle/fluid/operators/fused/mkldnn/fusion_lstm_mkldnn_op.cc
浏览文件 @
6dca7a1d
...
...
@@ -79,13 +79,11 @@ class LSTMMKLDNNHandler
MKLDNNMemoryFormat
::
ldgo
);
auto
hidden_md
=
MKLDNNMemDesc
({
Ti
,
N
,
OC
},
MKLDNNGetDataType
<
T_out
>
(),
MKLDNNMemoryFormat
::
tnc
);
auto
h0_md
=
MKLDNNMemDesc
({
L
,
D
,
N
,
OC
},
MKLDNNGetDataType
<
T
>
(),
MKLDNNMemoryFormat
::
ldnc
);
auto
c0_md
=
MKLDNNMemDesc
(
{
L
,
D
,
N
,
OC
},
MKLDNNGetDataType
<
float
>
(),
// Vanilla LSTM and LSTM
// with peepoles has c0 as
// fp32
MKLDNNMemoryFormat
::
ldnc
);
auto
c0_md
=
MKLDNNMemDesc
({
L
,
D
,
N
,
OC
},
MKLDNNGetDataType
<
float
>
(),
MKLDNNMemoryFormat
::
ldnc
);
// Create LSTM oneDNN primitive
const
auto
direction
=
...
...
@@ -266,7 +264,7 @@ class LSTMMKLDNNHandler
this
->
fwd_pd_
->
src_iter_c_desc
(),
this
->
engine_
);
auto
&
astream
=
paddle
::
platform
::
MKLDNNDeviceContext
::
tls
().
get_stream
();
dnnl
::
reorder
(
user_c0_memory
,
*
memory_p
,
this
->
attr_
)
dnnl
::
reorder
(
user_c0_memory
,
*
memory_p
)
.
execute
(
astream
,
user_c0_memory
,
*
memory_p
);
this
->
dev_ctx_
.
SetBlob
(
c0_key
,
memory_p
);
...
...
@@ -360,6 +358,12 @@ class FusionLSTMMKLDNNKernel : public framework::OpKernel<T> {
weight_h_memory_p
=
handler
.
template
AcquireWeightHMemory
<
paddle
::
platform
::
bfloat16
>(
weight_h
);
}
else
{
h0_memory_p
=
handler
.
template
AcquireH0Memory
<
uint8_t
>(
h0
);
weight_x_memory_p
=
handler
.
template
AcquireWeightXMemory
<
int8_t
>(
weight_x
);
weight_h_memory_p
=
handler
.
template
AcquireWeightHMemory
<
int8_t
>(
weight_h
);
}
auto
bias_memory_p
=
handler
.
AcquireBiasMemory
(
bias
);
...
...
@@ -406,4 +410,5 @@ class FusionLSTMMKLDNNKernel : public framework::OpKernel<T> {
namespace
ops
=
paddle
::
operators
;
REGISTER_OP_KERNEL
(
fusion_lstm
,
MKLDNN
,
paddle
::
platform
::
CPUPlace
,
ops
::
FusionLSTMMKLDNNKernel
<
float
>
,
ops
::
FusionLSTMMKLDNNKernel
<
paddle
::
platform
::
bfloat16
>
);
ops
::
FusionLSTMMKLDNNKernel
<
paddle
::
platform
::
bfloat16
>
,
ops
::
FusionLSTMMKLDNNKernel
<
uint8_t
>
);
This diff is collapsed.
Click to expand it.
python/paddle/fluid/tests/unittests/mkldnn/test_fusion_lstm_int8_mkldnn_op.py
0 → 100644
浏览文件 @
6dca7a1d
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import
unittest
import
numpy
as
np
from
paddle.fluid.tests.unittests.op_test
import
OpTest
from
paddle.fluid.tests.unittests.test_fusion_lstm_op
import
fc
,
ACTIVATION
,
fusion_lstm
class
TestFusionLSTMINT8MKLDNNOp
(
OpTest
):
def
set_confs
(
self
):
pass
def
setUp
(
self
):
self
.
op_type
=
"fusion_lstm"
self
.
lod
=
[[
2
,
3
,
5
,
4
]]
self
.
IC
=
3
self
.
OC
=
5
self
.
is_reverse
=
False
self
.
has_initial_state
=
False
self
.
act_cell
=
'tanh'
self
.
act_gate
=
'sigmoid'
self
.
act_cand
=
'tanh'
self
.
use_peepholes
=
False
# LSTM u8 doesn't support peepholes
self
.
use_mkldnn
=
True
self
.
force_fp32_output
=
False
self
.
error_margin
=
1e-5
self
.
set_confs
()
# RNN dimensions
T
=
sum
(
self
.
lod
[
0
])
N
=
len
(
self
.
lod
[
0
])
# Input data
x_f32
=
np
.
random
.
rand
(
T
,
self
.
IC
).
astype
(
'float32'
)
*
2
-
1
scale_data
=
63.0
shift_data
=
64.0
x_u8
=
np
.
rint
(
x_f32
*
scale_data
+
shift_data
).
astype
(
np
.
uint8
)
# WeightX/WeightH data
wx
=
np
.
random
.
rand
(
self
.
IC
,
4
*
self
.
OC
).
astype
(
'float32'
)
*
2
-
1
wh
=
np
.
random
.
rand
(
self
.
OC
,
4
*
self
.
OC
).
astype
(
'float32'
)
*
2
-
1
# Calculating weight scales
# scales = 127 / max(abs(channel_wise(weightsX + weightsH)))
s8_max
=
127.0
scale_weights
=
s8_max
/
np
.
max
(
np
.
abs
(
np
.
concatenate
(
[
wx
[:,
:],
wh
[:,
:]],
axis
=
0
)),
axis
=
0
)
scale_weights
=
scale_weights
.
astype
(
'float'
)
if
self
.
use_peepholes
:
b
=
np
.
random
.
rand
(
1
,
7
*
self
.
OC
).
astype
(
'float32'
)
else
:
b
=
np
.
random
.
rand
(
1
,
4
*
self
.
OC
).
astype
(
'float32'
)
w_b
=
np
.
copy
(
b
[:,
0
:
4
*
self
.
OC
])
w_c
=
b
[:,
4
*
self
.
OC
:]
if
self
.
use_peepholes
else
None
bx
=
np
.
random
.
normal
(
size
=
(
1
,
4
*
self
.
OC
)).
astype
(
'float32'
)
b
[
0
,
0
:
4
*
self
.
OC
]
+=
bx
[
0
,
:]
if
self
.
has_initial_state
:
h0
=
np
.
random
.
rand
(
N
,
self
.
OC
).
astype
(
'float32'
)
c0
=
np
.
random
.
rand
(
N
,
self
.
OC
).
astype
(
'float32'
)
else
:
h0
=
np
.
zeros
((
N
,
self
.
OC
)).
astype
(
'float32'
)
c0
=
np
.
zeros
((
N
,
self
.
OC
)).
astype
(
'float32'
)
hidden_f32
,
c
=
fusion_lstm
(
x_f32
,
self
.
lod
,
wx
,
bx
,
h0
,
c0
,
wh
,
w_b
,
w_c
,
self
.
is_reverse
,
ACTIVATION
[
self
.
act_gate
],
ACTIVATION
[
self
.
act_cell
],
ACTIVATION
[
self
.
act_cand
])
self
.
inputs
=
{
'X'
:
(
x_u8
,
self
.
lod
),
'WeightX'
:
wx
,
'WeightH'
:
wh
,
'Bias'
:
b
}
if
self
.
has_initial_state
:
self
.
inputs
[
'H0'
]
=
h0
self
.
inputs
[
'C0'
]
=
c0
if
self
.
force_fp32_output
:
self
.
error_margin
=
1e-1
self
.
outputs
=
{
'Hidden'
:
(
hidden_f32
,
self
.
lod
),
'Cell'
:
(
c
,
self
.
lod
)
}
else
:
self
.
error_margin
=
2
hidden_u8
=
np
.
rint
(
hidden_f32
*
scale_data
+
shift_data
).
astype
(
np
.
uint8
)
self
.
outputs
=
{
'Hidden'
:
(
hidden_u8
,
self
.
lod
),
'Cell'
:
(
c
,
self
.
lod
)
}
self
.
attrs
=
{
'gate_activation'
:
self
.
act_gate
,
'cell_activation'
:
self
.
act_cell
,
'candidate_activation'
:
self
.
act_cand
,
'is_reverse'
:
self
.
is_reverse
,
'use_peepholes'
:
self
.
use_peepholes
,
'use_mkldnn'
:
self
.
use_mkldnn
,
'force_fp32_output'
:
self
.
force_fp32_output
,
'Scale_data'
:
scale_data
,
'Shift_data'
:
shift_data
,
'Scale_weights'
:
scale_weights
}
def
test_check_output
(
self
):
for
use_seq
in
{
True
,
False
}:
self
.
attrs
[
'use_seq'
]
=
use_seq
self
.
check_output
(
check_dygraph
=
False
,
no_check_set
=
[
"Cell"
],
atol
=
self
.
error_margin
)
class
TestFusionLSTMINT8MKLDNNOp2
(
TestFusionLSTMINT8MKLDNNOp
):
def
set_confs
(
self
):
self
.
force_fp32_output
=
True
class
TestFusionLSTMINT8MKLDNNOp4
(
TestFusionLSTMINT8MKLDNNOp
):
def
set_confs
(
self
):
self
.
is_reverse
=
True
class
TestFusionLSTMINT8MKLDNNOp5
(
TestFusionLSTMINT8MKLDNNOp
):
def
set_confs
(
self
):
self
.
has_initial_state
=
True
if
__name__
==
"__main__"
:
from
paddle
import
enable_static
enable_static
()
unittest
.
main
()
This diff is collapsed.
Click to expand it.
tools/static_mode_white_list.py
浏览文件 @
6dca7a1d
...
...
@@ -606,6 +606,7 @@ STATIC_MODE_TESTING_LIST = [
'test_fusion_gru_bf16_mkldnn_op'
,
'test_fusion_gru_mkldnn_op'
,
'test_fusion_lstm_mkldnn_op'
,
'test_fusion_lstm_int8_mkldnn_op'
,
'test_fusion_lstm_bf16_mkldnn_op'
,
'test_gaussian_random_mkldnn_op'
,
'test_lrn_mkldnn_op'
,
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
反馈
建议
客服
返回
顶部