Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xpu] support fp16 data pricision #9080

Merged
merged 34 commits into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1273338
[xpu] support fp16 data pricision
xiuxin121 May 30, 2022
7e66c57
Merge branch 'PaddlePaddle:develop' into develop
xiuxin121 Jun 1, 2022
1dff51e
update
xiuxin121 Jun 7, 2022
ec41c49
Merge branch 'PaddlePaddle:develop' into develop
xiuxin121 Jun 7, 2022
1ae1228
update
xiuxin121 Jun 8, 2022
ce48be0
Merge branch 'develop' of https://github.com/xiuxin121/Paddle-Lite in…
xiuxin121 Jun 8, 2022
a938df4
update
xiuxin121 Jun 8, 2022
a2b8c41
update
xiuxin121 Jun 8, 2022
cabf5d6
update
xiuxin121 Jun 9, 2022
820fd0b
update
xiuxin121 Jun 9, 2022
5ff8020
update
xiuxin121 Jun 10, 2022
e9d9921
update
xiuxin121 Jun 10, 2022
0f88249
update
xiuxin121 Jun 10, 2022
6214c6d
update
xiuxin121 Jun 11, 2022
da7036b
update
xiuxin121 Jun 13, 2022
630f9ef
Merge branch 'PaddlePaddle:develop' into develop
xiuxin121 Jun 14, 2022
9626bbc
update
xiuxin121 Jun 16, 2022
3762fe2
Merge branch 'PaddlePaddle:develop' into develop
xiuxin121 Jun 20, 2022
ade131c
update
xiuxin121 Jun 20, 2022
43839f1
Merge branch 'PaddlePaddle-develop' into develop
xiuxin121 Jun 20, 2022
e2c52e5
conflict fixed
xiuxin121 Jun 20, 2022
eba9b83
Merge branch 'PaddlePaddle-develop' into develop
xiuxin121 Jun 20, 2022
fa42fd8
update
xiuxin121 Jun 21, 2022
b292cf5
update
xiuxin121 Jun 21, 2022
d1fe72c
update
xiuxin121 Jun 23, 2022
ffca8a6
update
xiuxin121 Jun 23, 2022
d3209cb
update
xiuxin121 Jun 24, 2022
01ee3d5
update
xiuxin121 Jun 24, 2022
8243201
Merge branch 'PaddlePaddle:develop' into develop
xiuxin121 Jun 24, 2022
1040c0d
update
xiuxin121 Jun 24, 2022
734abbf
update
xiuxin121 Jun 25, 2022
68950a6
update
xiuxin121 Jun 25, 2022
b34fdc5
update
xiuxin121 Jun 25, 2022
7d88249
update
xiuxin121 Jun 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lite/api/paddle_use_passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ USE_MIR_PASS(__xpu__bigru_fuse_pass);
USE_MIR_PASS(__xpu__dynamic_lstm_fuse_pass);
USE_MIR_PASS(__xpu__multi_softmax_fuse_pass);
USE_MIR_PASS(__xpu__max_pooling_pad_zero_detect_fuse_pass);
USE_MIR_PASS(__xpu__static_kernel_pick_pass);
USE_MIR_PASS(x86_int8_attribute_pass);
USE_MIR_PASS(fill_range_fuse_pass);
USE_MIR_PASS(range_calc_offline_pass);
Expand Down
Loading