File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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} \
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
240240elif [[ $1 == " buck2" ]];
241241then
242242 test_buck2_select_all_ops
You can’t perform that action at this time.
0 commit comments