Skip to content

Commit 5f09ab5

Browse files
author
Kadian
committed
Modified comments
1 parent 0f1ad2b commit 5f09ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1622,6 +1622,7 @@ void Partitioner::decompressionCutOff(const std::string& func_name) {
16221622
// LLaMaGPTQ
16231623
rewr.add_matcher<ov::npuw::patterns::SymmZP::DCOFFPassReshape2>(dcoff_mode, dcoff_type, std::ref(params_to));
16241624

1625+
// Phi-3 4SymW16A/GPTQ
16251626
rewr.add_matcher<ov::npuw::patterns::SymmZP::DCOFFPassCWAI3>(dcoff_mode, dcoff_type, std::ref(params_to));
16261627

16271628
rewr.run_on_model(f._model);

src/plugins/intel_npu/src/plugin/npuw/partitioning/patterns/dcoff.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -512,9 +512,8 @@ DCOFFPassReshape2::DCOFFPassReshape2(DCOffMode dcoff_mode, ov::element::Type dco
512512
register_matcher(std::make_shared<opp::Matcher>(reshpe, "TagDCOFFReshape2"), std::move(callback));
513513
}
514514

515-
// Pattern: Phi-3 4SymW16A/GPTQ for CWAI
515+
// Pattern: Phi-3 4SymW16A/GPTQ
516516
//
517-
// FIXME: Think how it can be unified with the above
518517
//
519518
// "tensor" "scale" > "tensor"
520519
// Param:A Param:C > Param:A

0 commit comments

Comments
 (0)