Skip to content

Commit ab455df

Browse files
author
Zonglin Peng
committed
fixed empty output from runtime executor in CPU flow. enable runtime logging
1 parent 0a12e33 commit ab455df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/cadence/reference/operators/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ set(_aten_ops__srcs
5555
"${EXECUTORCH_ROOT}/kernels/portable/cpu/op_expand_copy.cpp"
5656
"${EXECUTORCH_ROOT}/kernels/portable/cpu/op_gelu.cpp"
5757
"${EXECUTORCH_ROOT}/kernels/portable/cpu/op_empty.cpp"
58+
"${EXECUTORCH_ROOT}/kernels/portable/cpu/util/dtype_util.cpp"
5859
)
5960
add_library(aten_ops_cadence ${_aten_ops__srcs})
6061
target_link_libraries(aten_ops_cadence PUBLIC executorch)

0 commit comments

Comments
 (0)