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 6802158 commit 318f558Copy full SHA for 318f558
backends/cadence/fusion_g3/operators/CMakeLists.txt
@@ -57,6 +57,7 @@ set(_aten_ops__srcs
57
"${EXECUTORCH_ROOT}/kernels/portable/cpu/op_where.cpp"
58
"${EXECUTORCH_ROOT}/kernels/portable/cpu/util/dtype_util.cpp"
59
"${EXECUTORCH_ROOT}/kernels/portable/cpu/util/normalization_ops_util.cpp"
60
+ "${EXECUTORCH_ROOT}/kernels/portable/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp"
61
)
62
add_library(aten_ops_cadence ${_aten_ops__srcs})
63
target_link_libraries(aten_ops_cadence PUBLIC executorch)
0 commit comments