Skip to content

Commit 64256ee

Browse files
committed
Fix Clang format error
1 parent 5d3b52d commit 64256ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/intel_npu/src/plugin/npuw/llm_infer_request.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ void ov::npuw::LLMInferRequest::infer_chunked_prefill(ov::SoPtr<ov::ITensor> inp
660660
auto current_prompts_len = std::min(remaining_prompts, chunk_prompt_len);
661661

662662
m_llm_profile["1/prefill:3a.prepare_chunk"].record([&]() {
663-
664663
// Handle first chunk with prefix caching: populate attention mask for restored cache
665664
if (enable_prefix_caching && cache_context.restore_prefix_cache) {
666665
m_prefix_caching_helper->populate_attention_mask_for_restored_cache(attention_mask,

0 commit comments

Comments
 (0)