Skip to content

Commit afa1c9a

Browse files
author
Zonglin Peng
committed
add-delinearize-index-dep
1 parent 1ae8c2c commit afa1c9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/cadence/hifi/operators/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ set(_aten_ops__srcs
6262
"${EXECUTORCH_ROOT}/kernels/portable/cpu/util/reduce_util.cpp"
6363
"${EXECUTORCH_ROOT}/kernels/portable/cpu/util/repeat_util.cpp"
6464
"${EXECUTORCH_ROOT}/kernels/portable/cpu/util/slice_util.cpp"
65+
"${EXECUTORCH_ROOT}/kernels/portable/cpu/util/delinearize_index.cpp"
6566
)
6667
add_library(aten_ops_cadence ${_aten_ops__srcs})
6768
target_link_libraries(aten_ops_cadence PUBLIC executorch)

0 commit comments

Comments
 (0)