Skip to content

Commit 90246fd

Browse files
Register wieghtless blob options (#250)
1 parent 4d598db commit 90246fd

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)