@@ -173,6 +173,7 @@ static constexpr ov::Property<bool> dyn_quant{"NPUW_DQ"};
173
173
* Identify and merge parallel MatMuls over dimension(s) specified.
174
174
* When set to YES, applies transformation for all dimensions.
175
175
* Works with FOLD enabled only.
176
+ * Set to NO or pass empty value to disable the option.
176
177
* Default value: 2.
177
178
*/
178
179
static constexpr ov::Property<std::string> par_matmul_merge_dims{" NPUW_PMM" };
@@ -274,7 +275,7 @@ static constexpr ov::Property<bool> full{"NPUW_DUMP_FULL"};
274
275
* Type: std::string.
275
276
* Dump the specified subgraph(s) in OpenVINO IR form in the current directory.
276
277
* Possible values: Comma-separated list of subgraph indices or "YES" for all
277
- * subgraphs, e .g. "0,1" or "YES".
278
+ * subgraphs, "NO" or just empty value to turn option off. E .g. "0,1" or "YES".
278
279
* Default value: empty.
279
280
*/
280
281
static constexpr ov::Property<std::string> subgraphs{" NPUW_DUMP_SUBS" };
@@ -284,7 +285,7 @@ static constexpr ov::Property<std::string> subgraphs{"NPUW_DUMP_SUBS"};
284
285
* Type: std::string.
285
286
* Dump subgraph on disk if a compilation failure happens.
286
287
* Possible values: Comma-separated list of subgraph indices or "YES" for all
287
- * subgraphs, e .g. "0,1" or "YES".
288
+ * subgraphs, "NO" or just empty value to turn option off. E .g. "0,1" or "YES".
288
289
* Default value: empty.
289
290
*/
290
291
static constexpr ov::Property<std::string> subgraphs_on_fail{" NPUW_DUMP_SUBS_ON_FAIL" };
@@ -294,7 +295,7 @@ static constexpr ov::Property<std::string> subgraphs_on_fail{"NPUW_DUMP_SUBS_ON_
294
295
* Type: std::string.
295
296
* Dump input & output tensors for subgraph(s).
296
297
* Possible values: Comma-separated list of subgraph indices or "YES" for all
297
- * subgraphs, e .g. "0,1" or "YES".
298
+ * subgraphs, "NO" or just empty value to turn option off. E .g. "0,1" or "YES".
298
299
* Default value: empty.
299
300
*/
300
301
static constexpr ov::Property<std::string> inputs_outputs{" NPUW_DUMP_IO" };
0 commit comments