We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffdf19 commit cc7c936Copy full SHA for cc7c936
backends/xnnpack/CMakeLists.txt
@@ -39,7 +39,7 @@ option(EXECUTORCH_XNNPACK_SHARED_WORKSPACE
39
# Keeping this OFF by default due to regressions in decode
40
# and model load with kleidi kernels
41
option(EXECUTORCH_XNNPACK_ENABLE_KLEIDI
42
- "Enable workspace sharing across different delegate instances" OFF)
+ "Enable Arm Kleidi kernels" OFF)
43
if(EXECUTORCH_XNNPACK_SHARED_WORKSPACE)
44
add_definitions(-DENABLE_XNNPACK_SHARED_WORKSPACE)
45
endif()
0 commit comments