Skip to content

Commit c190876

Browse files
committed
[NOT FOR LAND] Testing enabling kleidi by default
1 parent 75e0026 commit c190876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/xnnpack/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ option(EXECUTORCH_XNNPACK_SHARED_WORKSPACE
3939
# Keeping this OFF by default due to regressions in decode
4040
# and model load with kleidi kernels
4141
option(EXECUTORCH_XNNPACK_ENABLE_KLEIDI
42-
"Enable workspace sharing across different delegate instances" OFF)
42+
"Enable workspace sharing across different delegate instances" ON)
4343
if(EXECUTORCH_XNNPACK_SHARED_WORKSPACE)
4444
add_definitions(-DENABLE_XNNPACK_SHARED_WORKSPACE)
4545
endif()

0 commit comments

Comments
 (0)