@@ -154,8 +154,8 @@ jobs:
154154 "backend_xnnpack"
155155 "kernels_custom"
156156 "kernels_optimized"
157- "kernels_portable"
158157 "kernels_quantized"
158+ "threadpool"
159159 )
160160
161161 .ci/scripts/setup-conda.sh
@@ -168,13 +168,8 @@ jobs:
168168 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
169169 backends/apple/coreml/scripts/install_requirements.sh
170170
171- # Install MPS Backend Requirements
172- PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
173- backends/apple/mps/install_requirements.sh
174-
175171 # Build iOS Frameworks
176- PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
177- scripts/build_apple_frameworks.sh --Release --Debug --coreml --custom --mps --optimized --portable --quantized --xnnpack
172+ PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output scripts/build_apple_frameworks.sh
178173
179174 # Bundle iOS Frameworks
180175 for FRAMEWORK in "${FRAMEWORKS[@]}"; do (
@@ -307,15 +302,10 @@ jobs:
307302 # Install CoreML Backend Requirements
308303 PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
309304 backends/apple/coreml/scripts/install_requirements.sh
310-
311- # Install MPS Backend Requirements
312- PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
313- backends/apple/mps/install_requirements.sh
314305 echo "::endgroup::"
315306
316307 echo "::group::Build ExecuTorch iOS frameworks"
317- PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
318- scripts/build_apple_frameworks.sh --Release --Debug --coreml --custom --mps --optimized --portable --quantized --xnnpack
308+ PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output scripts/build_apple_frameworks.sh
319309 echo "::endgroup::"
320310
321311 echo "::group::Build ExecuTorch benchmark app"
0 commit comments