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(