Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit fb19b35

Browse files
committed
add dylib for poor perf repro testing
1 parent 3f776d7 commit fb19b35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runner/et.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ if(executorch_FOUND)
113113
endif()
114114

115115
if(LINK_TORCHAO_CUSTOM_OPS)
116+
# target_link_libraries(et_run PRIVATE "${TORCHCHAT_ROOT}/torchao-build/cmake-out/lib/liblinear_a8wxdq_EXECUTORCH${CMAKE_SHARED_LIBRARY_SUFFIX}")
116117
target_link_libraries(et_run PRIVATE "$<LINK_LIBRARY:WHOLE_ARCHIVE,${TORCHCHAT_ROOT}/torchao-build/cmake-out/lib/liblinear_a8wxdq_EXECUTORCH.a>")
117118
target_link_libraries(et_run PRIVATE
118119
"${TORCHCHAT_ROOT}/torchao-build/cmake-out/lib/libtorchao_ops_linear_EXECUTORCH.a"

0 commit comments

Comments
 (0)