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

Commit 713b430

Browse files
committed
update
1 parent 5503064 commit 713b430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/et.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if(executorch_FOUND)
6262

6363
set(EXECUTORCH_SRC_ROOT ${TORCHCHAT_ROOT}/${ET_BUILD_DIR}/src/executorch)
6464
set(XNNPACK_ROOT ${EXECUTORCH_SRC_ROOT}/backends/xnnpack)
65-
list(APPEND _srcs ${XNNPACK_ROOT}/threadpool/cpuinfo_utils.cpp)
65+
list(APPEND _srcs ${EXECUTORCH_SRC_ROOT}/extension/threadpool/cpuinfo_utils.cpp)
6666
list(APPEND _common_include_directories
6767
${XNNPACK_ROOT}/third-party/cpuinfo/include)
6868

0 commit comments

Comments
 (0)