We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba31f04 commit f42fb29Copy full SHA for f42fb29
src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/executor_pa.cpp
@@ -1823,7 +1823,7 @@ struct MHA {
1823
q_start_idx_score,
1824
score_info_ptr,
1825
0,
1826
- nullptr);
+ PlainTensor());
1827
}
1828
# else
1829
_helper.exec_kernel_multiple(
src/plugins/intel_cpu/src/nodes/paged_attn.cpp
@@ -24,7 +24,6 @@
24
#include "onednn/iml_type_mapper.h"
25
#include "openvino/core/except.hpp"
26
#include "openvino/core/node.hpp"
27
-#include "openvino/core/shape.hpp"
28
#include "openvino/core/type/element_type.hpp"
29
#include "openvino/runtime/system_conf.hpp"
30
#include "shape_inference/shape_inference_internal_dyn.hpp"
0 commit comments