Skip to content

Commit cf4558f

Browse files
mcremon-metafacebook-github-bot
authored andcommitted
Fix CMakeList issues (#14533)
Summary: Forgot to update a couple things with a previous change. Reviewed By: zonglinpeng, mergennachin Differential Revision: D83120161
1 parent b3f3111 commit cf4558f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/cadence/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ elseif(EXECUTORCH_VISION_OPT)
9292
set(TARGET_DIR vision)
9393
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${TARGET_DIR}/kernels)
9494
else()
95-
set(TARGET_DIR reference)
95+
set(TARGET_DIR generic)
9696
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${TARGET_DIR}/kernels)
9797
endif()
9898

backends/cadence/generic/operators/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ add_library(
8888
"quantized_fully_connected_out.cpp"
8989
"dequantize_per_tensor.cpp"
9090
"quantized_matmul_out.cpp"
91-
"requantize_out.cpp"
91+
"op_requantize_out.cpp"
9292
"im2row_out.cpp"
9393
)
9494
target_include_directories(

0 commit comments

Comments
 (0)