[intel-npu] compilerSupportVersion for NPU_TILES (#29975) · openvinotoolkit/openvino@cdb0a75 (original) (raw)
File tree
1 file changed
lines changed
- src/plugins/intel_npu/src/al/include/intel_npu/config
1 file changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1014,7 +1014,7 @@ struct DPU_GROUPS final : OptionBase<DPU_GROUPS, int64_t> { | ||
| 1014 | 1014 | }; |
| 1015 | 1015 | |
| 1016 | 1016 | // |
| 1017 | -// SELECTED_TILES | |
| 1017 | +// TILES | |
| 1018 | 1018 | // |
| 1019 | 1019 | |
| 1020 | 1020 | struct TILES final : OptionBase<TILES, int64_t> { |
| @@ -1038,6 +1038,10 @@ struct TILES final : OptionBase<TILES, int64_t> { | ||
| 1038 | 1038 | return true; |
| 1039 | 1039 | } |
| 1040 | 1040 | |
| 1041 | +static uint32_t compilerSupportVersion() { | |
| 1042 | +return ONEAPI_MAKE_VERSION(5, 4); | |
| 1043 | + } | |
| 1044 | + | |
| 1041 | 1045 | static ov::PropertyMutability mutability() { |
| 1042 | 1046 | return ov::PropertyMutability::RW; |
| 1043 | 1047 | } |