File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1616
1717#include < vector>
1818
19+ #include " paddle/phi/backends/onednn/onednn_helper.h"
1920#include " paddle/phi/common/place.h"
2021#include " paddle/phi/core/dense_tensor.h"
2122#include " paddle/phi/core/kernel_factory.h"
2223#include " paddle/phi/core/platform/device_context.h"
2324#include " paddle/phi/kernels/funcs/data_layout_transform.h"
2425
25- #ifdef PADDLE_WITH_DNNL
26- #include " paddle/phi/backends/onednn/onednn_helper.h"
27- #endif
28-
2926namespace paddle {
3027namespace framework {
3128
Original file line number Diff line number Diff line change 1818#include < string>
1919#include < vector>
2020
21+ #include " paddle/phi/backends/onednn/onednn_helper.h"
2122#include " paddle/phi/core/kernel_registry.h"
2223#include " paddle/phi/kernels/funcs/blas/blas.h"
2324#include " paddle/phi/kernels/funcs/math_function.h"
24- #ifdef PADDLE_WITH_DNNL
25- #include " paddle/phi/backends/onednn/onednn_helper.h"
26- #endif
2725
2826namespace phi {
2927
You can’t perform that action at this time.
0 commit comments