We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3559c2a commit 08c8ed6Copy full SHA for 08c8ed6
backends/cadence/CMakeLists.txt
@@ -92,7 +92,7 @@ elseif(EXECUTORCH_VISION_OPT)
92
set(TARGET_DIR vision)
93
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${TARGET_DIR}/kernels)
94
else()
95
- set(TARGET_DIR reference)
+ set(TARGET_DIR generic)
96
97
endif()
98
backends/cadence/generic/operators/CMakeLists.txt
@@ -88,7 +88,7 @@ add_library(
88
"quantized_fully_connected_out.cpp"
89
"dequantize_per_tensor.cpp"
90
"quantized_matmul_out.cpp"
91
- "requantize_out.cpp"
+ "op_requantize_out.cpp"
"im2row_out.cpp"
)
target_include_directories(
0 commit comments