Skip to content

Commit e0ba772

Browse files
committed
Apply suggestions from code review
1 parent b80637b commit e0ba772

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/x64

1 file changed

+1
-1
lines changed

src/plugins/intel_cpu/tests/functional/custom/subgraph_tests/src/x64/paged_attn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ class PagedAttnVSSDPATest : public PagedAttnTestBase {
591591
return outputs;
592592
}
593593

594-
std::vector<ov::Tensor> run_ref_test(std::shared_ptr<ov::Model> model, bool sinkInput = true) {
594+
std::vector<ov::Tensor> run_ref_test(std::shared_ptr<ov::Model> model, bool sinkInput) {
595595
function = model;
596596
prepare();
597597
std::vector<ov::Tensor> outputs;

0 commit comments

Comments
 (0)