Skip to content

Commit 3ebaa56

Browse files
committed
Defaulting to use all operators to make testing easier
1 parent 42ae907 commit 3ebaa56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/modules/executorch/arm/hello_world/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ include(${EXECUTORCH_DIR}/tools/cmake/Codegen.cmake)
3333
# Generate selective operators library
3434
gen_selected_ops(
3535
LIB_NAME "hello_world_ops_lib"
36-
ROOT_OPS "aten::add.out"
36+
INCLUDE_ALL_OPS "ON"
3737
)
38-
#INCLUDE_ALL_OPS "ON"
38+
#ROOT_OPS "aten::add.out"
3939
#ROOT_OPS "aten::_softmax.out,aten::add.out,aten::addmm.out,aten::any.out,aten::bmm.out,aten::clone.out,aten::convolution.out,aten::eq.Scalar_out,aten::expand_copy.out,aten::full_like.out,aten::gelu.out,aten::logical_not.out,aten::mm.out,aten::mul.Scalar_out,aten::native_layer_norm.out,aten::permute_copy.out,aten::where.self_out"
4040
#OPS_FROM_MODEL "/home/zephyruser/zephyr/samples/modules/executorch/arm/hello_world/whisper/encoder.pte"
4141
#OPS_SCHEMA_YAML "${OPS_DEF_FILE}"

0 commit comments

Comments
 (0)