Skip to content

Commit 6eebda8

Browse files
committed
Fix Windows build
1 parent 8cc1c84 commit 6eebda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/intel_npu/src/common/include/intel_npu/common/icompiler_adapter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ICompilerAdapter {
1313
virtual std::shared_ptr<IGraph> compile(const std::shared_ptr<const ov::Model>& model,
1414
const Config& config) const = 0;
1515
virtual std::vector<std::shared_ptr<IGraph>> compileWS(const std::shared_ptr<ov::Model>& model,
16-
const Config& config) const;
16+
const Config& config) const = 0;
1717
virtual std::shared_ptr<IGraph> parse(std::vector<uint8_t> network, const Config& config) const = 0;
1818
virtual ov::SupportedOpsMap query(const std::shared_ptr<const ov::Model>& model, const Config& config) const = 0;
1919

0 commit comments

Comments
 (0)