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 c541343 commit 4675d97Copy full SHA for 4675d97
kernels/quantized/CMakeLists.txt
@@ -84,6 +84,7 @@ if(NOT CMAKE_GENERATOR STREQUAL "Xcode"
84
# hack.
85
set(_quantized_sources
86
${_quantized_kernels__srcs}
87
+ ${EXECUTORCH_ROOT}/kernels/portable/cpu/util/reduce_util.cpp
88
${EXECUTORCH_ROOT}/runtime/core/exec_aten/util/tensor_util_aten.cpp
89
)
90
gen_custom_ops_aot_lib(
0 commit comments