From 741054acfc6357159f3833f6fb931f3eedbbb9e9 Mon Sep 17 00:00:00 2001 From: Alexey Smirnov Date: Thu, 3 Oct 2024 16:00:42 +0000 Subject: [PATCH] Fix warning --- .../intel_npu/src/plugin/npuw/partitioning/patterns/opt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/opt.cpp b/src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/opt.cpp index df28b28a67b5e5..d9f72cf5f839c3 100644 --- a/src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/opt.cpp +++ b/src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/opt.cpp @@ -586,7 +586,6 @@ DQMatMulGQ2iP::DQMatMulGQ2iP(Context::Ref ctx) { auto qweight_shape = matched_qweight->output(0).get_shape(); auto qcoeff_shape = matched_qcoeff->output(0).get_shape(); auto act_shape = matched_out_mmi.get_shape(); - auto& out_shape = matched_node_matmul->output(0).get_shape(); if (ov::element::i4 == matched_qweight->get_element_type() && qweight_shape.size() == 3 && ov::element::f16 == matched_qcoeff->get_element_type() && qcoeff_shape.size() == 3 &&