Skip to content

Delete executorch_print_configuration_summary #10806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: jathu/move-dep-option
Choose a base branch
from

Conversation

jathu
Copy link
Contributor

@jathu jathu commented May 11, 2025

Summary

Now that we automatically announce the configurations, we don't need this anymore.

Test plan

$ ./scripts/build_apple_frameworks.sh

-- --- Configurated Options ---

-- CMAKE_CXX_STANDARD                     : 17
-- CMAKE_BUILD_TYPE                       : Release
-- CMAKE_CXX_COMPILER_ID                  : AppleClang
-- CMAKE_TOOLCHAIN_FILE                   : /Users/jathu/executorch/third-party/ios-cmake/ios.toolchain.cmake
-- BUCK2                                  x (unset)
-- PYTHON_EXECUTABLE                      : /Users/jathu/executorch/.venv/bin/python3
-- EXECUTORCH_ENABLE_LOGGING              : OFF
-- EXECUTORCH_BUILD_COREML                : OFF
-- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT   : 1024
-- EXECUTORCH_PAL_DEFAULT                 : posix
-- EXECUTORCH_PAL_DEFAULT_FILE_PATH       : /Users/jathu/executorch/runtime/platform/default/posix.cpp
-- EXECUTORCH_LOG_LEVEL                   : Info
-- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF
-- EXECUTORCH_ENABLE_EVENT_TRACER         : OFF
-- EXECUTORCH_OPTIMIZE_SIZE               : OFF
-- EXECUTORCH_BUILD_ARM_BAREMETAL         : OFF
-- EXECUTORCH_BUILD_KERNELS_CUSTOM        : OFF
-- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT    : OFF
-- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON
-- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF
-- EXECUTORCH_BUILD_EXTENSION_LLM         : OFF
-- EXECUTORCH_BUILD_EXTENSION_MODULE      : ON
-- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF
-- EXECUTORCH_BUILD_EXTENSION_TENSOR      : ON
-- EXECUTORCH_BUILD_EXTENSION_TRAINING    : OFF
-- EXECUTORCH_BUILD_MPS                   : OFF
-- EXECUTORCH_BUILD_NEURON                : OFF
-- EXECUTORCH_BUILD_OPENVINO              : OFF
-- EXECUTORCH_BUILD_PYBIND                : OFF
-- EXECUTORCH_BUILD_QNN                   : OFF
-- EXECUTORCH_BUILD_KERNELS_OPTIMIZED     : OFF
-- EXECUTORCH_BUILD_KERNELS_QUANTIZED     : OFF
-- EXECUTORCH_BUILD_DEVTOOLS              : OFF
-- EXECUTORCH_BUILD_TESTS                 : OFF
-- EXECUTORCH_NNLIB_OPT                   : OFF
-- EXECUTORCH_CADENCE_CPU_RUNNER          : OFF
-- EXECUTORCH_BUILD_SIZE_TEST             : OFF
-- EXECUTORCH_BUILD_XNNPACK               : OFF
-- EXECUTORCH_BUILD_VULKAN                : OFF
-- EXECUTORCH_BUILD_PORTABLE_OPS          : ON
-- EXECUTORCH_USE_DL                      : ON
-- EXECUTORCH_BUILD_CADENCE               : OFF
-- EXECUTORCH_BUILD_CORTEX_M              : OFF
-- EXECUTORCH_BUILD_GFLAGS                : ON
-- EXECUTORCH_BUILD_PTHREADPOOL           : ON
-- EXECUTORCH_BUILD_CPUINFO               : ON
-- EXECUTORCH_BUILD_EXECUTOR_RUNNER       : OFF
-- ---------------------------

cc @larryliu0820

@jathu jathu added module: build/install Issues related to the cmake and buck2 builds, and to installing ExecuTorch ciflow/trunk ciflow/binaries topic: not user facing labels May 11, 2025
Copy link

pytorch-bot bot commented May 11, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10806

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure

As of commit 4436a9c with merge base 473c77b (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 11, 2025
@jathu jathu force-pushed the jathu/delete-executorch_print_configuration_summary branch from ea94115 to 5fd1945 Compare May 11, 2025 00:57
@jathu jathu force-pushed the jathu/move-dep-option branch from 5fcd12a to b79fe0c Compare May 12, 2025 16:57
@jathu jathu force-pushed the jathu/delete-executorch_print_configuration_summary branch from 5fd1945 to babf44a Compare May 12, 2025 16:57
@jathu jathu force-pushed the jathu/move-dep-option branch from b79fe0c to 5e2c62d Compare May 12, 2025 21:04
@jathu jathu force-pushed the jathu/delete-executorch_print_configuration_summary branch from babf44a to fed3fbd Compare May 12, 2025 21:06
@jathu jathu force-pushed the jathu/move-dep-option branch from 5e2c62d to 9b30cf9 Compare May 12, 2025 21:51
@jathu jathu force-pushed the jathu/delete-executorch_print_configuration_summary branch from fed3fbd to 6d3718e Compare May 12, 2025 21:51
@jathu jathu force-pushed the jathu/move-dep-option branch from 9b30cf9 to c86761d Compare May 12, 2025 23:17
@jathu jathu force-pushed the jathu/delete-executorch_print_configuration_summary branch from 6d3718e to 85550ee Compare May 12, 2025 23:17
@jathu jathu force-pushed the jathu/move-dep-option branch from c86761d to 89dd82a Compare May 13, 2025 00:12
@jathu jathu force-pushed the jathu/delete-executorch_print_configuration_summary branch from 85550ee to fa68a97 Compare May 13, 2025 00:13
@jathu jathu force-pushed the jathu/move-dep-option branch from 89dd82a to a6e9085 Compare May 13, 2025 00:18
@jathu jathu force-pushed the jathu/delete-executorch_print_configuration_summary branch from fa68a97 to d17bbda Compare May 13, 2025 00:19
@jathu jathu marked this pull request as ready for review May 13, 2025 00:26
@jathu jathu force-pushed the jathu/move-dep-option branch from a6e9085 to 3a9fc04 Compare May 13, 2025 02:47
@jathu jathu requested a review from tarun292 as a code owner May 13, 2025 02:47
@jathu jathu force-pushed the jathu/delete-executorch_print_configuration_summary branch from d17bbda to 4436a9c Compare May 13, 2025 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/binaries ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: build/install Issues related to the cmake and buck2 builds, and to installing ExecuTorch topic: not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants