From cf4558faf04e2a8a083f67c7990ba71564552650 Mon Sep 17 00:00:00 2001 From: Matthias Cremon Date: Wed, 24 Sep 2025 20:24:58 -0700 Subject: [PATCH] Fix CMakeList issues (#14533) Summary: Forgot to update a couple things with a previous change. Reviewed By: zonglinpeng, mergennachin Differential Revision: D83120161 --- backends/cadence/CMakeLists.txt | 2 +- backends/cadence/generic/operators/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/cadence/CMakeLists.txt b/backends/cadence/CMakeLists.txt index 75a57531adf..271b4806614 100644 --- a/backends/cadence/CMakeLists.txt +++ b/backends/cadence/CMakeLists.txt @@ -92,7 +92,7 @@ elseif(EXECUTORCH_VISION_OPT) set(TARGET_DIR vision) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${TARGET_DIR}/kernels) else() - set(TARGET_DIR reference) + set(TARGET_DIR generic) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${TARGET_DIR}/kernels) endif() diff --git a/backends/cadence/generic/operators/CMakeLists.txt b/backends/cadence/generic/operators/CMakeLists.txt index b74ead7eddc..63d8902ac89 100644 --- a/backends/cadence/generic/operators/CMakeLists.txt +++ b/backends/cadence/generic/operators/CMakeLists.txt @@ -88,7 +88,7 @@ add_library( "quantized_fully_connected_out.cpp" "dequantize_per_tensor.cpp" "quantized_matmul_out.cpp" - "requantize_out.cpp" + "op_requantize_out.cpp" "im2row_out.cpp" ) target_include_directories(