Skip to content

Commit 3e541eb

Browse files
committed
Something broke
1 parent 6574975 commit 3e541eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/selective_build/test_selective_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ test_cmake_select_ops_in_dict() {
171171
rm -rf ${build_dir}
172172
retry cmake -DCMAKE_BUILD_TYPE=Release \
173173
-DMAX_KERNEL_NUM=22 \
174-
-DEXECUTORCH_SELECT_OPS_LIST='{"aten::add": [Scalar.Float.name]}'
174+
-DEXECUTORCH_SELECT_OPS_DICT="{'aten::add': [Scalar.Float.name]}" \
175175
-DCMAKE_INSTALL_PREFIX=cmake-out \
176176
-DPYTHON_EXECUTABLE="$PYTHON_EXECUTABLE" \
177177
-B${build_dir} \
@@ -235,8 +235,8 @@ then
235235
#test_cmake_select_all_ops
236236
#test_cmake_select_ops_in_list
237237
#test_cmake_select_ops_in_yaml
238-
#test_cmake_select_ops_in_model
239-
test_cmake_select_ops_in_dict
238+
test_cmake_select_ops_in_model
239+
#test_cmake_select_ops_in_dict
240240
elif [[ $1 == "buck2" ]];
241241
then
242242
test_buck2_select_all_ops

0 commit comments

Comments
 (0)