Skip to content

Commit 6f38bc4

Browse files
committed
Register wieghtless blob options
1 parent 5b5b3a9 commit 6f38bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vpux_driver_compiler/src/vpux_compiler_l0/vcl_compiler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,11 @@ VPUXCompilerL0::VPUXCompilerL0(vcl_compiler_desc_t* compilerDesc, vcl_device_des
261261
_options->add<intel_npu::ENABLE_STRIDES_FOR>();
262262
}
263263

264-
#ifdef VPUX_DEVELOPER_BUILD
265-
// E#103359: WS is only available in developer builds
266264
_options->add<intel_npu::WEIGHTLESS_BLOB>();
267265
_options->add<intel_npu::SEPARATE_WEIGHTS_VERSION>();
268266
_options->add<intel_npu::WS_COMPILE_CALL_NUMBER>();
267+
268+
#ifdef VPUX_DEVELOPER_BUILD
269269
_options->add<intel_npu::CACHE_MODE>();
270270
#endif // VPUX_DEVELOPER_BUILD
271271

0 commit comments

Comments
 (0)