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 45d5b3d commit e3ec7b1Copy full SHA for e3ec7b1
build/executorch-config.cmake
@@ -39,6 +39,7 @@ set(lib_list
39
qnn_executorch_backend portable_ops_lib extension_module xnnpack_backend
40
XNNPACK cpuinfo pthreadpool vulkan_backend optimized_kernels cpublas eigen_blas
41
optimized_ops_lib optimized_native_cpu_ops_lib quantized_kernels quantized_ops_lib
42
+ custom_ops
43
)
44
foreach(lib ${lib_list})
45
# Name of the variable which stores result of the find_library search
0 commit comments