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

[PHI] Migrate pool2d and pool2d_grad kernels #47423

Merged
merged 48 commits into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
00c2aca
add extra attr property set
chenwhql Sep 20, 2022
28e9710
add type_info for all context
chenwhql Sep 21, 2022
cd630f0
add onednn context to all context
chenwhql Sep 21, 2022
d633672
fix context compile error
chenwhql Sep 23, 2022
d651bf9
simplify conv kernel args
chenwhql Sep 23, 2022
84c56fa
pass runtime attr into dev_ctx
chenwhql Sep 26, 2022
24ea5b4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
chenwhql Sep 26, 2022
fc67372
fix marco error
chenwhql Sep 26, 2022
ed7b59f
clear conv_grad_kernel extra args
chenwhql Sep 28, 2022
23cab07
merge conv_grad_grad into conv_grad
chenwhql Sep 28, 2022
123edd2
clear conv2d_grad_grad extra attrs
chenwhql Sep 28, 2022
d29a519
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
chenwhql Sep 28, 2022
853b1db
clear yaml and eager extra attr
chenwhql Sep 30, 2022
62ce48b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
chenwhql Sep 30, 2022
de52450
fix conv1d error
chenwhql Oct 10, 2022
2c55350
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
chenwhql Oct 10, 2022
03f6893
change to thread local
chenwhql Oct 11, 2022
49bcebe
fix npu compile failed
chenwhql Oct 11, 2022
ada7d0c
try to fix windows compile failed
chenwhql Oct 11, 2022
22ccfa9
add conv2d onednn phi kernel
chenwhql Oct 13, 2022
9602334
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
chenwhql Oct 14, 2022
6331512
fix ci bugs (#36)
YuanRisheng Oct 17, 2022
37afcf6
fix compile bugs (#38)
YuanRisheng Oct 17, 2022
39e2529
fix extra input transform bug (#39)
YuanRisheng Oct 18, 2022
16d595c
support dynamic created attr (#40)
YuanRisheng Oct 21, 2022
0d61412
resolve conflict with develop
chenwhql Oct 23, 2022
722b256
Merge branch 'adapto_extra_attr_in_phi' of https://github.com/chenwhq…
chenwhql Oct 23, 2022
8d59887
resolve conflict with develop
chenwhql Oct 24, 2022
c0cdb15
reset extra info gen code
chenwhql Oct 24, 2022
42bc76b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
chenwhql Oct 24, 2022
dafdbcc
rm conv_grad_grad kernel
chenwhql Oct 24, 2022
e6d5312
reimpl pass attr adapting
chenwhql Oct 24, 2022
2b7c43d
resolve conflict with develop
chenwhql Oct 24, 2022
12e18f1
add int attr support
chenwhql Oct 24, 2022
2ea1a2b
remove vector inputnames creating
chenwhql Oct 25, 2022
148eebc
fix map at error
chenwhql Oct 25, 2022
cbc247b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
chenwhql Oct 26, 2022
f7d3a66
Update paddle/phi/kernels/onednn/conv_grad_kernel.cc
chenwhql Oct 27, 2022
1d99ce6
remove useless extra attrs
chenwhql Oct 27, 2022
bfe9206
Merge branch 'adapto_extra_attr_in_phi' of https://github.com/chenwhq…
chenwhql Oct 27, 2022
fcb1fa6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
chenwhql Oct 27, 2022
60ca750
resolve conflict
chenwhql Oct 27, 2022
64ef9fd
replace mkldnn_engine by onednn_engine
chenwhql Oct 27, 2022
fd08e1c
Migrate pool+grad to PHI
piotrekobi Oct 27, 2022
16f2509
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
piotrekobi Nov 2, 2022
19bd42b
Update paddle/fluid/operators/mkldnn/test_mkldnn_op_nhwc.cc
piotrekobi Nov 3, 2022
0d4e6d7
Update paddle/phi/kernels/onednn/pool_grad_kernel.cc
piotrekobi Nov 3, 2022
ee81173
Update paddle/phi/kernels/onednn/pool_kernel.cc
piotrekobi Nov 3, 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
Loading