Skip to content

Commit 318f558

Browse files
added unary_ufunc_realhbbf16_to_floathbf16.cpp to the cmakelist in backends/cadence/fusion_g3/operators to solve a comilation error
1 parent 6802158 commit 318f558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/cadence/fusion_g3/operators/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ set(_aten_ops__srcs
5757
"${EXECUTORCH_ROOT}/kernels/portable/cpu/op_where.cpp"
5858
"${EXECUTORCH_ROOT}/kernels/portable/cpu/util/dtype_util.cpp"
5959
"${EXECUTORCH_ROOT}/kernels/portable/cpu/util/normalization_ops_util.cpp"
60+
"${EXECUTORCH_ROOT}/kernels/portable/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp"
6061
)
6162
add_library(aten_ops_cadence ${_aten_ops__srcs})
6263
target_link_libraries(aten_ops_cadence PUBLIC executorch)

0 commit comments

Comments
 (0)