Skip to content

Commit 264fa2f

Browse files
committed
Update
[ghstack-poisoned]
1 parent fe0ccb9 commit 264fa2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backends/xnnpack/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ else()
124124
list(APPEND xnn_executor_runner_libs portable_ops_lib)
125125
endif()
126126

127+
if(EXECUTORCH_BUILD_KERNELS_CUSTOM)
128+
list(APPEND xnn_executor_runner_libs custom_ops)
129+
endif()
130+
127131
list(APPEND xnn_executor_runner_libs xnnpack_backend executorch)
128132

129133
# ios can only build library but not binary

0 commit comments

Comments
 (0)