You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runner-et/CMakeLists.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,20 @@ target_link_libraries(
43
43
extension_module
44
44
${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/src/executorch/${CMAKE_OUT_DIR}/extension/data_loader/libextension_data_loader.a# This one does not get installed by ExecuTorch
45
45
optimized_kernels
46
+
quantized_kernels
46
47
portable_kernels
47
48
cpublas
48
49
eigen_blas
49
50
# The libraries below need to be whole-archived linked
0 commit comments